Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldisplay.c88 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; in _eglGetNativePlatformFromEnv()
100 return _EGL_INVALID_PLATFORM; in _eglGetNativePlatformFromEnv()
109 if (plat == _EGL_INVALID_PLATFORM) in _eglGetNativePlatformFromEnv()
123 return _EGL_INVALID_PLATFORM; in _eglNativePlatformDetectNativeDisplay()
144 return _EGL_INVALID_PLATFORM; in _eglNativePlatformDetectNativeDisplay()
157 if (detected_platform == _EGL_INVALID_PLATFORM) { in _eglGetNativePlatform()
162 if (detected_platform == _EGL_INVALID_PLATFORM) { in _eglGetNativePlatform()
249 if (plat == _EGL_INVALID_PLATFORM) in _eglFindDisplay()
Degldisplay.h56 _EGL_INVALID_PLATFORM = -1 enumerator