Home
last modified time | relevance | path

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

/external/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.cpp880 const Section* section = fSectionAndParameterHelper.getSection(SET_DATA_SECTION); in writeSetData()
989 this->writeSection(SET_DATA_SECTION); in writeSetData()
/external/skqp/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.cpp847 const Section* section = fSectionAndParameterHelper.getSection(SET_DATA_SECTION); in writeSetData()
956 this->writeSection(SET_DATA_SECTION); in writeSetData()