Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcFramebufferBlitTests.cpp673 result &= attachBufferToFramebuffer(GL_DRAW_FRAMEBUFFER, attachment, type, buf); in clearColorBuffer()
674 result &= attachBufferToFramebuffer(GL_READ_FRAMEBUFFER, attachment, type, buf); in clearColorBuffer()
750 result &= attachBufferToFramebuffer(GL_DRAW_FRAMEBUFFER, attachment, type, 0); in clearColorBuffer()
751 result &= attachBufferToFramebuffer(GL_READ_FRAMEBUFFER, attachment, type, 0); in clearColorBuffer()
770 bool FramebufferBlitBaseTestCase::attachBufferToFramebuffer(GLenum target, GLenum attachment, GLenu… in attachBufferToFramebuffer() function in glcts::FramebufferBlitBaseTestCase
959 result &= attachBufferToFramebuffer(GL_DRAW_FRAMEBUFFER, attachment, type, buf); in clearDepthBuffer()
960 result &= attachBufferToFramebuffer(GL_READ_FRAMEBUFFER, attachment, type, buf); in clearDepthBuffer()
1503 result &= attachBufferToFramebuffer(GL_DRAW_FRAMEBUFFER, attachment, type, buf); in clearStencilBuffer()
1504 result &= attachBufferToFramebuffer(GL_READ_FRAMEBUFFER, attachment, type, buf); in clearStencilBuffer()
2016 … result &= attachBufferToFramebuffer(GL_READ_FRAMEBUFFER, attachment, GL_TEXTURE_2D_MULTISAMPLE, in testColorBlitConfig()
[all …]
DglcFramebufferBlitTests.hpp161 …bool attachBufferToFramebuffer(const glw::GLenum, const glw::GLenum, const glw::GLenum, const glw:…