Home
last modified time | relevance | path

Searched refs:eglCreateSyncKHR (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt64 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/
DFence.h46 mFence = eglCreateSyncKHR(mDisplay, EGL_SYNC_FENCE_KHR, NULL); in Fence()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp132 (__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()
Degl_entries.in56 EGL_ENTRY(EGLSyncKHR, eglCreateSyncKHR, EGLDisplay, EGLenum, const EGLint *)
/frameworks/base/services/jni/
Dcom_android_server_AssetAtlasService.cpp214 fence = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, NULL); in com_android_server_AssetAtlasService_upload()
/frameworks/native/libs/gui/
DGLConsumer.cpp657 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/
Dgltrace.proto607 eglCreateSyncKHR = 2038; enumerator
/frameworks/native/opengl/include/EGL/
Deglext.h141 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_l…
/frameworks/native/opengl/libagl/
Degl.cpp865 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
2088 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, in eglCreateSyncKHR() function
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1220 const GLMessage_Function GLMessage::eglCreateSyncKHR; member in android::gltrace::GLMessage
Dgltrace.pb.h1568 static const Function eglCreateSyncKHR = GLMessage_Function_eglCreateSyncKHR; variable
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3030 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, NULL); in captureScreenImplLocked()