Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLBuiltinTypes.h98 const std::unique_ptr<Type> fISampler2D; variable
DSkSLBuiltinTypes.cpp121 , fISampler2D(Type::MakeSamplerType("isampler2D", *fITexture2D)) in BuiltinTypes()