Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/
H A Dplatform.cpp116 clover::GetExtensionFunctionAddressForPlatform(cl_platform_id d_platform, in GetExtensionFunctionAddressForPlatform() function in clover
249 return GetExtensionFunctionAddressForPlatform(d_platform, p_name); in clGetExtensionFunctionAddressForPlatform()
H A Ddispatch.hpp43 GetExtensionFunctionAddressForPlatform(cl_platform_id d_platform,
H A Ddispatch.cpp145 GetExtensionFunctionAddressForPlatform,
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dcl_stubs_autogen.h510 void *GetExtensionFunctionAddressForPlatform(cl_platform_id platform, const char *func_name);
H A Dentry_points_cl_autogen.cpp1934 CL_EVENT(GetExtensionFunctionAddressForPlatform, in clGetExtensionFunctionAddressForPlatform()
1939 ANGLE_CL_VALIDATE_POINTER(GetExtensionFunctionAddressForPlatform, platform, func_name); in clGetExtensionFunctionAddressForPlatform()
1941 return GetExtensionFunctionAddressForPlatform(platform, func_name); in clGetExtensionFunctionAddressForPlatform()
H A Dcl_stubs.cpp1133 void *GetExtensionFunctionAddressForPlatform(cl_platform_id platform, const char *func_name) in GetExtensionFunctionAddressForPlatform() function