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

  /external/skia/src/gpu/ops/
GrRegionOp.cpp 21 static sk_sp<GrGeometryProcessor> make_gp(const SkMatrix& viewMatrix) { function
100 sk_sp<GrGeometryProcessor> gp = make_gp(fViewMatrix);
GrDrawAtlasOp.cpp 15 static sk_sp<GrGeometryProcessor> make_gp(bool hasColors, function
122 sk_sp<GrGeometryProcessor> gp(make_gp(this->hasColors(), this->color(), this->viewMatrix()));
GrNonAAFillRectOp.cpp 32 static sk_sp<GrGeometryProcessor> make_gp() { function
168 sk_sp<GrGeometryProcessor> gp = make_gp();

Completed in 1323 milliseconds