Home
last modified time | relevance | path

Searched refs:m_attrType (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp763 std::vector<rr::GenericVecType> m_attrType; member in deqp::gls::ContextShaderProgram
769 , 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()
DglsDrawTest.cpp1137 std::vector<rr::GenericVecType> m_attrType; member in deqp::gls::__anon6c59820f0111::DrawTestShaderProgram
1144 , 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()