Searched refs:GetPlatformIDs (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/ |
H A D | CLPlatform.h | 35 static angle::Result GetPlatformIDs(cl_uint numEntries,
|
H A D | CLPlatform.cpp | 91 angle::Result Platform::GetPlatformIDs(cl_uint numEntries, in GetPlatformIDs() function in cl::Platform
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | cl_stubs.cpp | 75 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 D | cl_stubs_autogen.h | 18 cl_int GetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, cl_uint *num_platforms);
|
H A D | entry_points_cl_autogen.cpp | 27 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()
|