/aosp14/frameworks/base/libs/hwui/tests/unit/ |
H A D | LayerUpdateQueueTests.cpp | 27 TEST(LayerUpdateQueue, construct) { in TEST() argument 28 LayerUpdateQueue queue; in TEST() 39 TEST(LayerUpdateQueue, enqueueSimple) { in TEST() argument 44 LayerUpdateQueue queue; in TEST() 59 TEST(LayerUpdateQueue, enqueueUnion) { in TEST() argument 62 LayerUpdateQueue queue; in TEST() 72 TEST(LayerUpdateQueue, clear) { in TEST() argument 75 LayerUpdateQueue queue; in TEST()
|
H A D | SkiaPipelineTests.cpp | 50 LayerUpdateQueue layerUpdateQueue; in RENDERTHREAD_SKIA_PIPELINE_TEST() 73 LayerUpdateQueue layerUpdateQueue; in RENDERTHREAD_SKIA_PIPELINE_TEST() 97 LayerUpdateQueue layerUpdateQueue; in RENDERTHREAD_SKIA_PIPELINE_TEST() 136 LayerUpdateQueue layerUpdateQueue; in RENDERTHREAD_SKIA_PIPELINE_TEST() 164 LayerUpdateQueue layerUpdateQueue; in RENDERTHREAD_SKIA_PIPELINE_TEST() 291 LayerUpdateQueue layerUpdateQueue; in RENDERTHREAD_SKIA_PIPELINE_TEST() 323 LayerUpdateQueue layerUpdateQueue; in RENDERTHREAD_SKIA_PIPELINE_TEST() 361 LayerUpdateQueue layerUpdateQueue; in RENDERTHREAD_SKIA_PIPELINE_TEST() 390 LayerUpdateQueue layerUpdateQueue; in RENDERTHREAD_SKIA_PIPELINE_TEST() 425 LayerUpdateQueue layerUpdateQueue; in RENDERTHREAD_SKIA_PIPELINE_TEST()
|
H A D | RenderNodeTests.cpp | 317 LayerUpdateQueue layerUpdateQueue; in RENDERTHREAD_TEST()
|
H A D | RenderNodeDrawableTests.cpp | 537 LayerUpdateQueue layerUpdateQueue; in RENDERTHREAD_SKIA_PIPELINE_TEST()
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | LayerUpdateQueue.h | 33 class LayerUpdateQueue { 34 PREVENT_COPY_AND_ASSIGN(LayerUpdateQueue); 44 LayerUpdateQueue() {} in LayerUpdateQueue() function
|
H A D | LayerUpdateQueue.cpp | 24 void LayerUpdateQueue::clear() { in clear() 28 void LayerUpdateQueue::enqueueLayerWithDamage(RenderNode* renderNode, Rect damage) { in enqueueLayerWithDamage()
|
H A D | TreeInfo.h | 35 class LayerUpdateQueue; variable 92 LayerUpdateQueue* layerUpdateQueue = nullptr;
|
H A D | Android.bp | 616 "LayerUpdateQueue.cpp",
|
/aosp14/frameworks/base/libs/hwui/pipeline/skia/ |
H A D | SkiaPipeline.h | 49 void renderLayers(const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue, 61 void renderFrame(const LayerUpdateQueue& layers, const SkRect& clip, 68 void renderLayersImpl(const LayerUpdateQueue& layers, bool opaque); 117 SkCanvas* tryCapture(SkSurface* surface, RenderNode* root, const LayerUpdateQueue& dirtyLayers);
|
H A D | SkiaPipeline.cpp | 95 LayerUpdateQueue* layerUpdateQueue, bool opaque, in renderLayers() 103 void SkiaPipeline::renderLayersImpl(const LayerUpdateQueue& layers, bool opaque) { in renderLayersImpl() 312 static void collectLayers(RenderNode* node, LayerUpdateQueue* layers) { in collectLayers() 325 static void recordLayers(const LayerUpdateQueue& layers, in recordLayers() 355 const LayerUpdateQueue& dirtyLayers) { in tryCapture() 399 LayerUpdateQueue luq; in tryCapture() 452 void SkiaPipeline::renderFrame(const LayerUpdateQueue& layers, const SkRect& clip, in renderFrame()
|
H A D | SkiaOpenGLPipeline.h | 42 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue,
|
H A D | SkiaVulkanPipeline.h | 42 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue,
|
H A D | SkiaVulkanPipeline.cpp | 75 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue, in draw()
|
H A D | SkiaOpenGLPipeline.cpp | 112 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue, in draw()
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | IRenderPipeline.h | 66 const LightGeometry& lightGeometry, LayerUpdateQueue* layerUpdateQueue, 83 LayerUpdateQueue* layerUpdateQueue, bool opaque,
|
H A D | CanvasContext.h | 326 LayerUpdateQueue mLayerUpdateQueue;
|