Searched refs:clGetProgramInfo (Results 1 - 13 of 13) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
H A Dopencl_core.hpp70 #define clGetProgramInfo clGetProgramInfo_ macro
227 #undef clGetProgramInfo macro
228 #define clGetProgramInfo clGetProgramInfo_pfn macro
344 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetProgramInfo)(cl_program, cl_program_info, size_t, void*, size_t*);
H A Dopencl_core_wrappers.hpp192 #undef clGetProgramInfo macro
193 #define clGetProgramInfo clGetProgramInfo_fn macro
194 inline cl_int clGetProgramInfo(cl_program p0, cl_program_info p1, size_t p2, void* p3, size_t* p4) { return clGetProgramInfo_pfn(p0, p1, p2, p3, p4); } function
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dprogram.cpp168 clGetProgramInfo(cl_program prog, cl_program_info param, function
/external/ImageMagick/MagickCore/
H A Dopencl-private.h259 MAGICKpfn_clGetProgramInfo clGetProgramInfo; member in struct:MagickLibraryRec
H A Dopencl.c1253 status=openCL_library->clGetProgramInfo(device->program,
1259 status=openCL_library->clGetProgramInfo(device->program,
2376 BIND(clGetProgramInfo);
/external/mesa3d/include/CL/
H A Dcl.h668 clGetProgramInfo(cl_program /* program */,
H A Dcl.hpp264 #define __GET_PROGRAM_INFO_ERR __ERR_STR(clGetProgramInfo)
2481 detail::getInfo(&::clGetProgramInfo, object_, name, param),
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
H A Dopencl_core_impl.hpp465 cl_int (CL_API_CALL*clGetProgramInfo)(cl_program, cl_program_info, size_t, void*, size_t*) = variable
467 static const struct DynamicFnEntry clGetProgramInfo_definition = { "clGetProgramInfo", (void**)&clGetProgramInfo};
/external/opencv3/3rdparty/include/opencl/1.2/CL/
H A Dcl.h801 clGetProgramInfo(cl_program /* program */,
H A Dcl.hpp354 #define __GET_PROGRAM_INFO_ERR __ERR_STR(clGetProgramInfo)
4893 detail::getInfo(&::clGetProgramInfo, object_, name, param),
/external/opencv3/modules/core/src/
H A Docl.cpp1139 OCL_FUNC(cl_int, clGetProgramInfo,
3572 if(clGetProgramInfo(handle, CL_PROGRAM_BINARY_SIZES, sizeof(progsz), &progsz, &retsz) != CL_SUCCESS)
3578 if(clGetProgramInfo(handle, CL_PROGRAM_BINARIES, sizeof(buf), &buf, &retsz) != CL_SUCCESS)
/external/libgdx/backends/gdx-backend-lwjgl/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/input/ org/lwjgl/openal/ org/ ...
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...

Completed in 678 milliseconds