HomeSort by relevance Sort by last modified time
    Searched refs:_EGL_INVALID_PLATFORM (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/egl/main/
egldisplay.c 82 _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...]
egldisplay.h 55 _EGL_INVALID_PLATFORM = -1

Completed in 207 milliseconds