Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h307 bool multiDrawIndirectSupport() const { return fMultiDrawIndirectSupport; } in multiDrawIndirectSupport()
408 bool fMultiDrawIndirectSupport : 1; variable
DGrGLCaps.cpp45 fMultiDrawIndirectSupport = false; in GrGLCaps()
510 fMultiDrawIndirectSupport = fBaseInstanceSupport = version >= GR_GL_VER(4,3); in init()
513 fMultiDrawIndirectSupport = ctxInfo.hasExtension("GL_EXT_multi_draw_indirect"); in init()
1040 r.appendf("Multi draw indirect support: %s\n", (fMultiDrawIndirectSupport ? "YES" : "NO")); in dump()