Home
last modified time | relevance | path

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

/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()