Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldisplay.c71 } egl_platforms[] = { variable
92 static_assert(ARRAY_SIZE(egl_platforms) == _EGL_NUM_PLATFORMS, in _eglGetNativePlatformFromEnv()
102 for (i = 0; i < ARRAY_SIZE(egl_platforms); i++) { in _eglGetNativePlatformFromEnv()
103 if (strcmp(egl_platforms[i].name, plat_name) == 0) { in _eglGetNativePlatformFromEnv()
104 plat = egl_platforms[i].platform; in _eglGetNativePlatformFromEnv()
168 egl_platforms[detected_platform].name, detection_method); in _eglGetNativePlatform()