Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h309 bool baseInstanceSupport() const { return fBaseInstanceSupport; } in baseInstanceSupport()
493 bool fBaseInstanceSupport : 1; variable
DGrGLCaps.cpp50 fBaseInstanceSupport = false; in GrGLCaps()
548 fBaseInstanceSupport = version >= GR_GL_VER(4,2); in init()
551 !fBaseInstanceSupport && // The ARB extension has no base inst. in init()
558 fBaseInstanceSupport = fDrawIndirectSupport && in init()
1158 writer->appendBool("Base instance support", fBaseInstanceSupport); in onDumpJSON()
/external/skqp/src/gpu/gl/
DGrGLCaps.h309 bool baseInstanceSupport() const { return fBaseInstanceSupport; } in baseInstanceSupport()
493 bool fBaseInstanceSupport : 1; variable
DGrGLCaps.cpp50 fBaseInstanceSupport = false; in GrGLCaps()
548 fBaseInstanceSupport = version >= GR_GL_VER(4,2); in init()
551 !fBaseInstanceSupport && // The ARB extension has no base inst. in init()
558 fBaseInstanceSupport = fDrawIndirectSupport && in init()
1151 writer->appendBool("Base instance support", fBaseInstanceSupport); in onDumpJSON()