Home
last modified time | relevance | path

Searched refs:fFoundExternalSamplerDecl (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.h217 bool fFoundExternalSamplerDecl = false; variable
DSkSLGLSLCodeGenerator.cpp1270 if (!fFoundExternalSamplerDecl && var.fVar->fType == *fContext.fSamplerExternalOES_Type) { in writeFunctionCall()
1278 fFoundExternalSamplerDecl = true; in writeFunctionCall()
1608 if (fFoundExternalSamplerDecl && in writeFunctionCall()
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h181 bool fFoundExternalSamplerDecl = false; variable
DSkSLGLSLCodeGenerator.cpp1202 if (!fFoundExternalSamplerDecl && var.var().type() == *fContext.fTypes.fSamplerExternalOES) { in writeVarDeclaration()
1209 fFoundExternalSamplerDecl = true; in writeVarDeclaration()
1610 if (fFoundExternalSamplerDecl && !this->caps().noDefaultPrecisionForExternalSamplers()) { in generateCode()