Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLHCodeGenerator.cpp138 const Section* section = fSectionAndParameterHelper.getSection(CONSTRUCTOR_PARAMS_SECTION); in writeExtraConstructorParams()
188 this->writeSection(CONSTRUCTOR_PARAMS_SECTION, separator); in writeMake()
218 this->failOnSection(CONSTRUCTOR_PARAMS_SECTION, msg); in writeConstructor()
231 this->writeSection(CONSTRUCTOR_PARAMS_SECTION, separator); in writeConstructor()
DSkSLSectionAndParameterHelper.h24 #define CONSTRUCTOR_PARAMS_SECTION "constructorParams" macro
116 !strcmp(name, CONSTRUCTOR_PARAMS_SECTION) || in IsSupportedSection()
/external/skqp/src/sksl/
DSkSLHCodeGenerator.cpp135 const Section* section = fSectionAndParameterHelper.getSection(CONSTRUCTOR_PARAMS_SECTION); in writeExtraConstructorParams()
185 this->writeSection(CONSTRUCTOR_PARAMS_SECTION, separator); in writeMake()
215 this->failOnSection(CONSTRUCTOR_PARAMS_SECTION, msg); in writeConstructor()
228 this->writeSection(CONSTRUCTOR_PARAMS_SECTION, separator); in writeConstructor()
DSkSLSectionAndParameterHelper.h24 #define CONSTRUCTOR_PARAMS_SECTION "constructorParams" macro
116 !strcmp(name, CONSTRUCTOR_PARAMS_SECTION) || in IsSupportedSection()