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

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp207 { "eglQueryStreamTimeKHR",
208 (__eglMustCastToProperFunctionPointerType)&eglQueryStreamTimeKHR },
1959 EGLBoolean eglQueryStreamTimeKHR(EGLDisplay dpy, EGLStreamKHR stream, function
1969 if (cnx->dso && cnx->egl.eglQueryStreamTimeKHR) {
1970 result = cnx->egl.eglQueryStreamTimeKHR(
/frameworks/native/opengl/include/EGL/
H A Deglext.h418 EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamTimeKHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLTimeKHR *value);

Completed in 70 milliseconds