Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLContext.h92 , fSampler2D_Type(new Type("sampler2D", SpvDim2D, false, false, false, true)) in Context()
129 , fGSampler2D_Type(new Type("$gsampler2D", static_type(*fSampler2D_Type))) in Context()
291 const std::unique_ptr<Type> fSampler2D_Type; variable