Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp23 const TSymbol *structSymbol = symbolTable->findUserDefined(structure->name()); in GetStructSamplerParameterType() local
24 ASSERT(structSymbol && structSymbol->isStruct()); in GetStructSamplerParameterType()
25 const TStructure *structVar = static_cast<const TStructure *>(structSymbol); in GetStructSamplerParameterType()
286 const TSymbol *structSymbol = in stripStructSpecifierSamplers() local
288 ASSERT(structSymbol && structSymbol->isStruct()); in stripStructSpecifierSamplers()
289 const TStructure *fieldStruct = static_cast<const TStructure *>(structSymbol); in stripStructSpecifierSamplers()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.cpp1525 TIntermSymbol *structSymbol = new TIntermSymbol(structVariable); in pruneUnusedFunctions() local
1527 structDeclaration->appendDeclarator(structSymbol); in pruneUnusedFunctions()
1529 structSymbol->setLine(node->getLine()); in pruneUnusedFunctions()