Home
last modified time | relevance | path

Searched refs:fFlatInterpolationSupport (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h67 bool flatInterpolationSupport() const { return fFlatInterpolationSupport; } in flatInterpolationSupport()
250 bool fFlatInterpolationSupport : 1; variable
DGrShaderCaps.cpp46 fFlatInterpolationSupport = false; in GrShaderCaps()
123 writer->appendBool("Flat interpolation support", fFlatInterpolationSupport); in dumpJSON()
/third_party/skia/src/gpu/
DGrShaderCaps.h68 bool flatInterpolationSupport() const { return fFlatInterpolationSupport; } in flatInterpolationSupport()
282 bool fFlatInterpolationSupport : 1; variable
DGrShaderCaps.cpp48 fFlatInterpolationSupport = false; in GrShaderCaps()
133 writer->appendBool("Flat interpolation support", fFlatInterpolationSupport); in dumpJSON()
/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h32 fShaderCaps->fFlatInterpolationSupport = options.fFlatInterpolationSupport; in GrMockCaps()
/third_party/skia/src/gpu/mock/
DGrMockCaps.h33 fShaderCaps->fFlatInterpolationSupport = options.fFlatInterpolationSupport; in GrMockCaps()
/third_party/skia/src/sksl/
DSkSLUtil.h102 bool fFlatInterpolationSupport = true; variable
104 return fFlatInterpolationSupport; in flatInterpolationSupport()
/third_party/flutter/skia/include/gpu/mock/
DGrMockTypes.h107 bool fFlatInterpolationSupport = false; member
/third_party/skia/include/gpu/mock/
DGrMockTypes.h134 bool fFlatInterpolationSupport = false; member
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnCaps.cpp19 fShaderCaps->fFlatInterpolationSupport = true; in GrDawnCaps()
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.cpp25 fShaderCaps->fFlatInterpolationSupport = true; in GrDawnCaps()
/third_party/flutter/skia/tests/
DGrCCPRTest.cpp156 mockOptions.fFlatInterpolationSupport = true; in run()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp836 shaderCaps->fFlatInterpolationSupport = ctxInfo.glslGeneration() >= k130_GrGLSLGeneration; in initGLSL()
838 shaderCaps->fFlatInterpolationSupport = in initGLSL()
844 shaderCaps->fPreferFlatInterpolation = shaderCaps->fFlatInterpolationSupport && in initGLSL()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp231 shaderCaps->fFlatInterpolationSupport = true; in initShaderCaps()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp910 shaderCaps->fFlatInterpolationSupport = ctxInfo.glslGeneration() >= k130_GrGLSLGeneration; in initGLSL()
912 shaderCaps->fFlatInterpolationSupport = in initGLSL()
919 shaderCaps->fPreferFlatInterpolation = shaderCaps->fFlatInterpolationSupport && in initGLSL()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp561 shaderCaps->fFlatInterpolationSupport = true; in initShaderCaps()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.mm367 shaderCaps->fFlatInterpolationSupport = true;
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp696 shaderCaps->fFlatInterpolationSupport = true; in initShaderCaps()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm490 shaderCaps->fFlatInterpolationSupport = true;