Home
last modified time | relevance | path

Searched refs:CL_API_CALL (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/include/CL/
Dcl.h447 extern CL_API_ENTRY cl_int CL_API_CALL
452 extern CL_API_ENTRY cl_int CL_API_CALL
460 extern CL_API_ENTRY cl_int CL_API_CALL
467 extern CL_API_ENTRY cl_int CL_API_CALL
475 extern CL_API_ENTRY cl_context CL_API_CALL
483 extern CL_API_ENTRY cl_context CL_API_CALL
490 extern CL_API_ENTRY cl_int CL_API_CALL
493 extern CL_API_ENTRY cl_int CL_API_CALL
496 extern CL_API_ENTRY cl_int CL_API_CALL
504 extern CL_API_ENTRY cl_command_queue CL_API_CALL
[all …]
Dcl_gl.h61 extern CL_API_ENTRY cl_mem CL_API_CALL
67 extern CL_API_ENTRY cl_mem CL_API_CALL
75 extern CL_API_ENTRY cl_mem CL_API_CALL
83 extern CL_API_ENTRY cl_mem CL_API_CALL
89 extern CL_API_ENTRY cl_int CL_API_CALL
94 extern CL_API_ENTRY cl_int CL_API_CALL
101 extern CL_API_ENTRY cl_int CL_API_CALL
109 extern CL_API_ENTRY cl_int CL_API_CALL
137 extern CL_API_ENTRY cl_int CL_API_CALL
144 typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetGLContextInfoKHR_fn)(
Dcl_ext.h110 extern CL_API_ENTRY cl_int CL_API_CALL
115 typedef CL_API_ENTRY cl_int (CL_API_CALL *clIcdGetPlatformIDsKHR_fn)(
146 extern CL_API_ENTRY cl_int CL_API_CALL
150 (CL_API_CALL *clReleaseDeviceEXT_fn)( cl_device_id /*device*/ ) CL_EXT_SUFFIX__VERSION_1_1;
152 extern CL_API_ENTRY cl_int CL_API_CALL
156 (CL_API_CALL *clRetainDeviceEXT_fn)( cl_device_id /*device*/ ) CL_EXT_SUFFIX__VERSION_1_1;
159 extern CL_API_ENTRY cl_int CL_API_CALL
167 ( CL_API_CALL * clCreateSubDevicesEXT_fn)( cl_device_id /*in_device*/,
Dcl_gl_ext.h60 extern CL_API_ENTRY cl_event CL_API_CALL
Dcl_platform.h40 #define CL_API_CALL __stdcall macro
44 #define CL_API_CALL
Dcl.hpp1227 ( CL_API_CALL * PFN_clCreateSubDevicesEXT)( in createSubDevices()
1347 typedef CL_API_ENTRY cl_int (CL_API_CALL *PFN_clGetDeviceIDsFromD3D10KHR)( in getDevices()
1802 typedef CL_API_ENTRY cl_mem (CL_API_CALL *PFN_clCreateFromD3D10BufferKHR)(
3050 typedef CL_API_ENTRY cl_int (CL_API_CALL *PFN_clEnqueueAcquireD3D10ObjectsKHR)(
3054 typedef CL_API_ENTRY cl_int (CL_API_CALL *PFN_clEnqueueReleaseD3D10ObjectsKHR)(
/external/ImageMagick/MagickCore/
Dopencl-private.h64 (CL_API_CALL *MAGICKpfn_clGetPlatformIDs)(cl_uint num_entries,
68 (CL_API_CALL *MAGICKpfn_clGetPlatformInfo)(cl_platform_id platform,
75 (CL_API_CALL *MAGICKpfn_clGetDeviceIDs)(cl_platform_id platform,
80 (CL_API_CALL *MAGICKpfn_clGetDeviceInfo)(cl_device_id device,
87 (CL_API_CALL *MAGICKpfn_clCreateContext)(
94 (CL_API_CALL *MAGICKpfn_clReleaseContext)(cl_context context)
100 (CL_API_CALL *MAGICKpfn_clCreateCommandQueue)(cl_context context,
105 (CL_API_CALL *MAGICKpfn_clReleaseCommandQueue)(
109 (CL_API_CALL *MAGICKpfn_clFlush)(cl_command_queue command_queue)
113 (CL_API_CALL *MAGICKpfn_clFinish)(cl_command_queue command_queue)
[all …]
Dopencl.c2759 static void CL_API_CALL DestroyMagickCLCacheInfoAndPixels( in DestroyMagickCLCacheInfoAndPixels()