Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldisplay.c82 _EGLPlatformType plat = _EGL_INVALID_PLATFORM; in _eglGetNativePlatformFromEnv()
91 return _EGL_INVALID_PLATFORM; in _eglGetNativePlatformFromEnv()
111 return _EGL_INVALID_PLATFORM; in _eglNativePlatformDetectNativeDisplay()
141 return _EGL_INVALID_PLATFORM; in _eglNativePlatformDetectNativeDisplay()
151 static _EGLPlatformType native_platform = _EGL_INVALID_PLATFORM; in _eglGetNativePlatform()
154 if (detected_platform == _EGL_INVALID_PLATFORM) { in _eglGetNativePlatform()
160 if (detected_platform == _EGL_INVALID_PLATFORM) { in _eglGetNativePlatform()
165 if (detected_platform == _EGL_INVALID_PLATFORM) { in _eglGetNativePlatform()
173 p_atomic_cmpxchg(&native_platform, _EGL_INVALID_PLATFORM, in _eglGetNativePlatform()
220 if (plat == _EGL_INVALID_PLATFORM) in _eglFindDisplay()
Degldisplay.h55 _EGL_INVALID_PLATFORM = -1 enumerator
/external/mesa3d/
Dconfigure.ac2401 EGL_NATIVE_PLATFORM="_EGL_INVALID_PLATFORM"