Searched refs:getDataTypeNumComponents (Results 1 – 10 of 10) sorted by relevance
355 int getDataTypeNumComponents (DataType dataType);
1171 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()
683 const int numComps = glu::getDataTypeNumComponents(basicType); in getRenderbufferFormatForOutput()1342 const int outVecSize = glu::getDataTypeNumComponents(output.varType.getBasicType()); in execute()
2049 …ataTypeMatrix(type) ? glu::getDataTypeMatrixNumColumns(type) : glu::getDataTypeNumComponents(type); in makeMatrixVectorCompositeCaseDefinition()