Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLContext.h200 , fSkRasterPipeline_Type(new Type("SkRasterPipeline"))
361 const std::unique_ptr<Type> fSkRasterPipeline_Type; variable
DSkSLJIT.cpp839 SkASSERT(a.fArguments[0]->fType == *fCompiler.context().fSkRasterPipeline_Type); in appendStage()
DSkSLIRGenerator.cpp2030 if (pipeline->fType != *fContext.fSkRasterPipeline_Type) { in convertAppend()