Searched refs:EndUnclippedLayerOp (Results 1 – 4 of 4) sorted by relevance
84 PRE_RENDER_OP_FN(EndUnclippedLayerOp) \434 struct EndUnclippedLayerOp : RecordedOp { struct435 EndUnclippedLayerOp() in EndUnclippedLayerOp() argument436 : RecordedOp(RecordedOpId::EndUnclippedLayerOp, Rect(), Matrix4::identity(), nullptr, in EndUnclippedLayerOp()
93 addOp(alloc().create_trivial<EndUnclippedLayerOp>()); in onSnapshotRestored()
961 void FrameBuilder::deferEndUnclippedLayerOp(const EndUnclippedLayerOp& /* ignored */) { in deferEndUnclippedLayerOp() argument
442 EXPECT_EQ(RecordedOpId::EndUnclippedLayerOp, op.opId); in OPENGL_PIPELINE_TEST()