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()
1138 std::vector<rr::GenericVecType> m_attrType; member in deqp::gls::__anon43398ad90111::DrawTestShaderProgram1145 , m_attrType (arrays.size()) in DrawTestShaderProgram()1151 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram()1215 for (int attribNdx = 0; attribNdx < (int)m_attrType.size(); attribNdx++) in shadeVertices()1220 switch (m_attrType[attribNdx]) in shadeVertices()