Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldisplay.c66 } egl_platforms[_EGL_NUM_PLATFORMS] = { variable
94 if (strcmp(egl_platforms[i].name, plat_name) == 0) { in _eglGetNativePlatformFromEnv()
95 plat = egl_platforms[i].platform; in _eglGetNativePlatformFromEnv()
171 egl_platforms[detected_platform].name, detection_method); in _eglGetNativePlatform()