Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLContext.h103 , fSampler2DMS_Type(new Type("sampler2DMS")) in Context()
140 , fGSampler2DMS_Type(new Type("$gsampler2DMS", static_type(*fSampler2DMS_Type))) in Context()
300 const std::unique_ptr<Type> fSampler2DMS_Type; variable