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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp119 { "eglDestroySyncKHR",
120 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
921 eglDestroySyncKHR(dpy, sync);
1328 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) function
1337 if (cnx->dso && cnx->egl.eglDestroySyncKHR) {
1338 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync);
/frameworks/native/opengl/libagl/
H A Degl.cpp866 { "eglDestroySyncKHR",
867 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
2111 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1221 const GLMessage_Function GLMessage::eglDestroySyncKHR; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1569 static const Function eglDestroySyncKHR = GLMessage_Function_eglDestroySyncKHR; member in class:android::gltrace::GLMessage

Completed in 113 milliseconds