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

/frameworks/native/opengl/libagl/
H A Degl.cpp893 { "eglDestroySyncKHR",
894 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
2137 EGLBoolean eglDestroySyncKHR(EGLDisplay /*dpy*/, EGLSyncKHR sync) function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp151 { "eglDestroySyncKHR",
152 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
1043 eglDestroySyncKHR(dpy, sync);
1457 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) function
1466 if (cnx->dso && cnx->egl.eglDestroySyncKHR) {
1467 result = cnx->egl.eglDestroySyncKHR(dp->disp.dpy, sync);

Completed in 119 milliseconds