/external/deqp/external/openglcts/modules/gl/ |
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 ind… 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() 654 void Buffer::BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint ind… in BindBase() function in gl4cts::BufferStorage::Buffer 3071 Buffer::BindBase(gl, destination.m_id, GL_SHADER_STORAGE_BUFFER, destination_binding); in iterate() 3072 Buffer::BindBase(gl, source.m_id, GL_SHADER_STORAGE_BUFFER, source_binding); in iterate() 3246 Buffer::BindBase(gl, destination.m_id, GL_SHADER_STORAGE_BUFFER, destination_binding); in iterate() 3247 Buffer::BindBase(gl, source.m_id, GL_SHADER_STORAGE_BUFFER, source_binding); in iterate() 3570 Buffer::BindBase(gl, atom.m_id, GL_ATOMIC_COUNTER_BUFFER, atom_binding); in iterate() [all …]
|
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 ind… 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 ind… in BindBase() function in gl4cts::MultiBind::Buffer 3448 ssb_buffer.BindBase(0); in iterate() 3616 ssb_buffer.BindBase(0); in iterate() 3804 ssb_buffer.BindBase(0); in iterate() 4053 ssb_buffer.BindBase(0); in iterate() 4268 ssb_buffer.BindBase(0); in iterate()
|
D | gl4cEnhancedLayoutsTests.cpp | 1724 void Buffer::BindBase(GLuint index) const in BindBase() function in gl4cts::EnhancedLayouts::Utils::Buffer 1728 BindBase(gl, m_id, m_buffer, index); in BindBase() 1813 void Buffer::BindBase(const Functions& gl, GLuint id, BUFFERS buffer, GLuint index) in BindBase() function in gl4cts::EnhancedLayouts::Utils::Buffer 5883 Utils::Buffer::BindBase(gl, 0, Utils::Buffer::Uniform, i); in test() 5888 Utils::Buffer::BindBase(gl, 0, Utils::Buffer::Transform_feedback, i); in test() 6054 buffer.BindBase(desc.m_index); in test() 6982 cs_buffer.BindBase(Utils::Shader::COMPUTE); in test() 7018 fs_buffer.BindBase(Utils::Shader::FRAGMENT); in test() 7019 gs_buffer.BindBase(Utils::Shader::GEOMETRY); in test() 7020 tcs_buffer.BindBase(Utils::Shader::TESS_CTRL); in test() [all …]
|
D | gl4cEnhancedLayoutsTests.hpp | 179 void BindBase(glw::GLuint index) const; 195 static void BindBase(const glw::Functions& gl, glw::GLuint id, BUFFERS buffer, glw::GLuint index);
|
/external/deqp/external/openglcts/modules/common/ |
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 ind…
|
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 ind… in BindBase() function in glcts::RobustBufferAccessBehavior::Buffer 3243 destination_buffer.BindBase(0); in iterate() 3244 source_buffer.BindBase(1); in iterate() 3514 destination_buffer.BindBase(0); in iterate() 3515 source_buffer.BindBase(0); in iterate()
|