Searched refs:fFoundRectSamplerDecl (Results 1 – 4 of 4) sorted by relevance
218 bool fFoundRectSamplerDecl = false; variable
1280 if (!fFoundRectSamplerDecl && var.fVar->fType == *fContext.fSampler2DRect_Type) { in writeFunctionCall()1281 fFoundRectSamplerDecl = true; in writeFunctionCall()1612 if (fFoundRectSamplerDecl) { in writeFunctionCall()
182 bool fFoundRectSamplerDecl = false; variable
1211 if (!fFoundRectSamplerDecl && var.var().type() == *fContext.fTypes.fSampler2DRect) { in writeVarDeclaration()1212 fFoundRectSamplerDecl = true; in writeVarDeclaration()1613 if (fFoundRectSamplerDecl) { in generateCode()