Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:colorAttachment

339         const unsigned int colorAttachment = (attachment - GL_COLOR_ATTACHMENT0_EXT);
341 if (colorAttachment >= context->getMaximumRenderTargets())
532 for (unsigned int colorAttachment = 0; colorAttachment < gl::IMPLEMENTATION_MAX_DRAW_BUFFERS; colorAttachment++)
534 if (drawFramebuffer->isEnabledColorAttachment(colorAttachment))
536 if (drawFramebuffer->getColorbufferType(colorAttachment) != GL_TEXTURE_2D &&
537 drawFramebuffer->getColorbufferType(colorAttachment) != GL_RENDERBUFFER)
542 if (drawFramebuffer->getColorbuffer(colorAttachment)->getActualFormat() != readColorBuffer->getActualFormat())
1053 unsigned int colorAttachment = (pname - GL_DRAW_BUFFER0);
1055 if (colorAttachment >= context->getMaximumRenderTargets())