Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
DeglSync.h34 type(EGL_SYNC_FENCE_KHR), in EGLSync_t()
Degl.cpp1877 if ((type != EGL_SYNC_FENCE_KHR && in eglCreateSyncKHR()
1879 (type != EGL_SYNC_FENCE_KHR && in eglCreateSyncKHR()
1961 syncRes->type = EGL_SYNC_FENCE_KHR; in eglCreateSyncKHR()
2024 case EGL_SYNC_FENCE_KHR: in eglClientWaitSyncKHR()
/device/generic/goldfish-opengl/system/include/EGL/
Deglext.h242 #define EGL_SYNC_FENCE_KHR 0x30F9 macro