Home
last modified time | relevance | path

Searched refs:fInstanceAttribSupport (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h19 fInstanceAttribSupport = options.fInstanceAttribSupport; in GrMockCaps()
/third_party/flutter/skia/src/gpu/
DGrCaps.h58 bool instanceAttribSupport() const { return fInstanceAttribSupport; } in instanceAttribSupport()
483 bool fInstanceAttribSupport : 1; variable
DGrCaps.cpp29 fInstanceAttribSupport = false; in GrCaps()
179 writer->appendBool("Instance Attrib Support", fInstanceAttribSupport); in dumpJSON()
/third_party/flutter/skia/include/gpu/mock/
DGrMockTypes.h96 bool fInstanceAttribSupport = false; member
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp40 fInstanceAttribSupport = true; in GrVkCaps()
446 fInstanceAttribSupport = false; in applyDriverCorrectnessWorkarounds()
/third_party/flutter/skia/tests/
DGrCCPRTest.cpp145 mockOptions.fInstanceAttribSupport = true; in run()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp208 fInstanceAttribSupport = in init()
213 fInstanceAttribSupport = in init()
219 fInstanceAttribSupport = version >= GR_GL_VER(2, 0); in init()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.mm249 fInstanceAttribSupport = true;