Searched defs:clCreateProgramWithBinary (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dprogram.cpp57 clCreateProgramWithBinary(cl_context ctx, cl_uint count, function
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
H A Dopencl_core.hpp20 #define clCreateProgramWithBinary clCreateProgramWithBinary_ macro
127 #undef clCreateProgramWithBinary macro
128 #define clCreateProgramWithBinary clCreateProgramWithBinary_pfn macro
294 extern CL_RUNTIME_EXPORT cl_program (CL_API_CALL*clCreateProgramWithBinary)(cl_context, cl_uint, const cl_device_id*, const size_t*, const unsigned char**, cl_int*, cl_int*);
H A Dopencl_core_wrappers.hpp42 #undef clCreateProgramWithBinary macro
43 #define clCreateProgramWithBinary clCreateProgramWithBinary_fn macro
44 inline cl_program clCreateProgramWithBinary(cl_context p0, cl_uint p1, const cl_device_id* p2, const size_t* p3, const unsigned char** p4, cl_int* p5, cl_int* p6) { return clCreateProgramWithBinary_pfn(p0, p1, p2, p3, p4, p5, p6); } function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
H A Dopencl_core_impl.hpp265 cl_program (CL_API_CALL*clCreateProgramWithBinary)(cl_context, cl_uint, const cl_device_id*, const size_t*, const unsigned char**, cl_int*, cl_int*) = variable
267 static const struct DynamicFnEntry clCreateProgramWithBinary_definition = { "clCreateProgramWithBinary", (void**)&clCreateProgramWithBinary};

Completed in 107 milliseconds