HomeSort by relevance Sort by last modified time
    Searched refs:EndLayerOp (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
RecordedOp.h 81 PRE_RENDER_OP_FN(EndLayerOp) \
452 struct EndLayerOp : RecordedOp {
453 EndLayerOp()
454 : RecordedOp(RecordedOpId::EndLayerOp, Rect(), Matrix4::identity(), nullptr, nullptr) {}
FrameBuilder.cpp 304 deferEndLayerOp(*mAllocator.create_trivial<EndLayerOp>());
    [all...]
RecordingCanvas.cpp 96 addOp(alloc().create_trivial<EndLayerOp>());
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 370 EXPECT_EQ(RecordedOpId::EndLayerOp, op.opId);
400 EXPECT_EQ(RecordedOpId::EndLayerOp, op.opId);
419 EXPECT_EQ(RecordedOpId::EndLayerOp, op.opId);
    [all...]

Completed in 79 milliseconds