Searched refs:logVertexArrayState (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fVertexArrayObjectTests.cpp | 164 …void logVertexArrayState (tcu::TestLog& log, const VertexArrayState& state, const std::string&… 194 void VertexArrayObjectTest::logVertexArrayState (tcu::TestLog& log, const VertexArrayState& state, … in logVertexArrayState() function in deqp::gles3::Functional::VertexArrayObjectTest 644 logVertexArrayState(m_log, m_spec.vao, "Vertex Array Object State"); in iterate() 645 logVertexArrayState(m_log, m_spec.state, "OpenGL Vertex Array State"); in iterate() 683 …void logVertexArrayState (tcu::TestLog& log, const VertexArrayState& state, const std::strin… 712 void MultiVertexArrayObjectTest::logVertexArrayState (tcu::TestLog& log, const VertexArrayState& st… in logVertexArrayState() function in deqp::gles3::Functional::MultiVertexArrayObjectTest 1221 logVertexArrayState(m_log, m_spec.vao, "Vertex Array Object State"); in iterate() 1222 logVertexArrayState(m_log, m_spec.state, "OpenGL Vertex Array State"); in iterate()
|