Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.h58 bool nativeDrawIndirectSupport() const { return fNativeDrawIndirectSupport; } in nativeDrawIndirectSupport()
61 if (!fNativeDrawIndirectSupport || fNativeDrawIndexedIndirectIsBroken) { in useClientSideIndirectBuffers()
539 bool fNativeDrawIndirectSupport : 1; variable
DGrCaps.cpp29 fNativeDrawIndirectSupport = false; in GrCaps()
95 if (!fNativeDrawIndirectSupport) { in finishInitialization()
208 writer->appendBool("Native Draw Indirect Support", fNativeDrawIndirectSupport); in dumpJSON()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp447 fNativeDrawIndirectSupport = features.features.drawIndirectFirstInstance; in init()
450 fNativeDrawIndirectSupport = false; in init()
453 if (fNativeDrawIndirectSupport) { in init()
600 fNativeDrawIndirectSupport = false; in applyDriverCorrectnessWorkarounds()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp647 fNativeDrawIndirectSupport = version >= GR_GL_VER(4,0) || in init()
657 fNativeDrawIndirectSupport = true; in init()
664 fNativeDrawIndirectSupport = (version >= GR_GL_VER(3,1)); in init()
675 fNativeDrawIndirectSupport = true; in init()
686 fNativeDrawIndirectSupport = false; in init()
3865 fNativeDrawIndirectSupport = false; in applyDriverCorrectnessWorkarounds()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp37 fNativeDrawIndirectSupport = true; in GrD3DCaps()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm381 fNativeDrawIndirectSupport = true;