Searched refs:BeginLayerOp (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
H A DLayerBuilder.h32 struct BeginLayerOp;
81 const Rect& repaintRect, const BeginLayerOp* beginLayerOp, RenderNode* renderNode);
112 const BeginLayerOp* beginLayerOp;
H A DRecordedOp.h80 PRE_RENDER_OP_FN(BeginLayerOp) \
441 struct BeginLayerOp : RecordedOp { struct in namespace:android::uirenderer
442 BeginLayerOp(BASE_PARAMS) function in struct:android::uirenderer::BeginLayerOp
443 : SUPER(BeginLayerOp) {}
448 * commands since last BeginLayerOp should be drawn into parent FBO.
526 // BeginLayerOp. Lives longer than LayerOp in either case, so no skia ref counting is used.
H A DFrameBuilder.h179 const BeginLayerOp* beginLayerOp, RenderNode* renderNode);
H A DFrameBuilder.cpp298 deferBeginLayerOp(*mAllocator.create_trivial<BeginLayerOp>(
813 const BeginLayerOp* beginLayerOp, RenderNode* renderNode) {
838 void FrameBuilder::deferBeginLayerOp(const BeginLayerOp& op) {
884 const BeginLayerOp& beginLayerOp = *currentLayer().beginLayerOp;
H A DLayerBuilder.cpp201 const Rect& repaintRect, const BeginLayerOp* beginLayerOp, RenderNode* renderNode)
H A DRecordingCanvas.cpp167 if (addOp(alloc().create_trivial<BeginLayerOp>(
/frameworks/base/libs/hwui/tests/unit/
H A DRecordingCanvasTests.cpp357 EXPECT_EQ(RecordedOpId::BeginLayerOp, op.opId);
391 EXPECT_EQ(RecordedOpId::BeginLayerOp, op.opId);
469 EXPECT_EQ(RecordedOpId::BeginLayerOp, op.opId)

Completed in 148 milliseconds