Home
last modified time | relevance | path

Searched refs:BindBase (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcRobustBufferAccessBehaviorTests.hpp58 void BindBase(glw::GLuint index) const;
63 static void BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index);
H A DglcRobustBufferAccessBehaviorTests.cpp123 void Buffer::BindBase(glw::GLuint index) const in BindBase() function in glcts::RobustBufferAccessBehavior::Buffer
125 BindBase(m_gl, m_id, m_target, index); in BindBase()
147 void Buffer::BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index) in BindBase() function in glcts::RobustBufferAccessBehavior::Buffer
3238 destination_buffer.BindBase(0); in iterate()
3239 source_buffer.BindBase(1); in iterate()
3509 destination_buffer.BindBase(0); in iterate()
3510 source_buffer.BindBase(0); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cBufferStorageTests.cpp117 void BindBase(glw::GLuint index) const;
132 static void BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index);
564 void Buffer::BindBase(glw::GLuint index) const in BindBase() function in gl4cts::BufferStorage::Buffer
568 BindBase(gl, m_id, m_target, index); in BindBase()
653 void Buffer::BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index) in BindBase() function in gl4cts::BufferStorage::Buffer
3065 Buffer::BindBase(gl, destination.m_id, GL_SHADER_STORAGE_BUFFER, destination_binding); in iterate()
3066 Buffer::BindBase(gl, source.m_id, GL_SHADER_STORAGE_BUFFER, source_binding); in iterate()
3240 Buffer::BindBase(gl, destination.m_id, GL_SHADER_STORAGE_BUFFER, destination_binding); in iterate()
3241 Buffer::BindBase(gl, source.m_id, GL_SHADER_STORAGE_BUFFER, source_binding); in iterate()
3567 Buffer::BindBase(g in iterate()
[all...]
H A Dgl4cMultiBindTests.cpp175 void BindBase(glw::GLuint index) const;
181 static void BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index);
464 void Buffer::BindBase(glw::GLuint index) const in BindBase() function in gl4cts::MultiBind::Buffer
473 BindBase(gl, m_id, m_target, index); in BindBase()
495 void Buffer::BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index) in BindBase() function in gl4cts::MultiBind::Buffer
3444 ssb_buffer.BindBase(0); in iterate()
3612 ssb_buffer.BindBase(0); in iterate()
3807 ssb_buffer.BindBase(0); in iterate()
4063 ssb_buffer.BindBase(0); in iterate()
4278 ssb_buffer.BindBase( in iterate()
[all...]
H A Dgl4cEnhancedLayoutsTests.cpp1783 void Buffer::BindBase(GLuint index) const in BindBase() function in gl4cts::EnhancedLayouts::Utils::Buffer
1787 BindBase(gl, m_id, m_buffer, index); in BindBase()
1872 void Buffer::BindBase(const Functions& gl, GLuint id, BUFFERS buffer, GLuint index) in BindBase() function in gl4cts::EnhancedLayouts::Utils::Buffer
5932 Utils::Buffer::BindBase(gl, 0, Utils::Buffer::Uniform, i); in test()
5937 Utils::Buffer::BindBase(gl, 0, Utils::Buffer::Transform_feedback, i); in test()
6103 buffer.BindBase(desc.m_index); in test()
7062 cs_buffer.BindBase(Utils::Shader::COMPUTE); in test()
7098 fs_buffer.BindBase(Utils::Shader::FRAGMENT); in test()
7099 gs_buffer.BindBase(Utils::Shader::GEOMETRY); in test()
7100 tcs_buffer.BindBase(Util in test()
[all...]
H A Dgl4cEnhancedLayoutsTests.hpp182 void BindBase(glw::GLuint index) const;
198 static void BindBase(const glw::Functions& gl, glw::GLuint id, BUFFERS buffer, glw::GLuint index);

Completed in 36 milliseconds