Searched refs:drew (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaVulkanPipeline.cpp | 95 bool SkiaVulkanPipeline::swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty, in swapBuffers() argument 97 *requireSwap = drew; in swapBuffers()
|
D | SkiaOpenGLPipeline.cpp | 124 bool SkiaOpenGLPipeline::swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty, in swapBuffers() argument 132 *requireSwap = drew || mEglManager.damageRequiresSwap(); in swapBuffers()
|
D | SkiaOpenGLPipeline.h | 43 bool swapBuffers(const renderthread::Frame& frame, bool drew, const SkRect& screenDirty,
|
D | SkiaVulkanPipeline.h | 42 bool swapBuffers(const renderthread::Frame& frame, bool drew, const SkRect& screenDirty,
|
/frameworks/base/libs/hwui/renderthread/ |
D | IRenderPipeline.h | 66 virtual bool swapBuffers(const Frame& frame, bool drew, const SkRect& screenDirty,
|
D | CanvasContext.cpp | 449 bool drew = mRenderPipeline->draw(frame, windowDirty, dirty, mLightGeometry, &mLayerUpdateQueue, in draw() local 459 mRenderPipeline->swapBuffers(frame, drew, windowDirty, mCurrentFrameInfo, &requireSwap); in draw()
|
/frameworks/base/core/proto/android/app/ |
D | enums.proto | 27 // The transition was started because we drew the splash screen. 33 // The transition was started because of a we drew a task snapshot.
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 1895 // Logged when we execute an app transition and we drew a starting window. This indicates the
|