Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLSectionAndParameterHelper.h36 #define SET_DATA_SECTION "setData" macro
128 !strcmp(name, SET_DATA_SECTION) || in IsSupportedSection()
135 !strcmp(name, SET_DATA_SECTION) || in SectionAcceptsArgument()
141 !strcmp(name, SET_DATA_SECTION) || in SectionRequiresArgument()
DSkSLCPPCodeGenerator.cpp888 const Section* section = fSectionAndParameterHelper.getSection(SET_DATA_SECTION); in writeSetData()
997 this->writeSection(SET_DATA_SECTION); in writeSetData()