Home
last modified time | relevance | path

Searched refs:CONSTRUCTOR_SECTION (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLSectionAndParameterHelper.h22 #define CONSTRUCTOR_SECTION "constructor" macro
114 !strcmp(name, CONSTRUCTOR_SECTION) || in IsSupportedSection()
DSkSLHCodeGenerator.cpp215 if (this->writeSection(CONSTRUCTOR_SECTION)) { in writeConstructor()