Home
last modified time | relevance | path

Searched defs:structDeclaration (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DNameEmbeddedUniformStructs.cpp68 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in doReplacement() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSeparateStructFromUniformDeclarations.cpp75 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in doReplacement() local
DSeparateDeclarations.cpp134 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in separateDeclarator() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DNameEmbeddedUniformStructsMetal.cpp78 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in doReplacement() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp1526 TIntermDeclaration *structDeclaration = new TIntermDeclaration; in pruneUnusedFunctions() local
/third_party/flutter/skia/src/sksl/
DSkSLParser.cpp473 ASTNode::ID Parser::structDeclaration() { in structDeclaration() function in SkSL::Parser
/third_party/skia/src/sksl/
DSkSLDSLParser.cpp577 skstd::optional<DSLType> DSLParser::structDeclaration() { in structDeclaration() function in SkSL::DSLParser