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

/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto503 eglCreateSyncKHR = 2038;
/frameworks/native/opengl/include/EGL/
H A Deglext.h140 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp821 sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL);
1125 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) function
1134 if (cnx->dso && cnx->egl.eglCreateSyncKHR) {
1135 result = cnx->egl.eglCreateSyncKHR(dp->disp.dpy, type, attrib_list);
/frameworks/native/libs/gui/
H A DSurfaceTexture.cpp486 fence = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL);
/frameworks/native/opengl/libagl/
H A Degl.cpp854 { "eglCreateSyncKHR",
855 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
2074 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1012 const GLMessage_Function GLMessage::eglCreateSyncKHR; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1345 static const Function eglCreateSyncKHR = GLMessage_Function_eglCreateSyncKHR; member in class:android::gltrace::GLMessage

Completed in 824 milliseconds