Searched refs:eglCreateSyncKHR (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 64 Accepted by the <type> parameter of eglCreateSyncKHR, and returned 70 Accepted by the <attrib_list> parameter of eglCreateSyncKHR: 74 Accepted by the <attrib_list> parameter of eglCreateSyncKHR, and returned 110 descriptor, so the caller must not use it after calling eglCreateSyncKHR." 117 to EGL_NO_NATIVE_FENCE_FD_ANDROID, eglCreateSyncKHR also inserts a fence 147 Modify the list of eglCreateSyncKHR errors in Section 3.8.1 (Sync Objects), 222 * If <dpy> does not match the display passed to eglCreateSyncKHR 259 descriptor to eglCreateSyncKHR and as a way to describe the subsequent
|
/frameworks/base/libs/hwui/ |
D | Fence.h | 46 mFence = eglCreateSyncKHR(mDisplay, EGL_SYNC_FENCE_KHR, NULL); in Fence()
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 132 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR }, 1084 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL); in eglSwapBuffers() 1415 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in eglCreateSyncKHR() function 1424 if (cnx->dso && cnx->egl.eglCreateSyncKHR) { in eglCreateSyncKHR() 1425 result = cnx->egl.eglCreateSyncKHR(dp->disp.dpy, type, attrib_list); in eglCreateSyncKHR()
|
D | egl_entries.in | 56 EGL_ENTRY(EGLSyncKHR, eglCreateSyncKHR, EGLDisplay, EGLenum, const EGLint *)
|
/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/libs/gui/ |
D | GLConsumer.cpp | 657 EGLSyncKHR sync = eglCreateSyncKHR(dpy, in syncForReleaseLocked() 702 fence = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL); in syncForReleaseLocked() 995 EGLSyncKHR sync = eglCreateSyncKHR(dpy, in doGLFenceWaitLocked()
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 607 eglCreateSyncKHR = 2038; enumerator
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 141 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_l…
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 865 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR }, 2088 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, in eglCreateSyncKHR() function
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace.pb.cpp | 1220 const GLMessage_Function GLMessage::eglCreateSyncKHR; member in android::gltrace::GLMessage
|
D | gltrace.pb.h | 1568 static const Function eglCreateSyncKHR = GLMessage_Function_eglCreateSyncKHR; variable
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 3030 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, NULL); in captureScreenImplLocked()
|