Searched refs:getBufferVariableSize (Results 1 – 1 of 1) sorted by relevance
1087 static int getBufferVariableSize (const glu::VarType& type, glu::MatrixOrder order) in getBufferVariableSize() function1094 return arraySize * getBufferVariableSize(type.getElementType(), order); in getBufferVariableSize()1100 sum += getBufferVariableSize(type.getStructPtr()->getMember(ndx).getType(), order); in getBufferVariableSize()1115 …size += getBufferVariableSize(block.variables[ndx].varType, (block.variables[ndx].layout.matrixOrd… in getBufferSize()