Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.h193 bool fFoundImageDecl = false; variable
DSkSLGLSLCodeGenerator.cpp656 if (!fFoundImageDecl && var.fVar->fType == *fContext.fImage2D_Type) { in writeVarDeclarations()
662 fFoundImageDecl = true; in writeVarDeclarations()