Lines Matching refs:GrGeometryProcessor
23 #include "src/gpu/GrGeometryProcessor.h"
56 static constexpr GrGeometryProcessor::Attribute gVertex =
62 class FwidthSquircleTestProcessor : public GrGeometryProcessor {
64 static GrGeometryProcessor* Make(SkArenaAlloc* arena, const SkMatrix& viewMatrix) {
78 : GrGeometryProcessor(kFwidthSquircleTestProcessor_ClassID)
85 using INHERITED = GrGeometryProcessor;
88 std::unique_ptr<GrGeometryProcessor::ProgramImpl> FwidthSquircleTestProcessor::makeProgramImpl(
94 const GrGeometryProcessor& geomProc) override {
179 GrGeometryProcessor* geomProc = FwidthSquircleTestProcessor::Make(arena, fViewMatrix);
252 // The program info (and both the GrPipeline and GrGeometryProcessor it relies on), when
255 // don't even store the GrPipeline and GrGeometryProcessor pointers here bc they are