Home
last modified time | relevance | path

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

/external/angle/src/tests/compiler_tests/
DShaderImage_test.cpp33 FindFunctionCallNode(astRoot, imageStoreMangledName); in CheckImageStoreCall()
60 FindFunctionCallNode(astRoot, imageLoadMangledName); in CheckImageLoadCall()
/external/angle/src/tests/test_utils/
Dcompiler_test.h109 const TIntermAggregate *FindFunctionCallNode(TIntermNode *root, const TString &functionName);
Dcompiler_test.cpp337 const TIntermAggregate *FindFunctionCallNode(TIntermNode *root, const TString &functionMangledName) in FindFunctionCallNode() function