Home
last modified time | relevance | path

Searched refs:fIndexBufferOption (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/ops/
DGrQuadPerEdgeAA.h58 , fIndexBufferOption(0) // kPictureFramed in VertexSpec()
72 , fIndexBufferOption(static_cast<unsigned>(indexBufferOption)) in VertexSpec()
84 return static_cast<IndexBufferOption>(fIndexBufferOption); in indexBufferOption()
123 unsigned fIndexBufferOption: 2; member