Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h75 , fSampler2DMS_Type(new Type(String("sampler2DMS")))
112 , fGSampler2DMS_Type(new Type(String("$gsampler2DMS"), static_type(*fSampler2DMS_Type)))
219 const std::unique_ptr<Type> fSampler2DMS_Type; variable