Home
last modified time | relevance | path

Searched defs:functionCall (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DConvertUnsupportedConstructorsToFunctionCalls.cpp305 TIntermTyped *functionCall = TIntermAggregate::CreateFunctionCall(*function, &arguments); in visitAggregatePost() local
DMonomorphizeUnsupportedFunctions.cpp278 TIntermFunctionDefinition *processFunctionCall(TIntermAggregate *functionCall, in processFunctionCall()
/external/angle/src/compiler/translator/tree_ops/apple/
DRewriteRowMajorMatrices.cpp779 TIntermAggregate *functionCall = accessor->getAsAggregate(); in determineAccess() local
1289 TIntermTyped *functionCall = in transformWriteExpression() local
1296 TIntermTyped *functionCall = in transformWriteExpression() local
/external/angle/src/compiler/translator/
DParseContext.cpp6701 void TParseContext::checkTextureGather(TIntermAggregate *functionCall) in checkTextureGather()
6771 void TParseContext::checkTextureOffset(TIntermAggregate *functionCall) in checkTextureOffset()
6896 void TParseContext::checkInterpolationFS(TIntermAggregate *functionCall) in checkInterpolationFS()
6931 void TParseContext::checkAtomicMemoryBuiltinFunctions(TIntermAggregate *functionCall) in checkAtomicMemoryBuiltinFunctions()
6965 void TParseContext::checkImageMemoryAccessForBuiltinFunctions(TIntermAggregate *functionCall) in checkImageMemoryAccessForBuiltinFunctions()
7015 const TIntermAggregate *functionCall) in checkImageMemoryAccessForUserDefinedFunctions()
/external/deqp/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp728 std::ostringstream functionCall; in genFunctionCall() local