Searched refs:clBuildProgram (Results 1 – 10 of 10) sorted by relevance
/external/opencv3/modules/core/src/opencl/runtime/generator/filter/ |
D | opencl_core_functions.list | 1 clBuildProgram
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 9 #define clBuildProgram clBuildProgram_ macro 105 #undef clBuildProgram 106 #define clBuildProgram clBuildProgram_pfn macro 283 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_i…
|
D | opencl_core_wrappers.hpp | 9 #undef clBuildProgram 10 #define clBuildProgram clBuildProgram_fn macro 11 inline cl_int clBuildProgram(cl_program p0, cl_uint p1, const cl_device_id* p2, const char* p3, voi… in clBuildProgram() function
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | program.cpp | 135 clBuildProgram(cl_program prog, cl_uint count, const cl_device_id *devs, in clBuildProgram() function
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
D | opencl_core_impl.hpp | 221 cl_int (CL_API_CALL*clBuildProgram)(cl_program, cl_uint, const cl_device_id*, const char*, void (CL… 223 …nst struct DynamicFnEntry clBuildProgram_definition = { "clBuildProgram", (void**)&clBuildProgram};
|
/external/mesa3d/include/CL/ |
D | cl.h | 657 clBuildProgram(cl_program /* program */,
|
D | cl.hpp | 289 #define __BUILD_PROGRAM_ERR __ERR_STR(clBuildProgram) 2466 ::clBuildProgram( in build()
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.h | 767 clBuildProgram(cl_program /* program */,
|
D | cl.hpp | 388 #define __BUILD_PROGRAM_ERR __ERR_STR(clBuildProgram) 4593 error = ::clBuildProgram( in Program() 4628 error = ::clBuildProgram( in Program() 4662 error = ::clBuildProgram( in Program() 4841 ::clBuildProgram( in build() 4858 ::clBuildProgram( in build()
|
/external/opencv3/modules/core/src/ |
D | ocl.cpp | 1130 OCL_FUNC(cl_int, clBuildProgram, 3499 retval = clBuildProgram(handle, n, in Impl()
|