Searched refs:screenDirty (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | SkiaVulkanPipeline.cpp | 74 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 D | SkiaOpenGLPipeline.h | 41 const renderthread::Frame& frame, const SkRect& screenDirty, const SkRect& dirty, 47 bool swapBuffers(const renderthread::Frame& frame, bool drew, const SkRect& screenDirty,
|
H A D | SkiaVulkanPipeline.h | 41 const renderthread::Frame& frame, const SkRect& screenDirty, const SkRect& dirty, 47 bool swapBuffers(const renderthread::Frame& frame, bool drew, const SkRect& screenDirty,
|
H A D | SkiaOpenGLPipeline.cpp | 111 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 D | IRenderPipeline.h | 65 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 D | EglManager.h | 66 bool swapBuffers(const Frame& frame, const SkRect& screenDirty);
|
H A D | EglManager.cpp | 602 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()
|