Home
last modified time | relevance | path

Searched defs:functionCall (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/codec/
H A Dstandard_function_codec.cpp22 bool StandardFunctionCodec::EncodeFunctionCall(const FunctionCall& functionCall, std::vector<uint8_t>& resultBuffer) in EncodeFunctionCall() argument
35 bool StandardFunctionCodec::DecodeFunctionCall(const std::vector<uint8_t>& buffer, FunctionCall& functionCall) in DecodeFunctionCall() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DConvertUnsupportedConstructorsToFunctionCalls.cpp306 TIntermTyped *functionCall = TIntermAggregate::CreateFunctionCall(*function, &arguments); variable
H A DMonomorphizeUnsupportedFunctions.cpp278 TIntermFunctionDefinition *processFunctionCall(TIntermAggregate *functionCall, in processFunctionCall() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSRGBDecodeTests.cpp728 std::ostringstream functionCall; in genFunctionCall() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteRowMajorMatrices.cpp779 TIntermAggregate *functionCall = accessor->getAsAggregate(); in determineAccess() local
1289 TIntermTyped *functionCall = in transformWriteExpression() local
1296 TIntermTyped *functionCall = in transformWriteExpression() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp6504 void TParseContext::checkTextureGather(TIntermAggregate *functionCall) in checkTextureGather() argument
6574 void TParseContext::checkTextureOffset(TIntermAggregate *functionCall) in checkTextureOffset() argument
6699 checkInterpolationFS(TIntermAggregate *functionCall) checkInterpolationFS() argument
6734 checkAtomicMemoryBuiltinFunctions(TIntermAggregate *functionCall) checkAtomicMemoryBuiltinFunctions() argument
6768 checkImageMemoryAccessForBuiltinFunctions(TIntermAggregate *functionCall) checkImageMemoryAccessForBuiltinFunctions() argument
6816 checkImageMemoryAccessForUserDefinedFunctions( const TFunction *functionDefinition, const TIntermAggregate *functionCall) checkImageMemoryAccessForUserDefinedFunctions() argument
[all...]

Completed in 17 milliseconds