Home
last modified time | relevance | path

Searched refs:firstFunctionIndex (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.cpp250 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in DeclareInterfaceBlock() local
251 root->insertChildNodes(firstFunctionIndex, *insertSequence); in DeclareInterfaceBlock()
/external/angle/src/compiler/translator/tree_ops/
DRewriteCubeMapSamplersAs2DArray.cpp1009 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in RewriteCubeMapSamplersAs2DArray() local
1012 root->insertChildNodes(firstFunctionIndex, TIntermSequence({coordTranslationFunctionDecl})); in RewriteCubeMapSamplersAs2DArray()
1016 root->insertChildNodes(firstFunctionIndex, in RewriteCubeMapSamplersAs2DArray()
DRewriteRowMajorMatrices.cpp1591 size_t firstFunctionIndex = FindFirstFunctionDefinitionIndex(root); in RewriteRowMajorMatrices() local
1592 root->insertChildNodes(firstFunctionIndex, *traverser.getStructCopyFunctions()); in RewriteRowMajorMatrices()