Home
last modified time | relevance | path

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

/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/skia/src/sksl/
DSkSLDSLParser.cpp589 skstd::optional<DSLType> DSLParser::structDeclaration() { in structDeclaration() function in SkSL::DSLParser
/third_party/skia/m133/src/sksl/
DSkSLParser.cpp928 const Type* Parser::structDeclaration() { in structDeclaration() function in SkSL::Parser