Searched refs:drew (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/hwui/renderthread/ |
D | OpenGLPipeline.cpp | 68 bool drew = false; in draw() local 84 drew = renderer.didDraw(); in draw() 99 return drew; in draw() 102 bool OpenGLPipeline::swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty, in swapBuffers() argument 111 *requireSwap = drew || mEglManager.damageRequiresSwap(); in swapBuffers()
|
D | IRenderPipeline.h | 66 virtual bool swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty,
|
D | OpenGLPipeline.h | 43 bool swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty,
|
D | CanvasContext.cpp | 423 bool drew = mRenderPipeline->draw(frame, windowDirty, dirty, mLightGeometry, &mLayerUpdateQueue, in draw() local 429 bool didSwap = mRenderPipeline->swapBuffers(frame, drew, windowDirty, mCurrentFrameInfo, in draw()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaVulkanPipeline.cpp | 100 bool SkiaVulkanPipeline::swapBuffers(const Frame& frame, bool drew, in swapBuffers() argument 103 *requireSwap = drew; in swapBuffers()
|
D | SkiaOpenGLPipeline.h | 42 bool swapBuffers(const renderthread::Frame& frame, bool drew, const SkRect& screenDirty,
|
D | SkiaVulkanPipeline.h | 40 bool swapBuffers(const renderthread::Frame& frame, bool drew, const SkRect& screenDirty,
|
D | SkiaOpenGLPipeline.cpp | 108 bool SkiaOpenGLPipeline::swapBuffers(const Frame& frame, bool drew, in swapBuffers() argument 117 *requireSwap = drew || mEglManager.damageRequiresSwap(); in swapBuffers()
|
/frameworks/base/proto/src/ |
D | metrics_constants.proto | 1780 // Logged when we execute an app transition and we drew a starting window. This indicates the
|