Home
last modified time | relevance | path

Searched refs:GetExtensionFunctionAddressForPlatform (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
Dplatform.cpp116 clover::GetExtensionFunctionAddressForPlatform(cl_platform_id d_platform, in GetExtensionFunctionAddressForPlatform() function in clover
249 return GetExtensionFunctionAddressForPlatform(d_platform, p_name); in clGetExtensionFunctionAddressForPlatform()
Ddispatch.hpp43 GetExtensionFunctionAddressForPlatform(cl_platform_id d_platform,
Ddispatch.cpp145 GetExtensionFunctionAddressForPlatform,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_stubs_autogen.h532 void *GetExtensionFunctionAddressForPlatform(cl_platform_id platform, const char *func_name);
Dentry_points_cl_autogen.cpp1869 CL_EVENT(GetExtensionFunctionAddressForPlatform, in clGetExtensionFunctionAddressForPlatform()
1873 ANGLE_CL_VALIDATE_POINTER(GetExtensionFunctionAddressForPlatform, platform, func_name); in clGetExtensionFunctionAddressForPlatform()
1875 return GetExtensionFunctionAddressForPlatform(platform, func_name); in clGetExtensionFunctionAddressForPlatform()
Dcl_stubs.cpp1098 void *GetExtensionFunctionAddressForPlatform(cl_platform_id platform, const char *func_name) in GetExtensionFunctionAddressForPlatform() function