Home
last modified time | relevance | path

Searched refs:clGetExtensionFunctionAddress (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A Ddispatch.cpp91 clIcdDispatch->clGetExtensionFunctionAddress("clIcdGetPlatformIDsKHR")); in CreateDispatch()
H A DlibOpenCL_autogen.cpp615 void *CL_API_CALL clGetExtensionFunctionAddress(const char *func_name) in clGetExtensionFunctionAddress() function
617 return cl::GetDispatch().clGetExtensionFunctionAddress(func_name); in clGetExtensionFunctionAddress()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dplatform.cpp242 clGetExtensionFunctionAddress(const char *p_name) { in clGetExtensionFunctionAddress() function
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_dispatch_table.cpp83 cl::clGetExtensionFunctionAddress,
H A Dproc_table_cl_autogen.cpp91 {"clGetExtensionFunctionAddress", P(::cl::clGetExtensionFunctionAddress)}, in GetProcTable()
H A Dentry_points_cl_autogen.h322 void *CL_API_CALL clGetExtensionFunctionAddress(const char *func_name);
H A Dentry_points_cl_autogen.cpp1268 void *CL_API_CALL clGetExtensionFunctionAddress(const char *func_name) in clGetExtensionFunctionAddress() function
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp163 LOAD_OPENCL_FUNCTION_PTR(clGetExtensionFunctionAddress); in LoadLibraryFromPath()
250 CL_DEFINE_FUNC_PTR(clGetExtensionFunctionAddress);
828 // clGetExtensionFunctionAddress wrapper, use OpenCLWrapper function.
829 void *clGetExtensionFunctionAddress(const char *func_name) in clGetExtensionFunctionAddress() function
832 auto func = OHOS::clGetExtensionFunctionAddress; in clGetExtensionFunctionAddress()
/third_party/opencl-headers/include/
H A Dopencl_wrapper.h205 CL_DECLARE_FUNC_PTR(clGetExtensionFunctionAddress);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLPlatformCL.cpp116 mNative->getDispatch().clGetExtensionFunctionAddress == nullptr) in createInfo()
/third_party/opencl-headers/CL/
H A Dcl_icd.h1171 cl_api_clGetExtensionFunctionAddress clGetExtensionFunctionAddress; member
H A Dcl.h1909 clGetExtensionFunctionAddress(const char * func_name) CL_API_SUFFIX__VERSION_1_1_DEPRECATED;
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_icd.h1171 cl_api_clGetExtensionFunctionAddress clGetExtensionFunctionAddress; member
H A Dcl.h1902 clGetExtensionFunctionAddress(const char * func_name) CL_API_SUFFIX__VERSION_1_1_DEPRECATED;
/third_party/mesa3d/include/CL/
H A Dcl_icd.h1171 cl_api_clGetExtensionFunctionAddress clGetExtensionFunctionAddress; member
H A Dcl.h1900 clGetExtensionFunctionAddress(const char * func_name) CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED;
H A Dcl2.hpp720 clGetExtensionFunctionAddress(#name); \
H A Dcl.hpp275 clGetExtensionFunctionAddress(#name); \

Completed in 73 milliseconds