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

12

  /external/skia/src/gpu/batches/
GrAtlasTextBatch.cpp 100 SkAutoTUnref<const GrGeometryProcessor> gp;
257 GrGeometryProcessor* GrAtlasTextBatch::setupDfProcessor(const SkMatrix& viewMatrix,
GrDrawAtlasBatch.cpp 39 static const GrGeometryProcessor* set_vertex_attributes(bool hasColors,
56 SkAutoTUnref<const GrGeometryProcessor> gp(set_vertex_attributes(this->hasColors(),
GrDrawVerticesBatch.cpp 14 static const GrGeometryProcessor* set_vertex_attributes(bool hasLocalCoords,
97 SkAutoTUnref<const GrGeometryProcessor> gp(
GrAADistanceFieldPathRenderer.cpp 200 // Setup GrGeometryProcessor
202 SkAutoTUnref<GrGeometryProcessor> dfProcessor(
318 const GrGeometryProcessor* dfProcessor,
446 const GrGeometryProcessor* gp,
GrAALinearizingConvexPathRenderer.cpp 16 #include "GrGeometryProcessor.h"
96 static const GrGeometryProcessor* create_fill_gp(bool tweakAlphaForCoverage,
194 // Setup GrGeometryProcessor
195 SkAutoTUnref<const GrGeometryProcessor> gp(create_fill_gp(canTweakAlphaForCoverage,
200 SkDebugf("Couldn't create a GrGeometryProcessor\n");
GrNonAAStrokeRectBatch.cpp 108 SkAutoTUnref<const GrGeometryProcessor> gp;
GrAAStrokeRectBatch.cpp 24 static const GrGeometryProcessor* create_stroke_rect_gp(bool tweakAlphaForCoverage,
187 SkAutoTUnref<const GrGeometryProcessor> gp(create_stroke_rect_gp(canTweakAlphaForCoverage,
192 SkDebugf("Couldn't create GrGeometryProcessor\n");
GrTessellatingPathRenderer.cpp 176 SkAutoTUnref<const GrGeometryProcessor> gp;
GrAAHairLinePathRenderer.cpp 791 // Setup the viewmatrix and localmatrix for the GrGeometryProcessor.
810 SkAutoTUnref<const GrGeometryProcessor> lineGP;
823 SkAutoTUnref<const GrGeometryProcessor> quadGP(
832 SkAutoTUnref<const GrGeometryProcessor> conicGP(
    [all...]
GrDefaultPathRenderer.cpp 255 SkAutoTUnref<const GrGeometryProcessor> gp;
  /external/skia/src/gpu/effects/
GrDistanceFieldGeoProc.cpp 170 static inline void GenKey(const GrGeometryProcessor& gp,
242 const GrGeometryProcessor* GrDistanceFieldA8TextGeoProc::TestCreate(GrProcessorTestData* d) {
394 static inline void GenKey(const GrGeometryProcessor& gp,
452 const GrGeometryProcessor* GrDistanceFieldPathGeoProc::TestCreate(GrProcessorTestData* d) {
659 static inline void GenKey(const GrGeometryProcessor& gp,
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 10 #include "GrGeometryProcessor.h"
58 const GrGeometryProcessor::Attribute& attrib = primProc.getAttrib(attribIndex);
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 214 SkASSERT(this->glCaps().maxVertexAttributes() >= GrGeometryProcessor::kMaxVertexAttribs);
    [all...]

Completed in 1311 milliseconds

12