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

  /frameworks/base/libs/hwui/
RecordedOp.h 82 PRE_RENDER_OP_FN(BeginUnclippedLayerOp) \
457 struct BeginUnclippedLayerOp : RecordedOp {
458 BeginUnclippedLayerOp(BASE_PARAMS)
459 : SUPER(BeginUnclippedLayerOp) {}
RecordingCanvas.cpp 183 if (addOp(alloc().create_trivial<BeginUnclippedLayerOp>(
FrameBuilder.cpp     [all...]
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 435 EXPECT_EQ(RecordedOpId::BeginUnclippedLayerOp, op.opId);
    [all...]

Completed in 728 milliseconds