Home
last modified time | relevance | path

Searched refs:GrDrawAtlasOp (Results 1 – 11 of 11) sorted by relevance

/external/skqp/src/gpu/ops/
DGrDrawAtlasOp.cpp30 GrDrawAtlasOp::GrDrawAtlasOp(const Helper::MakeArgs& helperArgs, const SkPMColor4f& color, in GrDrawAtlasOp() function in GrDrawAtlasOp
113 SkString GrDrawAtlasOp::dumpInfo() const { in dumpInfo()
125 void GrDrawAtlasOp::onPrepareDraws(Target* target) { in onPrepareDraws()
155 GrOp::CombineResult GrDrawAtlasOp::onCombineIfPossible(GrOp* t, const GrCaps& caps) { in onCombineIfPossible()
156 GrDrawAtlasOp* that = t->cast<GrDrawAtlasOp>(); in onCombineIfPossible()
181 GrDrawOp::FixedFunctionFlags GrDrawAtlasOp::fixedFunctionFlags() const { in fixedFunctionFlags()
185 GrProcessorSet::Analysis GrDrawAtlasOp::finalize(const GrCaps& caps, const GrAppliedClip* clip) { in finalize()
243 GR_DRAW_OP_TEST_DEFINE(GrDrawAtlasOp) { in GR_DRAW_OP_TEST_DEFINE() argument
260 return GrDrawAtlasOp::Make(context, std::move(paint), viewMatrix, aaType, spriteCount, in GR_DRAW_OP_TEST_DEFINE()
DGrDrawAtlasOp.h16 class GrDrawAtlasOp final : public GrMeshDrawOp {
31 return Helper::FactoryHelper<GrDrawAtlasOp>(context, std::move(paint), viewMatrix, aaType, in Make()
35 GrDrawAtlasOp(const Helper::MakeArgs& helperArgs, const SkPMColor4f& color,
/external/skia/src/gpu/ops/
DGrDrawAtlasOp.h19 namespace GrDrawAtlasOp {
DGrDrawAtlasOp.cpp266 std::unique_ptr<GrDrawOp> GrDrawAtlasOp::Make(GrRecordingContext* context, in Make()
340 return GrDrawAtlasOp::Make(context, std::move(paint), viewMatrix, aaType, spriteCount, in GR_DRAW_OP_TEST_DEFINE()
/external/skqp/tools/gpu/
DGrTest.cpp353 DRAW_OP_TEST_EXTERN(GrDrawAtlasOp);
379 DRAW_OP_TEST_ENTRY(GrDrawAtlasOp), in GrDrawRandomOp()
/external/skqp/gn/
Dgpu.gni269 "$_src/gpu/ops/GrDrawAtlasOp.cpp",
270 "$_src/gpu/ops/GrDrawAtlasOp.h",
/external/skia/gn/
Dgpu.gni276 "$_src/gpu/ops/GrDrawAtlasOp.cpp",
277 "$_src/gpu/ops/GrDrawAtlasOp.h",
/external/skqp/src/gpu/
DGrRenderTargetContext.cpp1078 std::unique_ptr<GrDrawOp> op = GrDrawAtlasOp::Make(fContext, std::move(paint), viewMatrix, in drawAtlas()
/external/skia/src/gpu/
DGrRenderTargetContext.cpp1169 std::unique_ptr<GrDrawOp> op = GrDrawAtlasOp::Make(fContext, std::move(paint), viewMatrix, in drawAtlas()
/external/skqp/
DAndroid.bp994 "src/gpu/ops/GrDrawAtlasOp.cpp",
/external/skia/
DAndroid.bp765 "src/gpu/ops/GrDrawAtlasOp.cpp",