Home
last modified time | relevance | path

Searched refs:MapPersistentDispatchTest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cBufferStorageTests.hpp359 class MapPersistentDispatchTest : public deqp::TestCase class
363 MapPersistentDispatchTest(deqp::Context &context);
365 MapPersistentDispatchTest(deqp::Context &context, const glw::GLchar *test_name,
368 virtual ~MapPersistentDispatchTest() in ~MapPersistentDispatchTest()
H A Dgl4cBufferStorageTests.cpp2942 MapPersistentDispatchTest::MapPersistentDispatchTest(deqp::Context &context) in MapPersistentDispatchTest() function in gl4cts::BufferStorage::MapPersistentDispatchTest
2954 MapPersistentDispatchTest::MapPersistentDispatchTest(deqp::Context &context, const GLchar *test_nam… in MapPersistentDispatchTest() function in gl4cts::BufferStorage::MapPersistentDispatchTest
2965 tcu::TestNode::IterateResult MapPersistentDispatchTest::iterate() in iterate()
3727 addChild(new BufferStorage::MapPersistentDispatchTest(m_context)); in init()