Searched refs:fFoundExternalSamplerDecl (Results 1 – 2 of 2) sorted by relevance
181 bool fFoundExternalSamplerDecl = false; variable
1202 if (!fFoundExternalSamplerDecl && var.var().type() == *fContext.fTypes.fSamplerExternalOES) { in writeVarDeclaration()1209 fFoundExternalSamplerDecl = true; in writeVarDeclaration()1610 if (fFoundExternalSamplerDecl && !this->caps().noDefaultPrecisionForExternalSamplers()) { in generateCode()