Home
last modified time | relevance | path

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

/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt101 EGL_SYNC_STATUS_KHR EGL_UNSIGNALED_KHR
107 set to EGL_SYNC_NATIVE_FENCE_SIGNALED_ANDROID and the EGL_SYNC_STATUS_KHR
186 EGL_SYNC_STATUS_KHR Status of the sync object All
/frameworks/opt/gamesdk/src/swappy/
DEGL.cpp123 EGLBoolean result = eglGetSyncAttribKHR(display, mSyncFence, EGL_SYNC_STATUS_KHR, &status); in lastFrameIsComplete()
/frameworks/native/opengl/include/EGL/
Deglext.h312 #define EGL_SYNC_STATUS_KHR 0x30F1 macro
/frameworks/native/opengl/libagl/
Degl.cpp2199 case EGL_SYNC_STATUS_KHR: in eglGetSyncAttribKHR()