Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/msl/
DAstHelpers.cpp377 static TType &SetTypeDimsImpl(const TType &type, int primary, int secondary) in SetTypeDimsImpl() function
392 return SetTypeDimsImpl(type, newDim, 1); in SetVectorDim()
399 return SetTypeDimsImpl(matrixType, matrixType.getCols(), newDim); in SetMatrixRowDim()