Searched refs:eglQueryStreamu64KHR (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp194 { "eglQueryStreamu64KHR",
195 (__eglMustCastToProperFunctionPointerType)&eglQueryStreamu64KHR },
1587 EGLBoolean eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, function
1597 if (cnx->dso && cnx->egl.eglQueryStreamu64KHR) {
1598 result = cnx->egl.eglQueryStreamu64KHR(
/frameworks/native/opengl/include/EGL/
H A Deglext.h360 EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value);

Completed in 109 milliseconds