Searched defs:inputPrograms (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLProgram.cpp | 245 Program(Context &context, const DevicePtrs &devices, const char *options, const cl::ProgramPtrs &inputPrograms, ProgramCB pfnNotify, void *userData, cl_int &errorCode) Program() argument
|
H A D | CLContext.cpp | 299 linkProgram(cl_uint numDevices, const cl_device_id *deviceList, const char *options, cl_uint numInputPrograms, const cl_program *inputPrograms, ProgramCB pfnNotify, void *userData, cl_int &errorCode) linkProgram() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLContextCL.cpp | 310 linkProgram(const cl::Program &program, const cl::DevicePtrs &devices, const char *options, const cl::ProgramPtrs &inputPrograms, cl::Program *notify, cl_int &errorCode) linkProgram() argument
|
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 5428 linkProgram( VECTOR_CLASS<Program> inputPrograms, const char* options = NULL, void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, void* data = NULL, cl_int* err = NULL) linkProgram() argument
|
H A D | cl2.hpp | 6856 linkProgram( vector<Program> inputPrograms, const char* options = NULL, void (CL_CALLBACK * notifyFptr)(cl_program, void *) = NULL, void* data = NULL, cl_int* err = NULL) linkProgram() argument
|
Completed in 28 milliseconds