Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLSectionAndParameterHelper.h23 #define CONSTRUCTOR_CODE_SECTION "constructorCode" macro
115 !strcmp(name, CONSTRUCTOR_CODE_SECTION) || in IsSupportedSection()
DSkSLHCodeGenerator.cpp214 this->failOnSection(CONSTRUCTOR_CODE_SECTION, msg); in writeConstructor()
267 this->writeSection(CONSTRUCTOR_CODE_SECTION); in writeConstructor()
/external/skia/src/sksl/
DSkSLSectionAndParameterHelper.h23 #define CONSTRUCTOR_CODE_SECTION "constructorCode" macro
115 !strcmp(name, CONSTRUCTOR_CODE_SECTION) || in IsSupportedSection()
DSkSLHCodeGenerator.cpp217 this->failOnSection(CONSTRUCTOR_CODE_SECTION, msg); in writeConstructor()
271 this->writeSection(CONSTRUCTOR_CODE_SECTION); in writeConstructor()