Searched refs:GetExtensionFunctionAddressForPlatform (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | platform.cpp | 116 clover::GetExtensionFunctionAddressForPlatform(cl_platform_id d_platform, in GetExtensionFunctionAddressForPlatform() function in clover 249 return GetExtensionFunctionAddressForPlatform(d_platform, p_name); in clGetExtensionFunctionAddressForPlatform()
|
D | dispatch.hpp | 43 GetExtensionFunctionAddressForPlatform(cl_platform_id d_platform,
|
D | dispatch.cpp | 145 GetExtensionFunctionAddressForPlatform,
|
/external/angle/src/libGLESv2/ |
D | cl_stubs_autogen.h | 510 void *GetExtensionFunctionAddressForPlatform(cl_platform_id platform, const char *func_name);
|
D | entry_points_cl_autogen.cpp | 2185 CL_EVENT(GetExtensionFunctionAddressForPlatform, in clGetExtensionFunctionAddressForPlatform() 2190 ANGLE_CL_VALIDATE_POINTER(GetExtensionFunctionAddressForPlatform, platform, func_name); in clGetExtensionFunctionAddressForPlatform() 2192 void *returnValue = GetExtensionFunctionAddressForPlatform(platform, func_name); in clGetExtensionFunctionAddressForPlatform() 2193 ANGLE_CAPTURE_CL(GetExtensionFunctionAddressForPlatform, true, platform, func_name, in clGetExtensionFunctionAddressForPlatform()
|
D | cl_stubs.cpp | 1133 void *GetExtensionFunctionAddressForPlatform(cl_platform_id platform, const char *func_name) in GetExtensionFunctionAddressForPlatform() function
|