Home
last modified time | relevance | path

Searched refs:CreationErrorTest (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.hpp4522 class CreationErrorTest : public deqp::TestCase class
4526 CreationErrorTest(deqp::Context& context);
4532 CreationErrorTest(const CreationErrorTest& other);
4533 CreationErrorTest& operator=(const CreationErrorTest& other);
Dgl4cDirectStateAccessVertexArraysTests.cpp4116 CreationErrorTest::CreationErrorTest(deqp::Context& context) in CreationErrorTest() function in gl4cts::DirectStateAccess::VertexArrays::CreationErrorTest
4125 tcu::TestNode::IterateResult CreationErrorTest::iterate() in iterate()
4190 bool CreationErrorTest::CheckError(const glw::GLenum expected, const glw::GLchar* log_message) in CheckError()
Dgl4cDirectStateAccessTests.cpp149 addChild(new VertexArrays::CreationErrorTest(m_context)); in init()