Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h299 bool drawIndirectSupport() const { return fDrawIndirectSupport; } in drawIndirectSupport()
490 bool fDrawIndirectSupport : 1; variable
DGrGLCaps.cpp48 fDrawIndirectSupport = false; in GrGLCaps()
546 fDrawIndirectSupport = version >= GR_GL_VER(4,0) || in init()
550 (fDrawIndirectSupport && in init()
555 fDrawIndirectSupport = version >= GR_GL_VER(3,1); in init()
556 fMultiDrawIndirectSupport = fDrawIndirectSupport && in init()
558 fBaseInstanceSupport = fDrawIndirectSupport && in init()
1156 writer->appendBool("Draw indirect support", fDrawIndirectSupport); in onDumpJSON()
/external/skqp/src/gpu/gl/
DGrGLCaps.h299 bool drawIndirectSupport() const { return fDrawIndirectSupport; } in drawIndirectSupport()
490 bool fDrawIndirectSupport : 1; variable
DGrGLCaps.cpp48 fDrawIndirectSupport = false; in GrGLCaps()
546 fDrawIndirectSupport = version >= GR_GL_VER(4,0) || in init()
550 (fDrawIndirectSupport && in init()
555 fDrawIndirectSupport = version >= GR_GL_VER(3,1); in init()
556 fMultiDrawIndirectSupport = fDrawIndirectSupport && in init()
558 fBaseInstanceSupport = fDrawIndirectSupport && in init()
1149 writer->appendBool("Draw indirect support", fDrawIndirectSupport); in onDumpJSON()