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

  /frameworks/base/libs/hwui/
LayerBuilder.h 32 struct BeginLayerOp;
78 // Create LayerBuilder for an offscreen layer, where beginLayerOp is present for a
81 const Rect& repaintRect, const BeginLayerOp* beginLayerOp, RenderNode* renderNode);
112 const BeginLayerOp* beginLayerOp;
RecordedOp.h 80 PRE_RENDER_OP_FN(BeginLayerOp) \
441 struct BeginLayerOp : RecordedOp {
442 BeginLayerOp(BASE_PARAMS)
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.
FrameBuilder.h 179 const BeginLayerOp* beginLayerOp, RenderNode* renderNode);
FrameBuilder.cpp 298 deferBeginLayerOp(*mAllocator.create_trivial<BeginLayerOp>(
    [all...]
LayerBuilder.cpp 201 const Rect& repaintRect, const BeginLayerOp* beginLayerOp, RenderNode* renderNode)
207 , beginLayerOp(beginLayerOp)
377 this, width, height, offscreenBuffer, beginLayerOp,
RecordingCanvas.cpp 167 if (addOp(alloc().create_trivial<BeginLayerOp>(
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 357 EXPECT_EQ(RecordedOpId::BeginLayerOp, op.opId);
391 EXPECT_EQ(RecordedOpId::BeginLayerOp, op.opId);
469 EXPECT_EQ(RecordedOpId::BeginLayerOp, op.opId)
    [all...]

Completed in 90 milliseconds