Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Degldisplay.c151 static _EGLPlatformType native_platform = _EGL_INVALID_PLATFORM; in _eglGetNativePlatform() local
152 _EGLPlatformType detected_platform = native_platform; in _eglGetNativePlatform()
173 p_atomic_cmpxchg(&native_platform, _EGL_INVALID_PLATFORM, in _eglGetNativePlatform()
177 return native_platform; in _eglGetNativePlatform()