Home
last modified time | relevance | path

Searched refs:fInputVars (Results 1 – 4 of 4) 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
/external/skia/src/gpu/effects/
DGrSkSLFP.cpp37 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 GrGLSLSkSLFP
319 return new GrGLSLSkSLFP(specialized->fContext.get(), &fFactory->fInputVars, glsl, formatArgs); in onCreateGLSLInstance()
328 for (const auto& v : fFactory->fInputVars) { in onGetGLSLProcessorKey()
DGrSkSLFP.h166 std::vector<const SkSL::Variable*> fInputVars; variable