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

/frameworks/base/libs/hwui/
H A DRecordedOp.h86 RENDER_ONLY_OP_FN(LayerOp) \
503 struct LayerOp : RecordedOp { struct in namespace:android::uirenderer
505 LayerOp(BASE_PARAMS, OffscreenBuffer** layerHandle) function in struct:android::uirenderer::LayerOp
506 : SUPER_PAINTLESS(LayerOp)
512 LayerOp(RenderNode& node) function in struct:android::uirenderer::LayerOp
513 : RecordedOp(RecordedOpId::LayerOp, Rect(node.getWidth(), node.getHeight()), Matrix4::identity(), nullptr, nullptr)
526 // BeginLayerOp. Lives longer than LayerOp in either case, so no skia ref counting is used.
H A DFrameBuilder.cpp284 LayerOp* drawLayerOp = mAllocator.create_trivial<LayerOp>(node);
923 LayerOp* drawLayerOp = mAllocator.create_trivial<LayerOp>(
H A DBakedOpDispatcher.cpp794 void renderRectForLayer(BakedOpRenderer& renderer, const LayerOp& op, const BakedOpState& state,
804 void BakedOpDispatcher::onLayerOp(BakedOpRenderer& renderer, const LayerOp& op, const BakedOpState& state) {
805 // Note that we don't use op->paint in this function - it's never set on a LayerOp
/frameworks/base/libs/hwui/tests/unit/
H A DFrameBuilderTests.cpp831 void onLayerOp(const LayerOp& op, const BakedOpState& state) override {
898 void onLayerOp(const LayerOp& op, const BakedOpState& state) override {
1198 void onLayerOp(const LayerOp& op, const BakedOpState& state) override {
1255 void onLayerOp(const LayerOp& op, const BakedOpState& state) override {
1337 void onLayerOp(const LayerOp& op, const BakedOpState& state) override {
1628 void onLayerOp(const LayerOp& op, const BakedOpState& state) override {
1809 void onLayerOp(const LayerOp& op, const BakedOpState& state) override {
1855 void onLayerOp(const LayerOp& op, const BakedOpState& state) override {
2096 void onLayerOp(const LayerOp& op, const BakedOpState& state) override {
H A DBakedOpDispatcherTests.cpp121 LayerOp op(Rect(10, 10), Matrix4::identity(), nullptr, &layerPaint, &buffer);

Completed in 3313 milliseconds