Searched refs:logVertexArrayState (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fVertexArrayObjectTests.cpp | 164 void logVertexArrayState (tcu::TestLog& log, const VertexArrayState& state, const std::string& msg); 194 void VertexArrayObjectTest::logVertexArrayState (tcu::TestLog& log, const VertexArrayState& state, const std::string& msg) in logVertexArrayState() function in deqp::gles3::Functional::VertexArrayObjectTest 652 logVertexArrayState(m_log, m_spec.vao, "Vertex Array Object State"); in iterate() 653 logVertexArrayState(m_log, m_spec.state, "OpenGL Vertex Array State"); in iterate() 691 void logVertexArrayState (tcu::TestLog& log, const VertexArrayState& state, const std::string& msg); 720 void MultiVertexArrayObjectTest::logVertexArrayState (tcu::TestLog& log, const VertexArrayState& state, const std::string& msg) in logVertexArrayState() function in deqp::gles3::Functional::MultiVertexArrayObjectTest 1229 logVertexArrayState(m_log, m_spec.vao, "Vertex Array Object State"); in iterate() 1230 logVertexArrayState(m_log, m_spec.state, "OpenGL Vertex Array State"); in iterate()
|
Completed in 3 milliseconds