Searched refs:SwapBuffersWithDamageEXT (Results 1 – 4 of 4) sorted by relevance
116 EGLBoolean SwapBuffersWithDamageEXT(EGLSurface surface, const EGLint *rects, EGLint nRects);
1207 EGLBoolean EglWrapperDisplay::SwapBuffersWithDamageEXT(EGLSurface surface, const EGLint *rects, EGL… in SwapBuffersWithDamageEXT() function in OHOS::EglWrapperDisplay
1399 return display->SwapBuffersWithDamageEXT(surface, rects, nRects); in EglSwapBuffersWithDamageEXTImpl()
818 auto result = eglWrapperDisplay->SwapBuffersWithDamageEXT(nullptr, nullptr, 0); in HWTEST_F()