Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h163 bool noDefaultPrecisionForExternalSamplers() const { in noDefaultPrecisionForExternalSamplers() function
/third_party/skia/src/gpu/
DGrShaderCaps.h187 bool noDefaultPrecisionForExternalSamplers() const { in noDefaultPrecisionForExternalSamplers() function
/third_party/skia/src/sksl/
DSkSLUtil.h148 bool noDefaultPrecisionForExternalSamplers() const { in noDefaultPrecisionForExternalSamplers() function
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h123 bool noDefaultPrecisionForExternalSamplers() const { in noDefaultPrecisionForExternalSamplers() function
DSkSLGLSLCodeGenerator.cpp1609 !fProgram.fSettings.fCaps->noDefaultPrecisionForExternalSamplers()) { in writeFunctionCall()
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp1610 if (fFoundExternalSamplerDecl && !this->caps().noDefaultPrecisionForExternalSamplers()) { in generateCode()