Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h111 EGLBoolean GetCompositorTimingSupportedANDROID(EGLSurface surface, EGLint name);
H A Degl_wrapper_display.cpp1069 EGLBoolean EglWrapperDisplay::GetCompositorTimingSupportedANDROID(EGLSurface surface, EGLint name) in GetCompositorTimingSupportedANDROID() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp1347 return display->GetCompositorTimingSupportedANDROID(surface, name); in EglGetCompositorTimingSupportedANDROIDImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp702 auto result = eglWrapperDisplay->GetCompositorTimingSupportedANDROID(nullptr, 0); in HWTEST_F()
718 auto result = eglWrapperDisplay->GetCompositorTimingSupportedANDROID(nullptr, 0); in HWTEST_F()