Searched refs:MapWriteOnlyTest (Results 1 – 3 of 3) sorted by relevance
1477 class MapWriteOnlyTest : public deqp::TestCase class1481 MapWriteOnlyTest(deqp::Context &context);1487 MapWriteOnlyTest(const MapWriteOnlyTest &other);1488 MapWriteOnlyTest &operator=(const MapWriteOnlyTest &other);
1483 MapWriteOnlyTest::MapWriteOnlyTest(deqp::Context &context) in MapWriteOnlyTest() function in gl4cts::DirectStateAccess::Buffers::MapWriteOnlyTest1496 tcu::TestNode::IterateResult MapWriteOnlyTest::iterate() in iterate()1635 const glw::GLuint MapWriteOnlyTest::s_reference[] = {0, 1, 2, 4, 8, 16, 64,1637 const glw::GLsizei MapWriteOnlyTest::s_reference_size = sizeof(s_reference); //!< Ref…1638 const glw::GLsizei MapWriteOnlyTest::s_reference_count =
96 addChild(new Buffers::MapWriteOnlyTest(m_context)); in init()