Home
last modified time | relevance | path

Searched refs:ProgramCB (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLProgram.h31 ProgramCB pfnNotify,
40 ProgramCB pfnNotify,
88 ProgramCB pfnNotify,
92 using CallbackData = std::pair<ProgramCB, void *>;
DCLProgram.cpp21 ProgramCB pfnNotify, in build()
47 ProgramCB pfnNotify, in compile()
195 const ProgramCB callback = callbackData.first; in callback()
249 ProgramCB pfnNotify, in Program()
DCLContext.h105 ProgramCB pfnNotify,
DCLContext.cpp304 ProgramCB pfnNotify, in linkProgram()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLProgramCL.cpp62 const cl::ProgramCB callback = notify != nullptr ? Callback : nullptr; in build()
91 const cl::ProgramCB callback = notify != nullptr ? Callback : nullptr; in compile()
DCLContextCL.cpp333 const cl::ProgramCB callback = notify != nullptr ? CLProgramCL::Callback : nullptr; in linkProgram()
/third_party/skia/third_party/externals/angle2/include/
Dangle_cl.h34 using ProgramCB = void(CL_CALLBACK *)(cl_program program, void *user_data); variable