Searched refs:fSampler1D_Type (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 94 , fSampler1D_Type(new Type("sampler1D", SpvDim1D, false, false, false, true)) in Context() 131 , fGSampler1D_Type(new Type("$gsampler1D", static_type(*fSampler1D_Type))) in Context() 296 const std::unique_ptr<Type> fSampler1D_Type; variable
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 91 , fSampler1D_Type(new Type("sampler1D", SpvDim1D, false, false, false, true)) in Context() 128 , fGSampler1D_Type(new Type("$gsampler1D", static_type(*fSampler1D_Type))) in Context() 290 const std::unique_ptr<Type> fSampler1D_Type; variable
|