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

/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp172 fence = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, NULL);
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp308 EGLSyncKHR fence = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_FENCE_KHR, NULL);
/frameworks/native/opengl/include/EGL/
H A Deglext.h242 #define EGL_SYNC_FENCE_KHR 0x30F9 macro
/frameworks/native/libs/gui/
H A DGLConsumer.cpp701 fence = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL);
/frameworks/native/opengl/libagl/
H A Degl.cpp2122 if (type != EGL_SYNC_FENCE_KHR ||
2164 *value = EGL_SYNC_FENCE_KHR;
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1113 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3422 sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, NULL);

Completed in 156 milliseconds