Searched refs:screenDirty (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | SkiaVulkanPipeline.cpp | 67 bool SkiaVulkanPipeline::draw(const Frame& frame, const SkRect& screenDirty, const SkRect& dirty, in draw() argument 103 bool SkiaVulkanPipeline::swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty, in swapBuffers() argument 112 vulkanManager().swapBuffers(mVkSurface, screenDirty); in swapBuffers()
|
H A D | SkiaOpenGLPipeline.h | 39 bool draw(const renderthread::Frame& frame, const SkRect& screenDirty, const SkRect& dirty, 45 bool swapBuffers(const renderthread::Frame& frame, bool drew, const SkRect& screenDirty,
|
H A D | SkiaOpenGLPipeline.cpp | 72 bool SkiaOpenGLPipeline::draw(const Frame& frame, const SkRect& screenDirty, const SkRect& dirty, in draw() argument 133 bool SkiaOpenGLPipeline::swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty, in swapBuffers() argument 143 if (*requireSwap && (CC_UNLIKELY(!mEglManager.swapBuffers(frame, screenDirty)))) { in swapBuffers()
|
H A D | SkiaVulkanPipeline.h | 36 bool draw(const renderthread::Frame& frame, const SkRect& screenDirty, const SkRect& dirty, 42 bool swapBuffers(const renderthread::Frame& frame, bool drew, const SkRect& screenDirty,
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | IRenderPipeline.h | 52 virtual bool draw(const Frame& frame, const SkRect& screenDirty, const SkRect& dirty, 57 virtual bool swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty,
|
H A D | EglManager.h | 65 bool swapBuffers(const Frame& frame, const SkRect& screenDirty);
|
H A D | EglManager.cpp | 524 bool EglManager::swapBuffers(const Frame& frame, const SkRect& screenDirty) { in swapBuffers() argument 531 frame.map(screenDirty, rects); in swapBuffers() 532 eglSwapBuffersWithDamageKHR(mEglDisplay, frame.mSurface, rects, screenDirty.isEmpty() ? 0 : 1); in swapBuffers()
|