Searched refs:eglQueryStreamu64KHR (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 55 eglQueryStreamu64KHR; # introduced=23
|
D | platform_entries.in | 60 EGL_ENTRY(EGLBoolean, eglQueryStreamu64KHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLuint64KHR*)
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 80 EGL_ENTRY(EGLBoolean, eglQueryStreamu64KHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLuint64KHR *)
|
D | eglApi.cpp | 505 EGLBoolean eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, in eglQueryStreamu64KHR() function 510 return cnx->platform.eglQueryStreamu64KHR(dpy, stream, attribute, value); in eglQueryStreamu64KHR()
|
D | egl_platform_entries.cpp | 217 (__eglMustCastToProperFunctionPointerType)&eglQueryStreamu64KHR }, 2040 if (cnx->dso && cnx->egl.eglQueryStreamu64KHR) { in eglQueryStreamu64KHRImpl() 2041 result = cnx->egl.eglQueryStreamu64KHR( in eglQueryStreamu64KHRImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 357 EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamu64KHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum at…
|