Searched defs:eglCreateSyncKHR (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp882 sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL);
1186 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) function
1195 if (cnx->dso && cnx->egl.eglCreateSyncKHR) {
1196 result = cnx->egl.eglCreateSyncKHR(dp->disp.dpy, type, attrib_list);
/frameworks/native/opengl/libagl/
H A Degl.cpp864 { "eglCreateSyncKHR",
865 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
2084 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 70 milliseconds