Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp1087 static int getBufferVariableSize (const glu::VarType& type, glu::MatrixOrder order) in getBufferVariableSize() function
1094 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()