Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseBufferTests.hpp179 bool all_pages_committed);
922 glw::GLint page_size, bool all_pages_committed);
Dgl4cSparseBufferTests.cpp830 glw::GLint page_size, bool all_pages_committed) in AtomicCounterBufferStorageTestCase() argument
831 : m_all_pages_committed(all_pages_committed) in AtomicCounterBufferStorageTestCase()
1654 const bool all_pages_committed = (n_iteration == 0); in execute() local
1656 if (!all_pages_committed) in execute()
1759 << ((all_pages_committed) ? "yes" : "no") << "]" << tcu::TestLog::EndMessage; in execute()
1771 const unsigned int modified_region_size = (all_pages_committed) ? clear_region_size : 0; in execute()
1801 << ((all_pages_committed) ? "yes" : "no") << "]" << tcu::TestLog::EndMessage; in execute()
4989 bool all_pages_committed) in TransformFeedbackBufferStorageTestCase() argument
4990 : m_all_pages_committed(all_pages_committed) in TransformFeedbackBufferStorageTestCase()