Searched refs:EGL_SYNC_FENCE_KHR (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DFence.h46 mFence = eglCreateSyncKHR(mDisplay, EGL_SYNC_FENCE_KHR, NULL);
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp196 fence = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, NULL);
/frameworks/native/opengl/include/EGL/
H A Deglext.h233 #define EGL_SYNC_FENCE_KHR 0x30F9 macro
/frameworks/native/libs/gui/
H A DGLConsumer.cpp688 fence = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL);
/frameworks/native/opengl/libagl/
H A Degl.cpp2095 if (type != EGL_SYNC_FENCE_KHR ||
2137 *value = EGL_SYNC_FENCE_KHR;
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1089 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3263 sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, NULL);

Completed in 496 milliseconds