Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.h386 bool avoidLargeIndexBufferDraws() const { return fAvoidLargeIndexBufferDraws; } in avoidLargeIndexBufferDraws()
555 bool fAvoidLargeIndexBufferDraws : 1; variable
DGrCaps.cpp48 fAvoidLargeIndexBufferDraws = false; in GrCaps()
229 writer->appendBool("Avoid Large IndexBuffer Draws", fAvoidLargeIndexBufferDraws); in dumpJSON()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp3706 fAvoidLargeIndexBufferDraws = true; in applyDriverCorrectnessWorkarounds()