Home
last modified time | relevance | path

Searched refs:incompleteShortIntPrecision (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h132 bool incompleteShortIntPrecision() const { return fIncompleteShortIntPrecision; } in incompleteShortIntPrecision() function
/third_party/skia/src/gpu/
DGrShaderCaps.h152 bool incompleteShortIntPrecision() const { return fIncompleteShortIntPrecision; } in incompleteShortIntPrecision() function
/third_party/skia/src/sksl/
DSkSLUtil.h231 bool incompleteShortIntPrecision() const { in incompleteShortIntPrecision() function
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h179 bool incompleteShortIntPrecision() const { in incompleteShortIntPrecision() function
DSkSLGLSLCodeGenerator.cpp1215 fProgram.fSettings.fCaps->incompleteShortIntPrecision()) { in writeFunctionCall()
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp1159 this->caps().incompleteShortIntPrecision()) { in getTypePrecision()