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()
1137 std::vector<rr::GenericVecType> m_attrType; member in deqp::gls::__anon6c59820f0111::DrawTestShaderProgram1144 , m_attrType (arrays.size()) in DrawTestShaderProgram()1150 m_attrType[arrayNdx] = mapOutputType(arrays[arrayNdx]->getOutputType()); in DrawTestShaderProgram()1214 for (int attribNdx = 0; attribNdx < (int)m_attrType.size(); attribNdx++) in shadeVertices()1219 switch (m_attrType[attribNdx]) in shadeVertices()