Home
last modified time | relevance | path

Searched defs:screenDirty (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaVulkanPipeline.cpp65 bool SkiaVulkanPipeline::draw(const Frame& frame, const SkRect& screenDirty, in draw()
100 const SkRect& screenDirty, FrameInfo* currentFrameInfo, bool* requireSwap) { in swapBuffers()
DSkiaOpenGLPipeline.cpp59 bool SkiaOpenGLPipeline::draw(const Frame& frame, const SkRect& screenDirty, in draw()
108 const SkRect& screenDirty, FrameInfo* currentFrameInfo, bool* requireSwap) { in swapBuffers()
/frameworks/base/libs/hwui/renderthread/
DOpenGLPipeline.cpp58 bool OpenGLPipeline::draw(const Frame& frame, const SkRect& screenDirty, const SkRect& dirty, in draw()
102 bool OpenGLPipeline::swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty, in swapBuffers()
DEglManager.cpp332 bool EglManager::swapBuffers(const Frame& frame, const SkRect& screenDirty) { in swapBuffers()