Searched refs:SwapBuffersWithDamageKHR (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/ |
H A D | egl_wrapper_display_test.cpp | 616 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 D | egl_wrapper_display.h | 109 EGLBoolean SwapBuffersWithDamageKHR(EGLSurface draw, EGLint *rects, EGLint nRects);
|
H A D | egl_wrapper_display.cpp | 1009 EGLBoolean EglWrapperDisplay::SwapBuffersWithDamageKHR(EGLSurface draw, EGLint *rects, EGLint nRect… in SwapBuffersWithDamageKHR() function in OHOS::EglWrapperDisplay
|
H A D | egl_wrapper_entry.cpp | 1289 return display->SwapBuffersWithDamageKHR(draw, rects, nRects); in EglSwapBuffersWithDamageKHRImpl()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/ |
H A D | eglwrapperdisplay_fuzzer.cpp | 177 eglWrapperDisplay->SwapBuffersWithDamageKHR(draw2, &rects1, nRects1); in DoSomethingInterestingWithMyAPI()
|