Searched refs:bufferCollection (Results 1 – 4 of 4) sorted by relevance
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/ |
| D | esextcTextureCubeMapArraySampling.hpp | 337 class bufferCollection class in glcts::TextureCubeMapArraySamplingTest 563 const bufferCollection& buffers, glw::GLuint program_id); 566 void setupAttribute(const attributeDefinition& attribute, const bufferCollection& buffers, 661 …void setupSharedStorageBuffer(const attributeDefinition& attribute, const bufferCollection& buffer… 665 const bufferCollection& buffers, glw::GLuint program_id);
|
| D | esextcTextureCubeMapArraySampling.cpp | 3521 const bufferCollection& buffers, glw::GLuint program_id) in setupSharedStorageBuffer() 3569 const bufferCollection& buffers, glw::GLuint program_id) in setupSharedStorageBuffers() 3678 bufferCollection buffers; 4007 void TextureCubeMapArraySamplingTest::bufferCollection::init(const glw::Functions& gl, const format… 5044 const bufferCollection& buffers, 5084 const bufferCollection& buffers,
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cEnhancedLayoutsTests.hpp | 1068 class bufferCollection class in gl4cts::EnhancedLayouts::BufferTestBase 1077 ~bufferCollection(); 1101 virtual bool verifyBuffers(bufferCollection& buffers); 1107 void prepareBuffers(bufferDescriptor::Vector& descriptors, bufferCollection& out_buffers); 4521 virtual bool verifyBuffers(bufferCollection& buffers); 4594 virtual bool verifyBuffers(bufferCollection& buffers); 4654 virtual bool verifyBuffers(bufferCollection& buffers); 4717 virtual bool verifyBuffers(bufferCollection& buffers);
|
| D | gl4cEnhancedLayoutsTests.cpp | 5760 bufferCollection buffers; in test() 5871 bool BufferTestBase::verifyBuffers(bufferCollection& buffers) in test() 5875 …for (bufferCollection::Vector::iterator it = buffers.m_vector.begin(), end = buffers.m_vector.end(… in test() 5878 bufferCollection::pair& pair = *it; in test() 6116 void BufferTestBase::prepareBuffers(bufferDescriptor::Vector& descriptors, bufferCollection& out_bu… in test() 6120 bufferCollection::pair pair; in test() 6139 BufferTestBase::bufferCollection::~bufferCollection() in test() 26364 bool XFBCaptureInactiveOutputVariableTest::verifyBuffers(bufferCollection& buffers) in test() 26368 bufferCollection::pair& pair = buffers.m_vector[1] /* xfb */; in test() 26769 bool XFBCaptureInactiveOutputComponentTest::verifyBuffers(bufferCollection& buffers) in test() [all …]
|