Searched refs:fBaseVertexBaseInstanceSupport (Results 1 – 2 of 2) sorted by relevance
335 bool baseVertexBaseInstanceSupport() const { return fBaseVertexBaseInstanceSupport; } in baseVertexBaseInstanceSupport()567 bool fBaseVertexBaseInstanceSupport : 1; variable
42 fBaseVertexBaseInstanceSupport = false; in GrGLCaps()644 fBaseVertexBaseInstanceSupport = version >= GR_GL_VER(4,2) || in init()646 if (fBaseVertexBaseInstanceSupport) { in init()656 fBaseVertexBaseInstanceSupport = true; in init()662 fBaseVertexBaseInstanceSupport = ctxInfo.hasExtension("GL_EXT_base_instance"); in init()663 if (fBaseVertexBaseInstanceSupport) { in init()671 fBaseVertexBaseInstanceSupport = ctxInfo.hasExtension( in init()673 if (fBaseVertexBaseInstanceSupport && ctxInfo.hasExtension( in init()685 fBaseVertexBaseInstanceSupport = false; in init()1221 writer->appendBool("Base (vertex base) instance support", fBaseVertexBaseInstanceSupport); in onDumpJSON()[all …]