Lines Matching refs:GrGeometryProcessor
13 #include "src/gpu/GrGeometryProcessor.h"
30 constexpr static GrGeometryProcessor::Attribute kPositionAttrib =
54 class TessellationTestTriShader : public GrGeometryProcessor {
57 : GrGeometryProcessor(kTessellationTestTriShader_ClassID), fViewMatrix(viewMatrix) {
70 const GrGeometryProcessor& geomProc) override {
90 SkString getTessControlShaderGLSL(const GrGeometryProcessor&,
110 SkString getTessEvaluationShaderGLSL(const GrGeometryProcessor&,
173 class TessellationTestRectShader : public GrGeometryProcessor {
176 : GrGeometryProcessor(kTessellationTestTriShader_ClassID), fViewMatrix(viewMatrix) {
189 const GrGeometryProcessor& geomProc) override {
206 SkString getTessControlShaderGLSL(const GrGeometryProcessor&,
230 SkString getTessEvaluationShaderGLSL(const GrGeometryProcessor&,
325 std::unique_ptr<GrGeometryProcessor> shader;