Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc100 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetSystemTimeNV);
214 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetSystemTimeNV); in init_stub_library()
Dstubs_arm64.cc100 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetSystemTimeNV);
214 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.cpp604 EGLuint64NV eglGetSystemTimeNV() { in eglGetSystemTimeNV() function
611 return cnx->platform.eglGetSystemTimeNV(); in eglGetSystemTimeNV()
Degl_platform_entries.cpp184 (__eglMustCastToProperFunctionPointerType)&eglGetSystemTimeNV },
2282 if (cnx->dso && cnx->egl.eglGetSystemTimeNV) { in eglGetSystemTimeNVImpl()
2283 return cnx->egl.eglGetSystemTimeNV(); in eglGetSystemTimeNVImpl()