Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h116 EGLBoolean SwapBuffersWithDamageEXT(EGLSurface surface, const EGLint *rects, EGLint nRects);
H A Degl_wrapper_display.cpp1207 EGLBoolean EglWrapperDisplay::SwapBuffersWithDamageEXT(EGLSurface surface, const EGLint *rects, EGL… in SwapBuffersWithDamageEXT() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp1399 return display->SwapBuffersWithDamageEXT(surface, rects, nRects); in EglSwapBuffersWithDamageEXTImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp818 auto result = eglWrapperDisplay->SwapBuffersWithDamageEXT(nullptr, nullptr, 0); in HWTEST_F()