Searched refs:bufferCollection (Results 1 – 4 of 4) sorted by relevance
/external/deqp/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 | 3527 const bufferCollection& buffers, glw::GLuint program_id) in setupSharedStorageBuffer() 3575 const bufferCollection& buffers, glw::GLuint program_id) in setupSharedStorageBuffers() 3684 bufferCollection buffers; 4013 void TextureCubeMapArraySamplingTest::bufferCollection::init(const glw::Functions& gl, const format… 5066 const bufferCollection& buffers, 5106 const bufferCollection& buffers,
|
/external/deqp/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 | 5766 bufferCollection buffers; in test() 5877 bool BufferTestBase::verifyBuffers(bufferCollection& buffers) in test() 5881 …for (bufferCollection::Vector::iterator it = buffers.m_vector.begin(), end = buffers.m_vector.end(… in test() 5884 bufferCollection::pair& pair = *it; in test() 6122 void BufferTestBase::prepareBuffers(bufferDescriptor::Vector& descriptors, bufferCollection& out_bu… in test() 6126 bufferCollection::pair pair; in test() 6145 BufferTestBase::bufferCollection::~bufferCollection() in test() 26377 bool XFBCaptureInactiveOutputVariableTest::verifyBuffers(bufferCollection& buffers) in test() 26381 bufferCollection::pair& pair = buffers.m_vector[1] /* xfb */; in test() 26783 bool XFBCaptureInactiveOutputComponentTest::verifyBuffers(bufferCollection& buffers) in test() [all …]
|