Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.h218 bool fFoundRectSamplerDecl = false; variable
DSkSLGLSLCodeGenerator.cpp1280 if (!fFoundRectSamplerDecl && var.fVar->fType == *fContext.fSampler2DRect_Type) { in writeFunctionCall()
1281 fFoundRectSamplerDecl = true; in writeFunctionCall()
1612 if (fFoundRectSamplerDecl) { in writeFunctionCall()
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h182 bool fFoundRectSamplerDecl = false; variable
DSkSLGLSLCodeGenerator.cpp1211 if (!fFoundRectSamplerDecl && var.var().type() == *fContext.fTypes.fSampler2DRect) { in writeVarDeclaration()
1212 fFoundRectSamplerDecl = true; in writeVarDeclaration()
1613 if (fFoundRectSamplerDecl) { in generateCode()