Searched refs:m_attrType (Results 1 – 2 of 2) sorted by relevance
763 std::vector<rr::GenericVecType> m_attrType; member in deqp::gls::ContextShaderProgram769 , m_attrType (arrays.size()) in ContextShaderProgram()774 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in ContextShaderProgram()838 for (int attribNdx = 0; attribNdx < (int)m_attrType.size(); attribNdx++) in shadeVertices()842 switch (m_attrType[attribNdx]) in shadeVertices()
1156 std::vector<rr::GenericVecType> m_attrType; member in deqp::gls::__anond14e03d00111::DrawTestShaderProgram1163 , m_attrType (arrays.size()) in DrawTestShaderProgram()1169 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram()1233 for (int attribNdx = 0; attribNdx < (int)m_attrType.size(); attribNdx++) in shadeVertices()1238 switch (m_attrType[attribNdx]) in shadeVertices()