Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.h61 if (!fNativeDrawIndirectSupport || fNativeDrawIndexedIndirectIsBroken) { in useClientSideIndirectBuffers()
116 bool nativeDrawIndexedIndirectIsBroken() const { return fNativeDrawIndexedIndirectIsBroken; } in nativeDrawIndexedIndirectIsBroken()
573 bool fNativeDrawIndexedIndirectIsBroken : 1; variable
DGrCaps.cpp82 fNativeDrawIndexedIndirectIsBroken = false; in GrCaps()
117 SkASSERT(!fNativeDrawIndexedIndirectIsBroken); in applyOptionsOverrides()
250 fNativeDrawIndexedIndirectIsBroken); in dumpJSON()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp4153 fNativeDrawIndexedIndirectIsBroken = true; in applyDriverCorrectnessWorkarounds()