Home
last modified time | relevance | path

Searched refs:CL_PLATFORM_NAME (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/compute/common/cl/
Dfind_cl.c60 CL_PLATFORM_NAME, in clFindIdsByName()
68 CL_PLATFORM_NAME, in clFindIdsByName()
/external/skqp/src/compute/common/cl/
Dfind_cl.c60 CL_PLATFORM_NAME, in clFindIdsByName()
68 CL_PLATFORM_NAME, in clFindIdsByName()
/external/libxcam/modules/ocl/
Dcl_device.cpp142 if (clGetPlatformInfo(platform_id, CL_PLATFORM_NAME, 0, 0, &sz) != CL_SUCCESS) in init()
152 if (clGetPlatformInfo(platform_id, CL_PLATFORM_NAME, sz, _platform_name, 0) != CL_SUCCESS) in init()
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dplatform.cpp68 case CL_PLATFORM_NAME: in GetPlatformInfo()
/external/mesa3d/include/CL/
Dcl.h194 #define CL_PLATFORM_NAME 0x0902 macro
Dcl.hpp781 F(cl_platform_info, CL_PLATFORM_NAME, STRING_CLASS) \
/external/ImageMagick/MagickCore/
Dopencl.c2347 openCL_library->clGetPlatformInfo(platforms[i],CL_PLATFORM_NAME,0,NULL, in LoadOpenCLDevices()
2351 openCL_library->clGetPlatformInfo(platforms[i],CL_PLATFORM_NAME,length, in LoadOpenCLDevices()