• Home
  • Raw
  • Download

Lines Matching refs:GrDrawOp

403         std::unique_ptr<GrDrawOp> op = GrRectOpFactory::MakeNonAAFillWithLocalMatrix(  in drawPaint()
471 std::unique_ptr<GrDrawOp> op; in drawFilledRect()
569 std::unique_ptr<GrDrawOp> op; in drawRect()
672 std::unique_ptr<GrDrawOp> op = in stencilRect()
726 std::unique_ptr<GrDrawOp> op = GrRectOpFactory::MakeNonAAFillWithLocalRect( in fillRectToRect()
732 std::unique_ptr<GrDrawOp> op = GrRectOpFactory::MakeAAFillWithLocalRect( in fillRectToRect()
813 std::unique_ptr<GrDrawOp> op = GrRectOpFactory::MakeNonAAFillWithLocalMatrix( in fillRectWithLocalMatrix()
819 std::unique_ptr<GrDrawOp> op = GrRectOpFactory::MakeAAFillWithLocalMatrix( in fillRectWithLocalMatrix()
855 std::unique_ptr<GrDrawOp> op = GrDrawVerticesOp::Make( in drawVertices()
879 std::unique_ptr<GrDrawOp> op = GrDrawAtlasOp::Make(std::move(paint), viewMatrix, aaType, in drawAtlas()
921 std::unique_ptr<GrDrawOp> op = GrOvalOpFactory::MakeRRectOp(std::move(paint), in drawRRect()
1029 std::unique_ptr<GrDrawOp> op = GrShadowRRectOp::Make(ambientColor, viewMatrix, in drawFastShadow()
1125 std::unique_ptr<GrDrawOp> op = GrShadowRRectOp::Make(spotColor, viewMatrix, in drawFastShadow()
1283 std::unique_ptr<GrDrawOp> op = GrRegionOp::Make(std::move(paint), viewMatrix, region, aaType, in drawRegion()
1311 std::unique_ptr<GrDrawOp> op = in drawOval()
1342 std::unique_ptr<GrDrawOp> op = GrOvalOpFactory::MakeArcOp(std::move(paint), in drawArc()
1375 std::unique_ptr<GrDrawOp> op = GrLatticeOp::MakeNonAA(std::move(paint), viewMatrix, imageWidth, in drawImageLattice()
1518 std::unique_ptr<GrDrawOp> op = in drawPath()
1716 uint32_t GrRenderTargetContext::addDrawOp(const GrClip& clip, std::unique_ptr<GrDrawOp> op) { in addDrawOp()
1728 GrDrawOp::FixedFunctionFlags fixedFunctionFlags = op->fixedFunctionFlags(); in addDrawOp()
1729 if (!clip.apply(fContext, this, fixedFunctionFlags & GrDrawOp::FixedFunctionFlags::kUsesHWAA, in addDrawOp()
1730 fixedFunctionFlags & GrDrawOp::FixedFunctionFlags::kUsesStencil, &appliedClip, in addDrawOp()
1735 if (fixedFunctionFlags & GrDrawOp::FixedFunctionFlags::kUsesStencil || in addDrawOp()
1745 if (GrDrawOp::RequiresDstTexture::kYes == op->finalize(*this->caps(), &appliedClip, in addDrawOp()