Home
last modified time | relevance | path

Searched refs:kTriStrips (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DQuadPerEdgeAA.h39 kTriStrips, // non-AA'd -> 4 verts/quad but no index buffer member in skgpu::v1::QuadPerEdgeAA::Subset::ColorType::IndexBufferOption
40 kLast = kTriStrips
104 IndexBufferOption::kTriStrips; } in needsIndexBuffer()
110 case IndexBufferOption::kTriStrips: return GrPrimitiveType::kTriangleStrip; in primitiveType()
180 // It will, correctly, return nullptr if the indexBufferOption is kTriStrips.
H A DQuadPerEdgeAA.cpp310 return IndexBufferOption::kTriStrips; in CalcIndexBufferOption()
471 case IndexBufferOption::kTriStrips: // fall through
480 case IndexBufferOption::kTriStrips: return SK_MaxS32; // not limited by an indexBuffer
488 if (spec.indexBufferOption() == IndexBufferOption::kTriStrips) {

Completed in 3 milliseconds