Home
last modified time | relevance | path

Searched refs:kSection_Kind (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/sksl/ir/
DSkSLProgramElement.h25 kSection_Kind enumerator
DSkSLSection.h20 : INHERITED(position, kSection_Kind) in Section()
/external/skia/src/sksl/ast/
DSkSLASTDeclaration.h26 kSection_Kind enumerator
DSkSLASTSection.h20 : INHERITED(position, kSection_Kind) in ASTSection()
/external/skia/src/sksl/
DSkSLSectionAndParameterHelper.h53 case ProgramElement::kSection_Kind: { in SectionAndParameterHelper()
DSkSLCPPCodeGenerator.cpp305 if (p.fKind == ProgramElement::kSection_Kind) { in writeProgramElement()
DSkSLIRGenerator.cpp1980 case ASTDeclaration::kSection_Kind: { in convertProgram()