Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSectionAndParameterHelper.h36 #define TEST_CODE_SECTION "test" macro
128 !strcmp(name, TEST_CODE_SECTION); in IsSupportedSection()
135 !strcmp(name, TEST_CODE_SECTION); in SectionAcceptsArgument()
DSkSLCPPCodeGenerator.cpp499 const Section* test = fSectionAndParameterHelper.getSection(TEST_CODE_SECTION); in writeTest()
507 this->writeSection(TEST_CODE_SECTION); in writeTest()