Home
last modified time | relevance | path

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

/external/skqp/src/compute/common/cl/
Dfind_cl.c46 cl(GetPlatformIDs(0,NULL,&platform_count)); in clFindIdsByName()
50 cl(GetPlatformIDs(platform_count,platform_ids,NULL)); in clFindIdsByName()
/external/angle/src/libANGLE/
DCLPlatform.h32 static cl_int GetPlatformIDs(cl_uint numEntries,
DCLPlatform.cpp89 cl_int Platform::GetPlatformIDs(cl_uint numEntries, in GetPlatformIDs() function in cl::Platform
/external/angle/src/libGLESv2/
Dcl_stubs.cpp40 return Platform::GetPlatformIDs(num_entries, platforms, num_platforms); in IcdGetPlatformIDsKHR()
43 cl_int GetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, cl_uint *num_platforms) in GetPlatformIDs() function
45 return Platform::GetPlatformIDs(num_entries, platforms, num_platforms); in GetPlatformIDs()
Dcl_stubs_autogen.h18 cl_int GetPlatformIDs(cl_uint num_entries, cl_platform_id *platforms, cl_uint *num_platforms);
Dentry_points_cl_autogen.cpp27 CL_EVENT(GetPlatformIDs, in clGetPlatformIDs()
31 ANGLE_CL_VALIDATE_ERROR(GetPlatformIDs, num_entries, platforms, num_platforms); in clGetPlatformIDs()
33 return GetPlatformIDs(num_entries, platforms, num_platforms); in clGetPlatformIDs()