Searched refs:fFoundExternalSamplerDecl (Results 1 – 4 of 4) sorted by relevance
217 bool fFoundExternalSamplerDecl = false; variable
1270 if (!fFoundExternalSamplerDecl && var.fVar->fType == *fContext.fSamplerExternalOES_Type) { in writeFunctionCall()1278 fFoundExternalSamplerDecl = true; in writeFunctionCall()1608 if (fFoundExternalSamplerDecl && in writeFunctionCall()
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()