Searched refs:fInputVars (Results 1 – 4 of 4) sorted by relevance
35 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 GrGLSLSkSLFP296 return new GrGLSLSkSLFP(specialized->fContext.get(), &fFactory->fInputVars, glsl, formatArgs); in onCreateGLSLInstance()305 for (const auto& v : fFactory->fInputVars) { in onGetGLSLProcessorKey()
149 std::vector<const SkSL::Variable*> fInputVars; variable
37 fInputVars.push_back(&var); in GrSkSLFPFactory()56 for (const auto& v : fInputVars) { in getSpecialization()95 , fInputVars(*inputVars) in GrGLSLSkSLFP()127 for (const auto& v : fInputVars) { in emitCode()188 for (const auto& v : outer.fFactory->fInputVars) { in onSetData()239 const std::vector<const SkSL::Variable*>& fInputVars; member in GrGLSLSkSLFP319 return new GrGLSLSkSLFP(specialized->fContext.get(), &fFactory->fInputVars, glsl, formatArgs); in onCreateGLSLInstance()328 for (const auto& v : fFactory->fInputVars) { in onGetGLSLProcessorKey()
166 std::vector<const SkSL::Variable*> fInputVars; variable