Searched refs:_EGL_INVALID_PLATFORM (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Degldisplay.c82 _EGLPlatformType plat = _EGL_INVALID_PLATFORM;
91 return _EGL_INVALID_PLATFORM;
111 return _EGL_INVALID_PLATFORM;
141 return _EGL_INVALID_PLATFORM;
151 static _EGLPlatformType native_platform = _EGL_INVALID_PLATFORM;
154 if (detected_platform == _EGL_INVALID_PLATFORM) {
160 if (detected_platform == _EGL_INVALID_PLATFORM) {
165 if (detected_platform == _EGL_INVALID_PLATFORM) {
173 p_atomic_cmpxchg(&native_platform, _EGL_INVALID_PLATFORM,
220 if (plat == _EGL_INVALID_PLATFORM)
[all...]
H A Degldisplay.h55 _EGL_INVALID_PLATFORM = -1 enumerator in enum:_egl_platform_type
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Degldisplay.c97 _EGLPlatformType plat = _EGL_INVALID_PLATFORM;
109 return _EGL_INVALID_PLATFORM;
118 if (plat == _EGL_INVALID_PLATFORM)
132 return _EGL_INVALID_PLATFORM;
158 return _EGL_INVALID_PLATFORM;
171 if (detected_platform == _EGL_INVALID_PLATFORM) {
176 if (detected_platform == _EGL_INVALID_PLATFORM) {
263 if (plat == _EGL_INVALID_PLATFORM)
H A Degldisplay.h58 _EGL_INVALID_PLATFORM = -1 enumerator in enum:_egl_platform_type

Completed in 6 milliseconds