Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h320 bool baseInstanceSupport() const { return fBaseInstanceSupport; } in baseInstanceSupport()
417 bool fBaseInstanceSupport : 1; variable
DGrGLCaps.cpp43 fBaseInstanceSupport = false; in GrGLCaps()
556 fBaseInstanceSupport = version >= GR_GL_VER(4,2); in init()
559 !fBaseInstanceSupport && // The ARB extension has no base inst. in init()
566 fBaseInstanceSupport = fDrawIndirectSupport && in init()
1222 r.appendf("Base instance support: %s\n", (fBaseInstanceSupport ? "YES" : "NO")); in dump()