Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Degldisplay.c97 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; in _eglGetNativePlatformFromEnv()
109 return _EGL_INVALID_PLATFORM; in _eglGetNativePlatformFromEnv()
118 if (plat == _EGL_INVALID_PLATFORM) in _eglGetNativePlatformFromEnv()
132 return _EGL_INVALID_PLATFORM; in _eglNativePlatformDetectNativeDisplay()
158 return _EGL_INVALID_PLATFORM; in _eglNativePlatformDetectNativeDisplay()
171 if (detected_platform == _EGL_INVALID_PLATFORM) { in _eglGetNativePlatform()
176 if (detected_platform == _EGL_INVALID_PLATFORM) { in _eglGetNativePlatform()
263 if (plat == _EGL_INVALID_PLATFORM) in _eglFindDisplay()
Degldisplay.h59 _EGL_INVALID_PLATFORM = -1 enumerator