Home
last modified time | relevance | path

Searched refs:LayerOp (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
DRecordedOp.h87 RENDER_ONLY_OP_FN(LayerOp) \
503 struct LayerOp : RecordedOp { struct
505 LayerOp(BASE_PARAMS, OffscreenBuffer** layerHandle) in LayerOp() argument
506 : SUPER_PAINTLESS(LayerOp) in LayerOp()
512 explicit LayerOp(RenderNode& node) in LayerOp() argument
513 …: RecordedOp(RecordedOpId::LayerOp, Rect(node.getWidth(), node.getHeight()), Matrix4::identity(), … in LayerOp()
DFrameBuilder.cpp287 LayerOp* drawLayerOp = mAllocator.create_trivial<LayerOp>(node); in deferNodePropsAndOps()
929 LayerOp* drawLayerOp = mAllocator.create_trivial<LayerOp>( in deferEndLayerOp()
DBakedOpDispatcher.cpp783 void renderRectForLayer(BakedOpRenderer& renderer, const LayerOp& op, const BakedOpState& state, in renderRectForLayer()
793 void BakedOpDispatcher::onLayerOp(BakedOpRenderer& renderer, const LayerOp& op, const BakedOpState&… in onLayerOp()
/frameworks/base/libs/hwui/tests/unit/
DFrameBuilderTests.cpp917 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
984 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
1284 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
1341 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
1423 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
1742 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
1923 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
1969 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
2210 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in testSaveLayerAlphaClip()
DBakedOpDispatcherTests.cpp120 LayerOp op(Rect(10, 10), Matrix4::identity(), nullptr, &layerPaint, &buffer); in RENDERTHREAD_OPENGL_PIPELINE_TEST()