Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp6758 std::vector<GLint> slot_sizes; in test() local
6759 slot_sizes.resize(max_slots); in test()
6760 std::fill(slot_sizes.begin(), slot_sizes.end(), 0); in test()
6773 slot_sizes[slot] = std::max(slot_sizes[slot], ends_at); in test()
6784 if (slot_sizes[i] == 0) in test()
6787 buffer_size += slot_sizes[i]; in test()