Searched refs:fSampler3D_Type (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 96 , fSampler3D_Type(new Type("sampler3D", SpvDim3D, false, false, false, true)) in Context() 133 , fGSampler3D_Type(new Type("$gsampler3D", static_type(*fSampler3D_Type))) in Context() 298 const std::unique_ptr<Type> fSampler3D_Type; variable
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 93 , 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
|