Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLContext.h93 , fSampler3D_Type(new Type("sampler3D", SpvDim3D, false, false, false, true)) in Context()
130 , fGSampler3D_Type(new Type("$gsampler3D", static_type(*fSampler3D_Type))) in Context()
292 const std::unique_ptr<Type> fSampler3D_Type; variable