Searched refs:copyFunc (Results 1 – 2 of 2) sorted by relevance
573 VertexCopyFunction copyFunc, in CreateVertexFormatInfo() argument579 formatInfo.copyFunction = copyFunc; in CreateVertexFormatInfo()
117 TIntermAggregate *CreateStructCopyCall(const TFunction *copyFunc, TIntermTyped *expression) in CreateStructCopyCall() argument120 return TIntermAggregate::CreateFunctionCall(*copyFunc, &args); in CreateStructCopyCall()