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

  /frameworks/base/libs/hwui/
RecordedOp.h 87 RENDER_ONLY_OP_FN(LayerOp) \
503 struct LayerOp : RecordedOp {
505 LayerOp(BASE_PARAMS, OffscreenBuffer** layerHandle)
506 : SUPER_PAINTLESS(LayerOp)
512 explicit LayerOp(RenderNode& node)
513 : RecordedOp(RecordedOpId::LayerOp, Rect(node.getWidth(), node.getHeight()), Matrix4::identity(), nullptr, nullptr)
526 // BeginLayerOp. Lives longer than LayerOp in either case, so no skia ref counting is used.
FrameBuilder.cpp 287 LayerOp* drawLayerOp = mAllocator.create_trivial<LayerOp>(node);
    [all...]
BakedOpDispatcher.cpp     [all...]
  /frameworks/base/libs/hwui/tests/unit/
BakedOpDispatcherTests.cpp 120 LayerOp op(Rect(10, 10), Matrix4::identity(), nullptr, &layerPaint, &buffer);
FrameBuilderTests.cpp     [all...]

Completed in 81 milliseconds