Home
last modified time | relevance | path

Searched refs:clGetSupportedImageFormats (Results 1 – 10 of 10) sorted by relevance

/external/opencv3/modules/core/src/opencl/runtime/generator/filter/
Dopencl_core_functions.list64 clGetSupportedImageFormats
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
Dopencl_core.hpp72 #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, …
Dopencl_core_wrappers.hpp198 #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/
Dmemory.cpp165 clGetSupportedImageFormats(cl_context ctx, cl_mem_flags flags, in clGetSupportedImageFormats() function
/external/opencv3/modules/core/src/opencl/runtime/autogenerated/
Dopencl_core_impl.hpp473 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/
Dcl.h586 clGetSupportedImageFormats(cl_context /* context */,
Dcl.hpp269 #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/
Dcl.h689 clGetSupportedImageFormats(cl_context /* context */,
Dcl.hpp360 #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/
Docl.cpp938 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()