Home
last modified time | relevance | path

Searched refs:PresentationTimeANDROID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h113 EGLBoolean PresentationTimeANDROID(EGLSurface surface, EGLnsecsANDROID time);
H A Degl_wrapper_display.cpp1130 EGLBoolean EglWrapperDisplay::PresentationTimeANDROID(EGLSurface surface, EGLnsecsANDROID time) in PresentationTimeANDROID() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp1367 return display->PresentationTimeANDROID(surface, time); in EglPresentationTimeANDROIDImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp745 auto result = eglWrapperDisplay->PresentationTimeANDROID(nullptr, 0); in HWTEST_F()