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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp228 { "eglDupNativeFenceFDANDROID",
229 (__eglMustCastToProperFunctionPointerType)&eglDupNativeFenceFDANDROID },
1850 EGLint eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR sync) function
1859 if (cnx->dso && cnx->egl.eglDupNativeFenceFDANDROID) {
1860 result = cnx->egl.eglDupNativeFenceFDANDROID(dp->disp.dpy, sync);

Completed in 59 milliseconds