Searched refs:eglQueryStreamTimeKHR (Results 1 – 9 of 9) sorted by relevance
/frameworks/libs/native_bridge_support/android_api/libEGL/ |
D | stubs_riscv64.cc | 113 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglQueryStreamTimeKHR); 232 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglQueryStreamTimeKHR); in init_stub_library()
|
D | stubs_arm64.cc | 113 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglQueryStreamTimeKHR); 232 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglQueryStreamTimeKHR); in init_stub_library()
|
D | stubs_arm.cc | 113 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglQueryStreamTimeKHR); 232 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglQueryStreamTimeKHR); in init_stub_library()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 54 eglQueryStreamTimeKHR; # introduced=23
|
D | platform_entries.in | 61 EGL_ENTRY(EGLBoolean, eglQueryStreamTimeKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLTimeKHR*)
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 85 EGL_ENTRY(EGLBoolean, eglQueryStreamTimeKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLTimeKHR*)
|
D | eglApi.cpp | 509 EGLBoolean eglQueryStreamTimeKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, in eglQueryStreamTimeKHR() function 514 return cnx->platform.eglQueryStreamTimeKHR(dpy, stream, attribute, value); in eglQueryStreamTimeKHR()
|
D | egl_platform_entries.cpp | 194 { "eglQueryStreamTimeKHR", (__eglMustCastToProperFunctionPointerType)&eglQueryStreamTimeKHR }, 1958 if (cnx->dso && cnx->egl.eglQueryStreamTimeKHR) { in eglQueryStreamTimeKHRImpl() 1959 result = cnx->egl.eglQueryStreamTimeKHR(dp->disp.dpy, stream, attribute, value); in eglQueryStreamTimeKHRImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 418 EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamTimeKHR (EGLDisplay dpy, EGLStreamKHR stream, EGLenum a…
|