Searched refs:OCL_FUNC_P (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/src/ |
D | ocl.cpp | 805 #define OCL_FUNC_P(rettype, funcname, argsdecl, args) \ macro 850 OCL_FUNC_P(cl_context, clCreateContext, 881 OCL_FUNC_P(cl_command_queue, clCreateCommandQueue, 890 OCL_FUNC_P(cl_mem, clCreateBuffer, 918 OCL_FUNC_P(cl_mem, clCreateImage, 927 OCL_FUNC_P(cl_mem, clCreateImage2D, 1110 OCL_FUNC_P(cl_program, clCreateProgramWithSource, 1118 OCL_FUNC_P(cl_program, clCreateProgramWithBinary, 1156 OCL_FUNC_P(cl_kernel, clCreateKernel, 1290 OCL_FUNC_P(void*, clEnqueueMapBuffer,
|