Home
last modified time | relevance | path

Searched refs:m_fourth_data (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp13544 m_fourth_data = vec4.GenerateData(); in test()
13550 const GLuint fourth_offset = static_cast<GLuint>(third_offset + m_fourth_data.size()); in test()
13552 m_data.resize(fourth_offset + m_fourth_data.size()); in test()
13555 memcpy(ptr + fourth_offset, &m_fourth_data[0], m_fourth_data.size()); in test()
13579 (GLvoid*)&m_fourth_data[0] /* data */, m_fourth_data.size() /* data_size */); in test()
H A Dgl4cEnhancedLayoutsTests.hpp2383 std::vector<glw::GLubyte> m_fourth_data; member in gl4cts::EnhancedLayouts::VaryingBlockLocationsTest

Completed in 38 milliseconds