Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLContext.h69 , fSampler2DRect_Type(new Type(String("sampler2DRect"), SpvDimRect, false, false, false, true))
104 , fGSampler2DRect_Type(new Type(String("$gsampler2DRect"), static_type(*fSampler2DRect_Type)))
214 const std::unique_ptr<Type> fSampler2DRect_Type; variable
DSkSLIRGenerator.cpp1299 ASSERT(arguments[0]->fType == *fContext.fSampler2DRect_Type); in fixRectSampling()
1362 arguments[0]->fType == *fContext.fSampler2DRect_Type) { in call()