Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSectionAndParameterHelper.h32 #define INITIALIZERS_SECTION "initializers" macro
124 !strcmp(name, INITIALIZERS_SECTION) || in IsSupportedSection()
DSkSLHCodeGenerator.cpp219 this->failOnSection(INITIALIZERS_SECTION, msg); in writeConstructor()
238 this->writeSection(INITIALIZERS_SECTION, "\n , "); in writeConstructor()
/external/skqp/src/sksl/
DSkSLSectionAndParameterHelper.h32 #define INITIALIZERS_SECTION "initializers" macro
124 !strcmp(name, INITIALIZERS_SECTION) || in IsSupportedSection()
DSkSLHCodeGenerator.cpp216 this->failOnSection(INITIALIZERS_SECTION, msg); in writeConstructor()
235 this->writeSection(INITIALIZERS_SECTION, "\n , "); in writeConstructor()