Home
last modified time | relevance | path

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

/external/skqp/src/gpu/effects/
DGrSkSLFP.cpp35 fInputVars.push_back(&var); in GrSkSLFPFactory()
54 for (const auto& v : fInputVars) { in getSpecialization()
88 , fInputVars(*inputVars) in GrGLSLSkSLFP()
120 for (const auto& v : fInputVars) { in emitCode()
182 for (const auto& v : outer.fFactory->fInputVars) { in onSetData()
227 const std::vector<const SkSL::Variable*>& fInputVars; member in GrGLSLSkSLFP
296 return new GrGLSLSkSLFP(specialized->fContext.get(), &fFactory->fInputVars, glsl, formatArgs); in onCreateGLSLInstance()
305 for (const auto& v : fFactory->fInputVars) { in onGetGLSLProcessorKey()
DGrSkSLFP.h149 std::vector<const SkSL::Variable*> fInputVars; variable