Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h310 bool baseInstanceSupport() const { return fBaseInstanceSupport; } in baseInstanceSupport()
409 bool fBaseInstanceSupport : 1; variable
DGrGLCaps.cpp46 fBaseInstanceSupport = false; in GrGLCaps()
510 fMultiDrawIndirectSupport = fBaseInstanceSupport = version >= GR_GL_VER(4,3); in init()
514 fBaseInstanceSupport = ctxInfo.hasExtension("GL_EXT_base_instance"); in init()
1041 r.appendf("Base instance support: %s\n", (fBaseInstanceSupport ? "YES" : "NO")); in dump()