Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp573 VertexCopyFunction copyFunc, in CreateVertexFormatInfo() argument
579 formatInfo.copyFunction = copyFunc; in CreateVertexFormatInfo()
/external/angle/src/compiler/translator/tree_ops/
DRewriteRowMajorMatrices.cpp117 TIntermAggregate *CreateStructCopyCall(const TFunction *copyFunc, TIntermTyped *expression) in CreateStructCopyCall() argument
120 return TIntermAggregate::CreateFunctionCall(*copyFunc, &args); in CreateStructCopyCall()