Home
last modified time | relevance | path

Searched refs:eglQueryStreamTimeKHR (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libEGL/
H A Dstubs_arm.cc108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglQueryStreamTimeKHR);
222 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglQueryStreamTimeKHR); in init_stub_library()
H A Dstubs_arm64.cc108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglQueryStreamTimeKHR);
222 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglQueryStreamTimeKHR); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibEGL.map.txt54 eglQueryStreamTimeKHR; # introduced=23
H A Dplatform_entries.in61 EGL_ENTRY(EGLBoolean, eglQueryStreamTimeKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLTimeKHR*)
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_entries.in85 EGL_ENTRY(EGLBoolean, eglQueryStreamTimeKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLTimeKHR*)
H A DeglApi.cpp509 EGLBoolean eglQueryStreamTimeKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, in eglQueryStreamTimeKHR() function
514 return cnx->platform.eglQueryStreamTimeKHR(dpy, stream, attribute, value); in eglQueryStreamTimeKHR()
H A Degl_platform_entries.cpp191 { "eglQueryStreamTimeKHR", (__eglMustCastToProperFunctionPointerType)&eglQueryStreamTimeKHR },
1951 if (cnx->dso && cnx->egl.eglQueryStreamTimeKHR) { in eglQueryStreamTimeKHRImpl()
1952 result = cnx->egl.eglQueryStreamTimeKHR(dp->disp.dpy, stream, attribute, value); in eglQueryStreamTimeKHRImpl()
/aosp12/frameworks/native/opengl/include/EGL/
H A Deglext.h418 EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamTimeKHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum a…