/external/mesa3d/src/gallium/state_trackers/clover/api/ |
platform.cpp | 28 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, 43 clGetPlatformInfo(cl_platform_id platform, cl_platform_info param_name,
|
context.cpp | 45 (cl_platform_id)p.second == NULL))
|
device.cpp | 31 clGetDeviceIDs(cl_platform_id platform, cl_device_type device_type, 231 return scalar_property<cl_platform_id>(buf, size, size_ret, NULL);
|
/external/mesa3d/include/CL/ |
cl_ext.h | 112 cl_platform_id * /* platforms */, 117 cl_platform_id * /* platforms */,
|
cl.h | 41 typedef struct _cl_platform_id * cl_platform_id; typedef in typeref:struct:_cl_platform_id 449 cl_platform_id * /* platforms */, 453 clGetPlatformInfo(cl_platform_id /* platform */, 461 clGetDeviceIDs(cl_platform_id /* platform */, [all...] |
cl.hpp | 828 F(cl_device_info, CL_DEVICE_PLATFORM, cl_platform_id) \ 1016 struct ReferenceHandler<cl_platform_id> 1018 // cl_platform_id does not have retain(). 1019 static cl_int retain(cl_platform_id) 1021 // cl_platform_id does not have release(). 1022 static cl_int release(cl_platform_id) [all...] |
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
cl_ext.h | 109 cl_platform_id * /* platforms */, 114 cl_platform_id * /* platforms */,
|
cl_dx9_media_sharing.h | 89 cl_platform_id platform,
|
cl_d3d10.h | 77 cl_platform_id platform,
|
cl_d3d11.h | 77 cl_platform_id platform,
|
cl.h | 39 typedef struct _cl_platform_id * cl_platform_id; typedef in typeref:struct:_cl_platform_id 572 cl_platform_id * /* platforms */, 576 clGetPlatformInfo(cl_platform_id /* platform */, 584 clGetDeviceIDs(cl_platform_id /* platform */, [all...] |
cl.hpp | [all...] |
/external/opencv3/modules/core/src/ |
directx.cpp | 254 std::vector<cl_platform_id> platforms(numPlatforms); 362 std::vector<cl_platform_id> platforms(numPlatforms); 470 std::vector<cl_platform_id> platforms(numPlatforms); 580 std::vector<cl_platform_id> platforms(numPlatforms); 685 static cl_platform_id initializedPlatform = NULL; 686 cl_platform_id platform = (cl_platform_id)Platform::getDefault().ptr(); 833 static cl_platform_id initializedPlatform = NULL; 834 cl_platform_id platform = (cl_platform_id)Platform::getDefault().ptr() [all...] |
ocl.cpp | 206 typedef struct _cl_platform_id * cl_platform_id; typedef in typeref:struct:_cl_platform_id [all...] |
/external/ImageMagick/MagickCore/ |
opencl-private.h | 65 cl_platform_id *platforms,cl_uint *num_platforms) CL_API_SUFFIX__VERSION_1_0; 68 (CL_API_CALL *MAGICKpfn_clGetPlatformInfo)(cl_platform_id platform, 75 (CL_API_CALL *MAGICKpfn_clGetDeviceIDs)(cl_platform_id platform,
|
opencl.c | [all...] |
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
opencl_core.hpp | 330 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetDeviceIDs)(cl_platform_id, cl_device_type, cl_uint, cl_device_id*, cl_uint*); 335 extern CL_RUNTIME_EXPORT void* (CL_API_CALL*clGetExtensionFunctionAddressForPlatform)(cl_platform_id, const char*); 341 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetPlatformIDs)(cl_uint, cl_platform_id*, cl_uint*); 342 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetPlatformInfo)(cl_platform_id, cl_platform_info, size_t, void*, size_t*); 369 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clUnloadPlatformCompiler)(cl_platform_id);
|
opencl_core_wrappers.hpp | 152 inline cl_int clGetDeviceIDs(cl_platform_id p0, cl_device_type p1, cl_uint p2, cl_device_id* p3, cl_uint* p4) { return clGetDeviceIDs_pfn(p0, p1, p2, p3, p4); } 167 inline void* clGetExtensionFunctionAddressForPlatform(cl_platform_id p0, const char* p1) { return clGetExtensionFunctionAddressForPlatform_pfn(p0, p1); } 185 inline cl_int clGetPlatformIDs(cl_uint p0, cl_platform_id* p1, cl_uint* p2) { return clGetPlatformIDs_pfn(p0, p1, p2); } 188 inline cl_int clGetPlatformInfo(cl_platform_id p0, cl_platform_info p1, size_t p2, void* p3, size_t* p4) { return clGetPlatformInfo_pfn(p0, p1, p2, p3, p4); } 269 inline cl_int clUnloadPlatformCompiler(cl_platform_id p0) { return clUnloadPlatformCompiler_pfn(p0); }
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
opencl_core_impl.hpp | 409 cl_int (CL_API_CALL*clGetDeviceIDs)(cl_platform_id, cl_device_type, cl_uint, cl_device_id*, cl_uint*) = 410 opencl_fn5<OPENCL_FN_clGetDeviceIDs, cl_int, cl_platform_id, cl_device_type, cl_uint, cl_device_id*, cl_uint*>::switch_fn; 429 void* (CL_API_CALL*clGetExtensionFunctionAddressForPlatform)(cl_platform_id, const char*) = 430 opencl_fn2<OPENCL_FN_clGetExtensionFunctionAddressForPlatform, void*, cl_platform_id, const char*>::switch_fn; [all...] |
/external/libgdx/backends/gdx-backend-lwjgl3/libs/ |
lwjgl.jar | |