Home | History | Annotate | Download | only in d3d11

Lines Matching refs:colorAttachment

973     for (unsigned int colorAttachment = 0; colorAttachment < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAttachment++)
975 const GLenum drawBufferState = framebuffer->getDrawBufferState(colorAttachment);
977 if (framebuffer->getColorbufferType(colorAttachment) != GL_NONE && drawBufferState != GL_NONE)
980 ASSERT(drawBufferState == GL_BACK || drawBufferState == (GL_COLOR_ATTACHMENT0_EXT + colorAttachment));
982 gl::FramebufferAttachment *colorbuffer = framebuffer->getColorbuffer(colorAttachment);
998 renderTargetSerials[colorAttachment] = colorbuffer->getSerial();
1008 framebufferRTVs[colorAttachment] = renderTarget->getRenderTargetView();
1009 if (!framebufferRTVs[colorAttachment])
3222 for (unsigned int colorAttachment = 0; colorAttachment < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAttachment++)
3224 if (drawTarget->isEnabledColorAttachment(colorAttachment))
3226 gl::FramebufferAttachment *drawBuffer = drawTarget->getColorbuffer(colorAttachment);
3770 for (unsigned int colorAttachment = 0; colorAttachment < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAttachment++)
3772 colorAttachment);
3775 invalidateFBOAttachmentSwizzles(attachment, framebuffer->getColorbufferMipLevel(colorAttachment));