Searched defs:GrDrawAtlasOp (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrDrawAtlasOp.cpp8 #include "GrDrawAtlasOp.h"
29 GrDrawAtlasOp::GrDrawAtlasOp(const Helper::MakeArgs& helperArgs, GrColor color, function in class:GrDrawAtlasOp
110 SkString GrDrawAtlasOp::dumpInfo() const {
120 void GrDrawAtlasOp::onPrepareDraws(Target* target) {
148 bool GrDrawAtlasOp::onCombineIfPossible(GrOp* t, const GrCaps& caps) {
149 GrDrawAtlasOp* that = t->cast<GrDrawAtlasOp>();
175 GrDrawOp::FixedFunctionFlags GrDrawAtlasOp::fixedFunctionFlags() const {
179 GrDrawOp::RequiresDstTexture GrDrawAtlasOp
[all...]
/external/skqp/src/gpu/ops/
H A DGrDrawAtlasOp.cpp8 #include "GrDrawAtlasOp.h"
29 GrDrawAtlasOp::GrDrawAtlasOp(const Helper::MakeArgs& helperArgs, GrColor color, function in class:GrDrawAtlasOp
110 SkString GrDrawAtlasOp::dumpInfo() const {
120 void GrDrawAtlasOp::onPrepareDraws(Target* target) {
148 bool GrDrawAtlasOp::onCombineIfPossible(GrOp* t, const GrCaps& caps) {
149 GrDrawAtlasOp* that = t->cast<GrDrawAtlasOp>();
175 GrDrawOp::FixedFunctionFlags GrDrawAtlasOp::fixedFunctionFlags() const {
179 GrDrawOp::RequiresDstTexture GrDrawAtlasOp
[all...]

Completed in 108 milliseconds