Searched refs:logVertexArrayState (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fVertexArrayObjectTests.cpp | 162 …void logVertexArrayState(tcu::TestLog &log, const VertexArrayState &state, const std::string &msg); 193 void VertexArrayObjectTest::logVertexArrayState(tcu::TestLog &log, const VertexArrayState &state, in logVertexArrayState() function in deqp::gles3::Functional::VertexArrayObjectTest 735 logVertexArrayState(m_log, m_spec.vao, "Vertex Array Object State"); in iterate() 736 logVertexArrayState(m_log, m_spec.state, "OpenGL Vertex Array State"); in iterate() 776 …void logVertexArrayState(tcu::TestLog &log, const VertexArrayState &state, const std::string &msg); 805 void MultiVertexArrayObjectTest::logVertexArrayState(tcu::TestLog &log, const VertexArrayState &sta… in logVertexArrayState() function in deqp::gles3::Functional::MultiVertexArrayObjectTest 1396 logVertexArrayState(m_log, m_spec.vao, "Vertex Array Object State"); in iterate() 1397 logVertexArrayState(m_log, m_spec.state, "OpenGL Vertex Array State"); in iterate()
|