Searched refs:fSampler2DRect_Type (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 100 , fSampler2DRect_Type(new Type("sampler2DRect", SpvDimRect, false, false, false, true)) in Context() 135 , fGSampler2DRect_Type(new Type("$gsampler2DRect", static_type(*fSampler2DRect_Type))) in Context() 301 const std::unique_ptr<Type> fSampler2DRect_Type; variable
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 97 , fSampler2DRect_Type(new Type("sampler2DRect", SpvDimRect, false, false, false, true)) in Context() 132 , fGSampler2DRect_Type(new Type("$gsampler2DRect", static_type(*fSampler2DRect_Type))) in Context() 295 const std::unique_ptr<Type> fSampler2DRect_Type; variable
|