Searched refs:EGL_SYNC_FENCE_KHR (Results 1 – 9 of 9) sorted by relevance
/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/core/jni/ |
D | com_android_server_AssetAtlasService.cpp | 172 fence = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, NULL); in com_android_server_AssetAtlasService_upload()
|
/frameworks/base/libs/hwui/renderthread/ |
D | EglManager.cpp | 362 EGLSyncKHR fence = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_FENCE_KHR, NULL); in fence()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 242 #define EGL_SYNC_FENCE_KHR 0x30F9 macro
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 2123 if (type != EGL_SYNC_FENCE_KHR || in eglCreateSyncKHR() 2165 *value = EGL_SYNC_FENCE_KHR; in eglGetSyncAttribKHR()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 739 fence = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL); in syncForReleaseLocked()
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 1077 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL); in eglSwapBuffersWithDamageKHR()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 3486 sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, NULL); in captureScreenImplLocked()
|
D | SurfaceFlinger_hwc1.cpp | 3502 sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, NULL); in captureScreenImplLocked()
|