Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLContext.h107 , fSampler2DRect_Type(new Type("sampler2DRect", *fTexture2DRect_Type)) in Context()
142 , fGSampler2DRect_Type(new Type("$gsampler2DRect", static_type(*fSampler2DRect_Type))) in Context()
317 const std::unique_ptr<Type> fSampler2DRect_Type; variable
DSkSLGLSLCodeGenerator.cpp1280 if (!fFoundRectSamplerDecl && var.fVar->fType == *fContext.fSampler2DRect_Type) { in writeFunctionCall()