Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRecordedOp.h88 RENDER_ONLY_OP_FN(LayerOp) \
471 struct LayerOp : RecordedOp { struct
473 LayerOp(BASE_PARAMS, OffscreenBuffer** layerHandle) in LayerOp() function
474 : SUPER_PAINTLESS(LayerOp) in LayerOp()
480 explicit LayerOp(RenderNode& node) in LayerOp() argument
481 : RecordedOp(RecordedOpId::LayerOp, Rect(node.getWidth(), node.getHeight()), in LayerOp()
DFrameBuilder.cpp281 LayerOp* drawLayerOp = mAllocator.create_trivial<LayerOp>(node); in deferNodePropsAndOps()
902 LayerOp* drawLayerOp = mAllocator.create_trivial<LayerOp>( in deferEndLayerOp()
DBakedOpDispatcher.cpp798 void renderRectForLayer(BakedOpRenderer& renderer, const LayerOp& op, const BakedOpState& state, in renderRectForLayer()
808 void BakedOpDispatcher::onLayerOp(BakedOpRenderer& renderer, const LayerOp& op, in onLayerOp()
/frameworks/base/libs/hwui/tests/unit/
DFrameBuilderTests.cpp903 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
972 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
1272 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
1326 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
1410 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
1732 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
1919 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
1964 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in RENDERTHREAD_OPENGL_PIPELINE_TEST()
2218 void onLayerOp(const LayerOp& op, const BakedOpState& state) override { in testSaveLayerAlphaClip()
DBakedOpDispatcherTests.cpp122 LayerOp op(Rect(10, 10), Matrix4::identity(), nullptr, &layerPaint, &buffer); in RENDERTHREAD_OPENGL_PIPELINE_TEST()