Lines Matching refs:GrQuadPerEdgeAA
46 using Subset = GrQuadPerEdgeAA::Subset;
47 using VertexSpec = GrQuadPerEdgeAA::VertexSpec;
48 using ColorType = GrQuadPerEdgeAA::ColorType;
295 auto colorType = GrQuadPerEdgeAA::MinColorType(iter->fColor); in finalize()
296 colorType = std::max(static_cast<GrQuadPerEdgeAA::ColorType>(fMetadata.fColorType), in finalize()
299 colorType = std::max(colorType, GrQuadPerEdgeAA::ColorType::kByte); in finalize()
349 GrQuadPerEdgeAA::Subset subset, in Metadata()
390 static_assert(GrQuadPerEdgeAA::kColorTypeCount <= 4);
670 gp = GrQuadPerEdgeAA::MakeTexturedProcessor( in onCreateProgramInfo()
716 GrQuadPerEdgeAA::Tessellator tessellator(desc->fVertexSpec, vertexData); in FillInVertices()
835 auto indexBufferOption = GrQuadPerEdgeAA::CalcIndexBufferOption(overallAAType, in characterize()
842 SkASSERT(desc->fNumTotalQuads <= GrQuadPerEdgeAA::QuadLimit(indexBufferOption)); in characterize()
896 fDesc->fIndexBuffer = GrQuadPerEdgeAA::GetIndexBuffer( in onPrepareDraws()
938 GrQuadPerEdgeAA::IssueDraw(flushState->caps(), flushState->opsRenderPass(), in onExecute()