Home
last modified time | relevance | path

Searched refs:eglGetSystemTimeNV (Results 1 – 9 of 9) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libEGL/
Dstubs_riscv64.cc105 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetSystemTimeNV);
224 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetSystemTimeNV); in init_stub_library()
Dstubs_arm64.cc105 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetSystemTimeNV);
224 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetSystemTimeNV); in init_stub_library()
Dstubs_arm.cc105 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetSystemTimeNV);
224 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetSystemTimeNV); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt46eglGetSystemTimeNV; # introduced-arm=14 introduced-arm64=21 introduced-mips=14 introduced-mips64=2…
Dplatform_entries.in74 EGL_ENTRY(EGLuint64NV, eglGetSystemTimeNV, void)
/frameworks/native/opengl/libs/EGL/
Degl_entries.in105 EGL_ENTRY(EGLuint64NV, eglGetSystemTimeNV, void)
DeglApi.cpp603 EGLuint64NV eglGetSystemTimeNV() { in eglGetSystemTimeNV() function
610 return cnx->platform.eglGetSystemTimeNV(); in eglGetSystemTimeNV()
Degl_platform_entries.cpp172 { "eglGetSystemTimeNV", (__eglMustCastToProperFunctionPointerType)&eglGetSystemTimeNV },
2142 if (cnx->dso && cnx->egl.eglGetSystemTimeNV) { in eglGetSystemTimeNVImpl()
2143 return cnx->egl.eglGetSystemTimeNV(); in eglGetSystemTimeNVImpl()
/frameworks/native/opengl/include/EGL/
Deglext.h1310 EGLAPI EGLuint64NV EGLAPIENTRY eglGetSystemTimeNV (void);