Home
last modified time | relevance | path

Searched refs:GetPlatformIDs (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DCLPlatform.h35 static angle::Result GetPlatformIDs(cl_uint numEntries,
H A DCLPlatform.cpp91 angle::Result Platform::GetPlatformIDs(cl_uint numEntries, in GetPlatformIDs() function in cl::Platform
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dcl_stubs.cpp75 CL_RETURN_ERROR((Platform::GetPlatformIDs(num_entries, platforms, num_platforms))); in IcdGetPlatformIDsKHR()
78 cl_int GetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, cl_uint *num_platforms) in GetPlatformIDs() function
80 CL_RETURN_ERROR(Platform::GetPlatformIDs(num_entries, platforms, num_platforms)); in GetPlatformIDs()
H A Dcl_stubs_autogen.h18 cl_int GetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, cl_uint *num_platforms);
H A Dentry_points_cl_autogen.cpp27 CL_EVENT(GetPlatformIDs, in clGetPlatformIDs()
31 ANGLE_CL_VALIDATE_ERROR(GetPlatformIDs, num_entries, platforms, num_platforms); in clGetPlatformIDs()
34 return GetPlatformIDs(num_entries, platforms, num_platforms); in clGetPlatformIDs()