Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h303 bool drawIndirectSupport() const { return fDrawIndirectSupport; } in drawIndirectSupport()
407 bool fDrawIndirectSupport : 1; variable
DGrGLCaps.cpp44 fDrawIndirectSupport = false; in GrGLCaps()
509 fDrawIndirectSupport = in init()
512 fDrawIndirectSupport = version >= GR_GL_VER(3,1); in init()
1039 r.appendf("Draw indirect support: %s\n", (fDrawIndirectSupport ? "YES" : "NO")); in dump()