Home
last modified time | relevance | path

Searched refs:fSectionAndParameterHelper (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/
DSkSLHCodeGenerator.cpp23 , fSectionAndParameterHelper(*program, *errors) {} in HCodeGenerator()
72 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection()
84 const Section* section = fSectionAndParameterHelper.getSection(CONSTRUCTOR_PARAMS_SECTION); in writeExtraConstructorParams()
128 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake()
138 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake()
149 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section); in failOnSection()
166 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor()
179 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor()
183 for (const Section* s : fSectionAndParameterHelper.getSections( in writeConstructor()
194 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) { in writeConstructor()
[all …]
DSkSLCPPCodeGenerator.cpp25 , fSectionAndParameterHelper(*program, *errors) { in CPPCodeGenerator()
166 for (const auto param : fSectionAndParameterHelper.getParameters()) { in getSamplerHandle()
298 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection()
429 const Section* section = fSectionAndParameterHelper.getSection(SET_DATA_SECTION); in writeSetData()
499 const Section* test = fSectionAndParameterHelper.getSection(TEST_CODE_SECTION); in writeTest()
517 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeGetKey()
607 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in generateCode()
626 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in generateCode()
DSkSLHCodeGenerator.h68 SectionAndParameterHelper fSectionAndParameterHelper; variable
DSkSLCPPCodeGenerator.h77 SectionAndParameterHelper fSectionAndParameterHelper; variable