Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrCaps.h373 bool avoidLargeIndexBufferDraws() const { return fAvoidLargeIndexBufferDraws; } in avoidLargeIndexBufferDraws()
528 bool fAvoidLargeIndexBufferDraws : 1; variable
DGrCaps.cpp50 fAvoidLargeIndexBufferDraws = false; in GrCaps()
222 writer->appendBool("Avoid Large IndexBuffer Draws", fAvoidLargeIndexBufferDraws); in dumpJSON()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp3608 fAvoidLargeIndexBufferDraws = true; in applyDriverCorrectnessWorkarounds()