Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp337 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);
DesextcTextureCubeMapArraySampling.cpp3527 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/
Dgl4cEnhancedLayoutsTests.hpp1064 class bufferCollection class in gl4cts::EnhancedLayouts::BufferTestBase
1073 ~bufferCollection();
1097 virtual bool verifyBuffers(bufferCollection& buffers);
1103 void prepareBuffers(bufferDescriptor::Vector& descriptors, bufferCollection& out_buffers);
4459 virtual bool verifyBuffers(bufferCollection& buffers);
4532 virtual bool verifyBuffers(bufferCollection& buffers);
4592 virtual bool verifyBuffers(bufferCollection& buffers);
4655 virtual bool verifyBuffers(bufferCollection& buffers);
Dgl4cEnhancedLayoutsTests.cpp5670 bufferCollection buffers; in test()
5767 bool BufferTestBase::verifyBuffers(bufferCollection& buffers) in test()
5771 …for (bufferCollection::Vector::iterator it = buffers.m_vector.begin(), end = buffers.m_vector.end(… in test()
5774 bufferCollection::pair& pair = *it; in test()
6012 void BufferTestBase::prepareBuffers(bufferDescriptor::Vector& descriptors, bufferCollection& out_bu… in test()
6016 bufferCollection::pair pair; in test()
6035 BufferTestBase::bufferCollection::~bufferCollection() in test()
26118 bool XFBCaptureInactiveOutputVariableTest::verifyBuffers(bufferCollection& buffers) in test()
26122 bufferCollection::pair& pair = buffers.m_vector[1] /* xfb */; in test()
26524 bool XFBCaptureInactiveOutputComponentTest::verifyBuffers(bufferCollection& buffers) in test()
[all …]