HomeSort by relevance Sort by last modified time
    Searched refs:GrGeometryProcessor (Results 26 - 48 of 48) sorted by null

12

  /external/skia/src/gpu/effects/
GrBitmapTextGeoProc.cpp 96 static inline void GenKey(const GrGeometryProcessor& proc,
159 sk_sp<GrGeometryProcessor> GrBitmapTextGeoProc::TestCreate(GrProcessorTestData* d) {
GrDistanceFieldGeoProc.cpp 195 static inline void GenKey(const GrGeometryProcessor& gp,
268 sk_sp<GrGeometryProcessor> GrDistanceFieldA8TextGeoProc::TestCreate(GrProcessorTestData* d) {
453 static inline void GenKey(const GrGeometryProcessor& gp,
511 sk_sp<GrGeometryProcessor> GrDistanceFieldPathGeoProc::TestCreate(GrProcessorTestData* d) {
    [all...]
  /external/skia/src/gpu/ops/
GrLatticeOp.cpp 18 static sk_sp<GrGeometryProcessor> create_gp() {
75 sk_sp<GrGeometryProcessor> gp(create_gp());
77 SkDebugf("Couldn't create GrGeometryProcessor\n");
GrNonAAFillRectOp.cpp 31 static sk_sp<GrGeometryProcessor> make_gp() {
124 sk_sp<GrGeometryProcessor> gp = make_gp();
126 SkDebugf("Couldn't create GrGeometryProcessor\n");
GrNonAAFillRectPerspectiveOp.cpp 29 static sk_sp<GrGeometryProcessor> make_persp_gp(const SkMatrix& viewMatrix,
144 sk_sp<GrGeometryProcessor> gp = make_persp_gp(fViewMatrix,
148 SkDebugf("Couldn't create GrGeometryProcessor\n");
GrMSAAPathRenderer.cpp 113 class MSAAQuadProcessor : public GrGeometryProcessor {
115 static GrGeometryProcessor* Create(const SkMatrix& viewMatrix) {
130 GLSLProcessor(const GrGeometryProcessor& qpr) {}
161 static inline void GenKey(const GrGeometryProcessor& gp,
215 typedef GrGeometryProcessor INHERITED;
402 sk_sp<GrGeometryProcessor> lineGP;
425 sk_sp<const GrGeometryProcessor> quadGP(MSAAQuadProcessor::Create(fViewMatrix));
GrAALinearizingConvexPathRenderer.cpp 14 #include "GrGeometryProcessor.h"
103 static sk_sp<GrGeometryProcessor> create_fill_gp(bool tweakAlphaForCoverage,
187 void draw(GrMeshDrawOp::Target* target, const GrGeometryProcessor* gp, int vertexCount,
219 // Setup GrGeometryProcessor
220 sk_sp<GrGeometryProcessor> gp(create_fill_gp(
223 SkDebugf("Couldn't create a GrGeometryProcessor\n");
GrDrawAtlasOp.cpp 32 static sk_sp<GrGeometryProcessor> make_gp(bool hasColors,
47 sk_sp<GrGeometryProcessor> gp(make_gp(this->hasColors(), this->color(), this->viewMatrix()));
GrOvalOpFactory.cpp 11 #include "GrGeometryProcessor.h"
75 class CircleGeometryProcessor : public GrGeometryProcessor {
209 static void GenKey(const GrGeometryProcessor& gp,
243 typedef GrGeometryProcessor INHERITED;
249 sk_sp<GrGeometryProcessor> CircleGeometryProcessor::TestCreate(GrProcessorTestData* d) {
250 return sk_sp<GrGeometryProcessor>(new CircleGeometryProcessor(
266 class EllipseGeometryProcessor : public GrGeometryProcessor {
353 static void GenKey(const GrGeometryProcessor& gp,
381 typedef GrGeometryProcessor INHERITED;
387 sk_sp<GrGeometryProcessor> EllipseGeometryProcessor::TestCreate(GrProcessorTestData* d)
    [all...]
GrDrawVerticesOp.cpp 104 sk_sp<GrGeometryProcessor> GrDrawVerticesOp::makeGP(bool* hasColorAttribute,
139 sk_sp<GrGeometryProcessor> gp = this->makeGP(&hasColorAttribute, &hasLocalCoordsAttribute);
GrNonAAStrokeRectOp.cpp 112 sk_sp<GrGeometryProcessor> gp;
GrAAStrokeRectOp.cpp 96 static sk_sp<GrGeometryProcessor> create_stroke_rect_gp(bool tweakAlphaForCoverage,
244 sk_sp<GrGeometryProcessor> gp(create_stroke_rect_gp(canTweakAlphaForCoverage,
248 SkDebugf("Couldn't create GrGeometryProcessor\n");
GrAtlasTextOp.cpp 223 sk_sp<GrGeometryProcessor> GrAtlasTextOp::setupDfProcessor(GrResourceProvider* resourceProvider,
GrAAHairLinePathRenderer.cpp 790 // Setup the viewmatrix and localmatrix for the GrGeometryProcessor.
829 sk_sp<GrGeometryProcessor> lineGP;
871 sk_sp<GrGeometryProcessor> quadGP(
880 sk_sp<GrGeometryProcessor> conicGP(
    [all...]
GrAAFillRectOp.cpp 224 sk_sp<GrGeometryProcessor> gp =
227 SkDebugf("Couldn't create GrGeometryProcessor\n");
GrDefaultPathRenderer.cpp 148 sk_sp<GrGeometryProcessor> gp;
GrShadowRRectOp.cpp 165 sk_sp<GrGeometryProcessor> gp(GrRRectShadowGeoProc::Make(localMatrix));
661 sk_sp<GrGeometryProcessor> gp(GrRRectShadowGeoProc::Make(localMatrix));
    [all...]
GrSmallPathRenderer.cpp 216 sk_sp<GrGeometryProcessor> fGeometryProcessor;
228 // Setup GrGeometryProcessor
    [all...]
  /external/skia/src/gpu/
GrOpFlushState.h 197 void draw(const GrGeometryProcessor* gp, const GrMesh& mesh);
  /external/skia/gm/
convexpolyeffect.cpp 61 sk_sp<GrGeometryProcessor> gp(GrDefaultGeoProcFactory::Make(
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 10 #include "GrGeometryProcessor.h"
64 const GrGeometryProcessor::Attribute& attrib = primProc.getAttrib(attribIndex);
  /external/skia/tests/
PreFlushCallbackTest.cpp 86 sk_sp<GrGeometryProcessor> gp =
93 SkDebugf("Couldn't create GrGeometryProcessor for GrAtlasedOp\n");
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 540 milliseconds

12