Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLSectionAndParameterHelper.h37 #define TEST_CODE_SECTION "test" macro
129 !strcmp(name, TEST_CODE_SECTION); in IsSupportedSection()
136 !strcmp(name, TEST_CODE_SECTION); in SectionAcceptsArgument()
142 !strcmp(name, TEST_CODE_SECTION); in SectionRequiresArgument()
DSkSLCPPCodeGenerator.cpp1037 const Section* test = fSectionAndParameterHelper.getSection(TEST_CODE_SECTION); in writeTest()
1046 this->writeSection(TEST_CODE_SECTION); in writeTest()
/external/skia/src/sksl/
DSkSLSectionAndParameterHelper.h37 #define TEST_CODE_SECTION "test" macro
129 !strcmp(name, TEST_CODE_SECTION); in IsSupportedSection()
136 !strcmp(name, TEST_CODE_SECTION); in SectionAcceptsArgument()
142 !strcmp(name, TEST_CODE_SECTION); in SectionRequiresArgument()
DSkSLCPPCodeGenerator.cpp1079 const Section* test = fSectionAndParameterHelper.getSection(TEST_CODE_SECTION); in writeTest()
1088 this->writeSection(TEST_CODE_SECTION); in writeTest()