Home
last modified time | relevance | path

Searched refs:SwapBuffersWithDamageKHR (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp616 auto result = eglWrapperDisplay->SwapBuffersWithDamageKHR(nullptr, 0, 0); in HWTEST_F()
632 auto result = eglWrapperDisplay->SwapBuffersWithDamageKHR(nullptr, 0, 0); in HWTEST_F()
646 auto result = eglWrapperDisplay->SwapBuffersWithDamageKHR(nullptr, 0, -1); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h109 EGLBoolean SwapBuffersWithDamageKHR(EGLSurface draw, EGLint *rects, EGLint nRects);
H A Degl_wrapper_display.cpp1009 EGLBoolean EglWrapperDisplay::SwapBuffersWithDamageKHR(EGLSurface draw, EGLint *rects, EGLint nRect… in SwapBuffersWithDamageKHR() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp1289 return display->SwapBuffersWithDamageKHR(draw, rects, nRects); in EglSwapBuffersWithDamageKHRImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp177 eglWrapperDisplay->SwapBuffersWithDamageKHR(draw2, &rects1, nRects1); in DoSomethingInterestingWithMyAPI()