Searched refs:egl_platforms (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Degldisplay.c78 } egl_platforms[] = { variable in typeref:typename:const struct __anon445134b60108[]
101 static_assert(ARRAY_SIZE(egl_platforms) == _EGL_NUM_PLATFORMS,
111 for (i = 0; i < ARRAY_SIZE(egl_platforms); i++) {
112 if (strcmp(egl_platforms[i].name, plat_name) == 0) {
113 plat = egl_platforms[i].platform;
182 egl_platforms[detected_platform].name, detection_method);
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Degldisplay.c66 } egl_platforms[_EGL_NUM_PLATFORMS] = { variable in typeref:typename:const struct __anon5e1850830108[]
94 if (strcmp(egl_platforms[i].name, plat_name) == 0) {
95 plat = egl_platforms[i].platform;
171 egl_platforms[detected_platform].name, detection_method);

Completed in 3 milliseconds