Home
last modified time | relevance | path

Searched refs:screenDirty (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaVulkanPipeline.cpp74 const Frame& frame, const SkRect& screenDirty, const SkRect& dirty, in draw() argument
128 bool SkiaVulkanPipeline::swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty, in swapBuffers() argument
141 vulkanManager().swapBuffers(mVkSurface, screenDirty); in swapBuffers()
H A DSkiaOpenGLPipeline.h41 const renderthread::Frame& frame, const SkRect& screenDirty, const SkRect& dirty,
47 bool swapBuffers(const renderthread::Frame& frame, bool drew, const SkRect& screenDirty,
H A DSkiaVulkanPipeline.h41 const renderthread::Frame& frame, const SkRect& screenDirty, const SkRect& dirty,
47 bool swapBuffers(const renderthread::Frame& frame, bool drew, const SkRect& screenDirty,
H A DSkiaOpenGLPipeline.cpp111 const Frame& frame, const SkRect& screenDirty, const SkRect& dirty, in draw() argument
186 bool SkiaOpenGLPipeline::swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty, in swapBuffers() argument
200 if (*requireSwap && (CC_UNLIKELY(!mEglManager.swapBuffers(frame, screenDirty)))) { in swapBuffers()
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DIRenderPipeline.h65 virtual DrawResult draw(const Frame& frame, const SkRect& screenDirty, const SkRect& dirty,
71 virtual bool swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty,
H A DEglManager.h66 bool swapBuffers(const Frame& frame, const SkRect& screenDirty);
H A DEglManager.cpp602 bool EglManager::swapBuffers(const Frame& frame, const SkRect& screenDirty) { in swapBuffers() argument
609 frame.map(screenDirty, rects); in swapBuffers()
610 eglSwapBuffersWithDamageKHR(mEglDisplay, frame.mSurface, rects, screenDirty.isEmpty() ? 0 : 1); in swapBuffers()