Searched refs:getDataTypeNumComponents (Results 1 – 5 of 5) sorted by relevance
336 int getDataTypeNumComponents (DataType dataType);
1116 int getDataTypeNumComponents (DataType dataType) in getDataTypeNumComponents() function
548 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()665 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()
681 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()1326 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()
1406 …ataTypeMatrix(type) ? glu::getDataTypeMatrixNumColumns(type) : glu::getDataTypeNumComponents(type); in makeMatrixVectorCompositeCaseDefinition()