Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp23490 bufferDescriptor& xfb_2 = out_descriptors[2]; in test() local
23496 xfb_2.m_index = 2; in test()
23502 xfb_2.m_target = Utils::Buffer::Transform_feedback; in test()
23528 xfb_2.m_initial_data.resize(xfb_stride); in test()
23529 xfb_2.m_expected_data.resize(xfb_stride); in test()
23537 xfb_2.m_initial_data[i] = (glw::GLubyte)i; in test()
23538 xfb_2.m_expected_data[i] = (glw::GLubyte)i; in test()
23548 memcpy(&xfb_2.m_expected_data[0] + 32, &bulma_data[0], type_size); in test()