Home
last modified time | relevance | path

Searched refs:eglDestroySyncFunc (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp1870 PFNEGLDESTROYSYNCKHRPROC eglDestroySyncFunc) { in eglDestroySyncTmpl() argument
1876 if (cnx->dso && eglDestroySyncFunc) { in eglDestroySyncTmpl()
1877 result = eglDestroySyncFunc(dp->disp.dpy, sync); in eglDestroySyncTmpl()