Searched refs:EGL_SYNC_FENCE_KHR (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Fence.h | 46 mFence = eglCreateSyncKHR(mDisplay, EGL_SYNC_FENCE_KHR, NULL); in Fence()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 156 * If <type> is EGL_SYNC_FENCE_KHR and <attrib_list> is neither NULL nor 166 * If <type> is EGL_SYNC_FENCE_KHR or EGL_SYNC_NATIVE_FENCE_ANDROID and 170 * If <type> is EGL_SYNC_FENCE_KHR or EGL_SYNC_NATIVE_FENCE_ANDROID and 175 * If <type> is EGL_SYNC_FENCE_KHR or EGL_SYNC_NATIVE_FENCE_ANDROID and 187 EGL_SYNC_CONDITION_KHR Signaling condition EGL_SYNC_FENCE_KHR and 228 EGL_SYNC_FENCE_KHR type?
|
/frameworks/base/services/jni/ |
D | com_android_server_AssetAtlasService.cpp | 214 fence = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, NULL); in com_android_server_AssetAtlasService_upload()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 233 #define EGL_SYNC_FENCE_KHR 0x30F9 macro
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 702 fence = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL); in syncForReleaseLocked()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 2095 if (type != EGL_SYNC_FENCE_KHR || in eglCreateSyncKHR() 2137 *value = EGL_SYNC_FENCE_KHR; in eglGetSyncAttribKHR()
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 1084 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL); in eglSwapBuffers()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 3030 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, NULL); in captureScreenImplLocked()
|