Home
last modified time | relevance | path

Searched refs:m_color_attachment_invalid (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp4783 , m_color_attachment_invalid(0) in RenderbufferAttachmentErrorsTest()
4825 …gl.namedFramebufferRenderbuffer(m_fbo_valid, m_color_attachment_invalid, GL_RENDERBUFFER, m_rbo_va… in iterate()
4905 m_color_attachment_invalid = GL_COLOR_ATTACHMENT0 + max_color_attachments; in PrepareObjects()
4999 m_color_attachment_invalid = 0; in Clean()
5024 , m_color_attachment_invalid(0) in TextureAttachmentErrorsTest()
5072 gl.namedFramebufferTexture(m_fbo_valid, m_color_attachment_invalid, m_to_valid, 0); in iterate()
5106 gl.namedFramebufferTextureLayer(m_fbo_valid, m_color_attachment_invalid, m_to_array_valid, 0, 0); in iterate()
5258 m_color_attachment_invalid = GL_COLOR_ATTACHMENT0 + max_color_attachments; in PrepareObjects()
5819 , m_color_attachment_invalid(0) in InvalidateDataAndSubDataErrorsTest()
5873 gl.invalidateNamedFramebufferData(m_fbo_valid, 1, &m_color_attachment_invalid); in iterate()
[all …]
Dgl4cDirectStateAccessTests.hpp3060 glw::GLenum m_color_attachment_invalid; member in gl4cts::DirectStateAccess::Framebuffers::RenderbufferAttachmentErrorsTest
3136 glw::GLenum m_color_attachment_invalid; member in gl4cts::DirectStateAccess::Framebuffers::TextureAttachmentErrorsTest
3324 glw::GLenum m_color_attachment_invalid; member in gl4cts::DirectStateAccess::Framebuffers::InvalidateDataAndSubDataErrorsTest