HomeSort by relevance Sort by last modified time
    Searched refs:clGetPlatformIDs (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/api/
platform.cpp 34 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *rd_platforms,
117 return clGetPlatformIDs(num_entries, rd_platforms, rnum_platforms);
dispatch.cpp 27 clGetPlatformIDs,
context.cpp 73 ret = clGetPlatformIDs(1, &d_platform, &num_platforms);
dispatch.hpp 39 CL_API_ENTRY cl_int (CL_API_CALL *clGetPlatformIDs)(
  /external/libxcam/modules/ocl/
cl_device.cpp 107 if (clGetPlatformIDs (1, &platform_id, &num_platform) != CL_SUCCESS)
  /external/ImageMagick/MagickCore/
opencl-private.h 237 MAGICKpfn_clGetPlatformIDs clGetPlatformIDs;
opencl.c     [all...]
  /external/mesa3d/include/CL/
cl.h 571 clGetPlatformIDs(cl_uint /* num_entries */,
    [all...]
cl.hpp 255 #define __GET_PLATFORM_IDS_ERR __ERR_STR(clGetPlatformIDs)
    [all...]

Completed in 1316 milliseconds