Searched refs:ProgramCB (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLProgram.h | 31 ProgramCB pfnNotify, 40 ProgramCB pfnNotify, 88 ProgramCB pfnNotify, 92 using CallbackData = std::pair<ProgramCB, void *>;
|
D | CLProgram.cpp | 21 ProgramCB pfnNotify, in build() 47 ProgramCB pfnNotify, in compile() 195 const ProgramCB callback = callbackData.first; in callback() 249 ProgramCB pfnNotify, in Program()
|
D | CLContext.h | 105 ProgramCB pfnNotify,
|
D | CLContext.cpp | 304 ProgramCB pfnNotify, in linkProgram()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLProgramCL.cpp | 62 const cl::ProgramCB callback = notify != nullptr ? Callback : nullptr; in build() 91 const cl::ProgramCB callback = notify != nullptr ? Callback : nullptr; in compile()
|
D | CLContextCL.cpp | 333 const cl::ProgramCB callback = notify != nullptr ? CLProgramCL::Callback : nullptr; in linkProgram()
|
/third_party/skia/third_party/externals/angle2/include/ |
D | angle_cl.h | 34 using ProgramCB = void(CL_CALLBACK *)(cl_program program, void *user_data); variable
|