Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h89 , fImage2D_Type(new Type(String("image2D"), SpvDim2D, false, false, false, true))
231 const std::unique_ptr<Type> fImage2D_Type; variable
DSkSLGLSLCodeGenerator.cpp656 if (!fFoundImageDecl && var.fVar->fType == *fContext.fImage2D_Type) { in writeVarDeclarations()