Searched refs:clGetSupportedImageFormats (Results 1 – 10 of 10) sorted by relevance
/external/opencv3/modules/core/src/opencl/runtime/generator/filter/ |
D | opencl_core_functions.list | 64 clGetSupportedImageFormats
|
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/ |
D | opencl_core.hpp | 72 #define clGetSupportedImageFormats clGetSupportedImageFormats_ macro 231 #undef clGetSupportedImageFormats 232 #define clGetSupportedImageFormats clGetSupportedImageFormats_pfn macro 346 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetSupportedImageFormats)(cl_context, cl_mem_flags, …
|
D | opencl_core_wrappers.hpp | 198 #undef clGetSupportedImageFormats 199 #define clGetSupportedImageFormats clGetSupportedImageFormats_fn macro 200 inline cl_int clGetSupportedImageFormats(cl_context p0, cl_mem_flags p1, cl_mem_object_type p2, cl_… in clGetSupportedImageFormats() function
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | memory.cpp | 165 clGetSupportedImageFormats(cl_context ctx, cl_mem_flags flags, in clGetSupportedImageFormats() function
|
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/ |
D | opencl_core_impl.hpp | 473 cl_int (CL_API_CALL*clGetSupportedImageFormats)(cl_context, cl_mem_flags, cl_mem_object_type, cl_ui… 475 …rtedImageFormats_definition = { "clGetSupportedImageFormats", (void**)&clGetSupportedImageFormats};
|
/external/mesa3d/include/CL/ |
D | cl.h | 586 clGetSupportedImageFormats(cl_context /* context */,
|
D | cl.hpp | 269 #define __GET_SUPPORTED_IMAGE_FORMATS_ERR __ERR_STR(clGetSupportedImageFormats) 1503 cl_int err = ::clGetSupportedImageFormats( in getSupportedImageFormats() 1516 err = ::clGetSupportedImageFormats( in getSupportedImageFormats()
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.h | 689 clGetSupportedImageFormats(cl_context /* context */,
|
D | cl.hpp | 360 #define __GET_SUPPORTED_IMAGE_FORMATS_ERR __ERR_STR(clGetSupportedImageFormats) 2585 cl_int err = ::clGetSupportedImageFormats( in getSupportedImageFormats() 2598 err = ::clGetSupportedImageFormats( in getSupportedImageFormats()
|
/external/opencv3/modules/core/src/ |
D | ocl.cpp | 938 OCL_FUNC(cl_int, clGetSupportedImageFormats, 5567 cl_int err = clGetSupportedImageFormats(context, CL_MEM_READ_WRITE, in isFormatSupported() 5571 err = clGetSupportedImageFormats(context, CL_MEM_READ_WRITE, in isFormatSupported()
|