Home
last modified time | relevance | path

Searched refs:clCompileProgram (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list2 clCompileProgram
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp10 #define clCompileProgram clCompileProgram_ macro
107 #undef clCompileProgram
108 #define clCompileProgram clCompileProgram_pfn macro
284 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device…
Dopencl_core_wrappers.hpp12 #undef clCompileProgram
13 #define clCompileProgram clCompileProgram_fn macro
14 inline cl_int clCompileProgram(cl_program p0, cl_uint p1, const cl_device_id* p2, const char* p3, c… in clCompileProgram() function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp225 cl_int (CL_API_CALL*clCompileProgram)(cl_program, cl_uint, const cl_device_id*, const char*, cl_uin…
227 …ruct DynamicFnEntry clCompileProgram_definition = { "clCompileProgram", (void**)&clCompileProgram};
/external/opencv3/3rdparty/include/opencl/1.2/CL/
Dcl.h775 clCompileProgram(cl_program /* program */,
Dcl.hpp390 #define __COMPILE_PROGRAM_ERR __ERR_STR(clCompileProgram)
4875 ::clCompileProgram( in compile()