Home
last modified time | relevance | path

Searched refs:fIntegerSupport (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/gpu/
DGrShaderCaps.h48 bool integerSupport() const { return fIntegerSupport; } in integerSupport()
106 return fShaderDerivativeSupport && fNonsquareMatrixSupport && fIntegerSupport && in supportsSkSLES3()
276 bool fIntegerSupport : 1; variable
DGrShaderCaps.cpp20 fIntegerSupport = false; in GrShaderCaps()
93 writer->appendBool("Integer Support", fIntegerSupport); in dumpJSON()
/third_party/skia/src/gpu/mock/
DGrMockCaps.h32 fShaderCaps->fIntegerSupport = options.fIntegerSupport; in GrMockCaps()
/third_party/skia/src/sksl/
DSkSLUtil.h157 bool fIntegerSupport = false; variable
159 return fIntegerSupport; in integerSupport()
/third_party/skia/include/gpu/mock/
DGrMockTypes.h133 bool fIntegerSupport = false; member
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.cpp26 fShaderCaps->fIntegerSupport = true; in GrDawnCaps()
/third_party/skia/bench/
DTessellateBench.cpp37 mockOptions.fIntegerSupport = true; in make_mock_context()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp242 shaderCaps->fIntegerSupport = true; in initShaderCaps()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp388 shaderCaps->fIntegerSupport = version >= GR_GL_VER(3, 0) && in init()
399 shaderCaps->fIntegerSupport = version >= GR_GL_VER(3, 0) && in init()
407 shaderCaps->fIntegerSupport = (version >= GR_GL_VER(2, 0)); in init()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp724 shaderCaps->fIntegerSupport = true; in initShaderCaps()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm513 shaderCaps->fIntegerSupport = true;