Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp6778 std::vector<GLint> slot_offsets; in test() local
6779 slot_offsets.resize(max_slots); in test()
6780 std::fill(slot_offsets.begin(), slot_offsets.end(), -1); in test()
6786 slot_offsets[i] = buffer_size; in test()
6805 memcpy(ptr + slot_offsets[slot] + variable_offset, variable.m_data, variable.m_data_size); in test()
6812 variable.GetStride(), (GLvoid*)(intptr_t)(slot_offsets[base_slot] + variable_offset)); in test()
6823 (GLvoid*)(intptr_t)(slot_offsets[base_slot] + variable_offset)); in test()