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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp131 { "eglCreateSyncKHR",
132 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
1089 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL);
1420 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) function
1429 if (cnx->dso && cnx->egl.eglCreateSyncKHR) {
1430 result = cnx->egl.eglCreateSyncKHR(dp->disp.dpy, type, attrib_list);
/frameworks/native/opengl/libagl/
H A Degl.cpp864 { "eglCreateSyncKHR",
865 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
2088 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1602 const GLMessage_Function GLMessage::eglCreateSyncKHR; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1950 static const Function eglCreateSyncKHR = GLMessage_Function_eglCreateSyncKHR; member in class:android::gltrace::GLMessage

Completed in 155 milliseconds