/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcRobustBufferAccessBehaviorTests.hpp | 58 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 D | glcRobustBufferAccessBehaviorTests.cpp | 123 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 D | gl4cBufferStorageTests.cpp | 117 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 D | gl4cMultiBindTests.cpp | 175 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 D | gl4cEnhancedLayoutsTests.cpp | 1783 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 D | gl4cEnhancedLayoutsTests.hpp | 182 void BindBase(glw::GLuint index) const; 198 static void BindBase(const glw::Functions& gl, glw::GLuint id, BUFFERS buffer, glw::GLuint index);
|