Searched defs:screenDirty (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLPipeline.cpp59 bool SkiaOpenGLPipeline::draw(const Frame& frame, const SkRect& screenDirty, argument
108 const SkRect& screenDirty, FrameInfo* currentFrameInfo, bool* requireSwap) {
118 if (*requireSwap && (CC_UNLIKELY(!mEglManager.swapBuffers(frame, screenDirty)))) {
107 swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty, FrameInfo* currentFrameInfo, bool* requireSwap) argument
H A DSkiaVulkanPipeline.cpp65 bool SkiaVulkanPipeline::draw(const Frame& frame, const SkRect& screenDirty, argument
100 const SkRect& screenDirty, FrameInfo* currentFrameInfo, bool* requireSwap) {
99 swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty, FrameInfo* currentFrameInfo, bool* requireSwap) argument
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp332 bool EglManager::swapBuffers(const Frame& frame, const SkRect& screenDirty) { argument
340 frame.map(screenDirty, rects);
342 screenDirty.isEmpty() ? 0 : 1);
H A DOpenGLPipeline.cpp58 bool OpenGLPipeline::draw(const Frame& frame, const SkRect& screenDirty, const SkRect& dirty, argument
102 bool OpenGLPipeline::swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty, argument
113 if (*requireSwap && (CC_UNLIKELY(!mEglManager.swapBuffers(frame, screenDirty)))) {

Completed in 139 milliseconds