Searched refs:fGeomDomain (Results 1 – 1 of 1) sorted by relevance
885 SkASSERT(!fGeomDomain.isInitialized() || fCoverageMode == CoverageMode::kWithPosition); in getGLSLProcessorKey()887 x |= fGeomDomain.isInitialized() ? in getGLSLProcessorKey()1013 if (gp.fGeomDomain.isInitialized()) { in createGLSLInstance()1019 args.fVaryingHandler->addPassThroughAttribute(gp.fGeomDomain, "geoDomain", in createGLSLInstance()1035 SkASSERT(!gp.fGeomDomain.isInitialized()); in createGLSLInstance()1090 fGeomDomain = {"geomDomain", kFloat4_GrVertexAttribType, kFloat4_GrSLType}; in initializeAttrs()1119 Attribute fGeomDomain; // Screen-space bounding box on geometry+aa outset member in GrQuadPerEdgeAA::QuadPerEdgeAAGeometryProcessor