Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/
DlibEGL.map.txt55 eglQueryStreamu64KHR; # introduced=23
Dplatform_entries.in60 EGL_ENTRY(EGLBoolean, eglQueryStreamu64KHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLuint64KHR*)
/frameworks/native/opengl/libs/EGL/
Degl_entries.in80 EGL_ENTRY(EGLBoolean, eglQueryStreamu64KHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLuint64KHR *)
DeglApi.cpp505 EGLBoolean eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, in eglQueryStreamu64KHR() function
510 return cnx->platform.eglQueryStreamu64KHR(dpy, stream, attribute, value); in eglQueryStreamu64KHR()
Degl_platform_entries.cpp217 (__eglMustCastToProperFunctionPointerType)&eglQueryStreamu64KHR },
2040 if (cnx->dso && cnx->egl.eglQueryStreamu64KHR) { in eglQueryStreamu64KHRImpl()
2041 result = cnx->egl.eglQueryStreamu64KHR( in eglQueryStreamu64KHRImpl()
/frameworks/native/opengl/include/EGL/
Deglext.h357 EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamu64KHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum at…