Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLContext.h102 , fSampler1D_Type(new Type("sampler1D", *fTexture1D_Type)) in Context()
138 , fGSampler1D_Type(new Type("$gsampler1D", static_type(*fSampler1D_Type))) in Context()
312 const std::unique_ptr<Type> fSampler1D_Type; variable