Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglQueryStreamTimeKHR);
222 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglQueryStreamTimeKHR); in init_stub_library()
Dstubs_arm64.cc108 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglQueryStreamTimeKHR);
222 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglQueryStreamTimeKHR); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt54 eglQueryStreamTimeKHR; # introduced=23
Dplatform_entries.in61 EGL_ENTRY(EGLBoolean, eglQueryStreamTimeKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLTimeKHR*)
/frameworks/native/opengl/libs/EGL/
Degl_entries.in85 EGL_ENTRY(EGLBoolean, eglQueryStreamTimeKHR, EGLDisplay, EGLStreamKHR, EGLenum, EGLTimeKHR*)
DeglApi.cpp510 EGLBoolean eglQueryStreamTimeKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, in eglQueryStreamTimeKHR() function
515 return cnx->platform.eglQueryStreamTimeKHR(dpy, stream, attribute, value); in eglQueryStreamTimeKHR()
Degl_platform_entries.cpp217 (__eglMustCastToProperFunctionPointerType)&eglQueryStreamTimeKHR },
2071 if (cnx->dso && cnx->egl.eglQueryStreamTimeKHR) { in eglQueryStreamTimeKHRImpl()
2072 result = cnx->egl.eglQueryStreamTimeKHR( in eglQueryStreamTimeKHRImpl()