Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:colorAttachment

1935                 unsigned int colorAttachment = (attachment - GL_COLOR_ATTACHMENT0_EXT);
1936 framebuffer->setColorbuffer(colorAttachment, GL_RENDERBUFFER, renderbuffer, 0, 0);
1995 const unsigned int colorAttachment = (attachment - GL_COLOR_ATTACHMENT0_EXT);
1996 framebuffer->setColorbuffer(colorAttachment, textarget, texture, level, 0);
2735 const unsigned int colorAttachment = (attachment - GL_COLOR_ATTACHMENT0_EXT);
2736 attachmentType = framebuffer->getColorbufferType(colorAttachment);
2737 attachmentHandle = framebuffer->getColorbufferHandle(colorAttachment);
2738 attachmentLevel = framebuffer->getColorbufferMipLevel(colorAttachment);
2739 attachmentLayer = framebuffer->getColorbufferLayer(colorAttachment);
2740 attachmentObject = framebuffer->getColorbuffer(colorAttachment);
6830 const unsigned int colorAttachment = (attachment - GL_COLOR_ATTACHMENT0_EXT);
6831 framebuffer->setColorbuffer(colorAttachment, textarget, texture, level, layer);
9918 for (int colorAttachment = 0; colorAttachment < n; colorAttachment++)
9920 const GLenum attachment = GL_COLOR_ATTACHMENT0_EXT + colorAttachment;
9921 if (bufs[colorAttachment] != GL_NONE && bufs[colorAttachment] != attachment)
9930 for (int colorAttachment = 0; colorAttachment < n; colorAttachment++)
9932 framebuffer->setDrawBufferState(colorAttachment, bufs[colorAttachment]);
9935 for (int colorAttachment = n; colorAttachment < (int)context->getMaximumRenderTargets(); colorAttachment++)
9937 framebuffer->setDrawBufferState(colorAttachment, GL_NONE);