Searched refs:clGetSupportedImageFormats (Results 1 - 18 of 18) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | dispatch.cpp | 47 clGetSupportedImageFormats,
|
H A D | memory.cpp | 367 clGetSupportedImageFormats(cl_context d_ctx, cl_mem_flags flags, in clGetSupportedImageFormats() function
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | cl_dispatch_table.cpp | 37 cl::clGetSupportedImageFormats,
|
H A D | proc_table_cl_autogen.cpp | 44 {"clGetSupportedImageFormats", P(::cl::clGetSupportedImageFormats)}, in GetProcTable()
|
H A D | entry_points_cl_autogen.h | 77 cl_int CL_API_CALL clGetSupportedImageFormats(cl_context context,
|
H A D | entry_points_cl_autogen.cpp | 299 cl_int CL_API_CALL clGetSupportedImageFormats(cl_context context, in clGetSupportedImageFormats() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLContextCL.cpp | 192 ANGLE_CL_TRY(mNative->getDispatch().clGetSupportedImageFormats( in getSupportedImageFormats() 195 ANGLE_CL_TRY(mNative->getDispatch().clGetSupportedImageFormats( in getSupportedImageFormats()
|
H A D | CLPlatformCL.cpp | 71 mNative->getDispatch().clGetSupportedImageFormats == nullptr || in createInfo()
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
H A D | libOpenCL_autogen.cpp | 139 cl_int CL_API_CALL clGetSupportedImageFormats(cl_context context, in clGetSupportedImageFormats() function 146 return cl::GetDispatch().clGetSupportedImageFormats(context, flags, image_type, num_entries, in clGetSupportedImageFormats()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 1515 cle = clGetSupportedImageFormats(hwctx->context, in opencl_frames_get_constraints() 1539 cle = clGetSupportedImageFormats(hwctx->context, in opencl_frames_get_constraints()
|
/third_party/opencl-headers/CL/ |
H A D | cl_icd.h | 1125 cl_api_clGetSupportedImageFormats clGetSupportedImageFormats; member
|
H A D | cl.h | 1156 clGetSupportedImageFormats(cl_context context,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_icd.h | 1125 cl_api_clGetSupportedImageFormats clGetSupportedImageFormats; member
|
H A D | cl.h | 1149 clGetSupportedImageFormats(cl_context context,
|
/third_party/mesa3d/include/CL/ |
H A D | cl_icd.h | 1125 cl_api_clGetSupportedImageFormats clGetSupportedImageFormats; member
|
H A D | cl.h | 1147 clGetSupportedImageFormats(cl_context context,
|
H A D | cl2.hpp | 842 #define __GET_SUPPORTED_IMAGE_FORMATS_ERR CL_HPP_ERR_STR_(clGetSupportedImageFormats) 3046 * Wraps clGetSupportedImageFormats(). 3059 cl_int err = ::clGetSupportedImageFormats( in getSupportedImageFormats() 3072 err = ::clGetSupportedImageFormats( in getSupportedImageFormats()
|
H A D | cl.hpp | 396 #define __GET_SUPPORTED_IMAGE_FORMATS_ERR __ERR_STR(clGetSupportedImageFormats) 2781 * Wraps clGetSupportedImageFormats(). 2794 cl_int err = ::clGetSupportedImageFormats( in getSupportedImageFormats() 2808 err = ::clGetSupportedImageFormats( in getSupportedImageFormats()
|
Completed in 55 milliseconds