Searched refs:kTriStrips (Results 1 – 2 of 2) sorted by relevance
39 kTriStrips, // non-AA'd -> 4 verts/quad but no index buffer enumerator40 kLast = kTriStrips104 IndexBufferOption::kTriStrips; } in needsIndexBuffer()110 case IndexBufferOption::kTriStrips: return GrPrimitiveType::kTriangleStrip; in primitiveType()
252 return IndexBufferOption::kTriStrips; in CalcIndexBufferOption()408 case IndexBufferOption::kTriStrips: // fall through in GetIndexBuffer()417 case IndexBufferOption::kTriStrips: return SK_MaxS32; // not limited by an indexBuffer in QuadLimit()425 if (spec.indexBufferOption() == IndexBufferOption::kTriStrips) { in IssueDraw()