Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libEGL/
Dstubs_riscv64.cc104 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetSystemTimeFrequencyNV);
223 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetSystemTimeFrequencyNV); in init_stub_library()
Dstubs_arm64.cc104 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetSystemTimeFrequencyNV);
223 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetSystemTimeFrequencyNV); in init_stub_library()
Dstubs_arm.cc104 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetSystemTimeFrequencyNV);
223 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetSystemTimeFrequencyNV); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt45eglGetSystemTimeFrequencyNV; # introduced-arm=14 introduced-arm64=21 introduced-mips=14 introduced…
Dplatform_entries.in73 EGL_ENTRY(EGLuint64NV, eglGetSystemTimeFrequencyNV, void)
/frameworks/native/opengl/libs/EGL/
Degl_entries.in104 EGL_ENTRY(EGLuint64NV, eglGetSystemTimeFrequencyNV, void)
DeglApi.cpp593 EGLuint64NV eglGetSystemTimeFrequencyNV() { in eglGetSystemTimeFrequencyNV() function
600 return cnx->platform.eglGetSystemTimeFrequencyNV(); in eglGetSystemTimeFrequencyNV()
Degl_platform_entries.cpp171 …etSystemTimeFrequencyNV", (__eglMustCastToProperFunctionPointerType)&eglGetSystemTimeFrequencyNV },
2131 if (cnx->dso && cnx->egl.eglGetSystemTimeFrequencyNV) { in eglGetSystemTimeFrequencyNVImpl()
2132 return cnx->egl.eglGetSystemTimeFrequencyNV(); in eglGetSystemTimeFrequencyNVImpl()
/frameworks/native/opengl/include/EGL/
Deglext.h1309 EGLAPI EGLuint64NV EGLAPIENTRY eglGetSystemTimeFrequencyNV (void);