Searched refs:getDataTypeNumComponents (Results 1 – 7 of 7) sorted by relevance
352 int getDataTypeNumComponents (DataType dataType);
1169 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()
552 constructors[getDataTypeNumComponents(varType) - 1]; in createTmpArrayCase()
581 constructors[getDataTypeNumComponents(varType) - 1]; in createTmpArrayCase()
682 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()1330 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()
1944 …ataTypeMatrix(type) ? glu::getDataTypeMatrixNumColumns(type) : glu::getDataTypeNumComponents(type); in makeMatrixVectorCompositeCaseDefinition()