Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:drawFramebuffer

459     gl::Framebuffer *drawFramebuffer = context->getDrawFramebuffer();
461 !drawFramebuffer || drawFramebuffer->completeness() != GL_FRAMEBUFFER_COMPLETE)
466 if (drawFramebuffer->getSamples() != 0)
478 gl::FramebufferAttachment *drawColorBuffer = drawFramebuffer->getFirstColorbuffer();
487 if (drawFramebuffer->isEnabledColorAttachment(i))
489 GLenum drawInternalFormat = drawFramebuffer->getColorbuffer(i)->getActualFormat();
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())
561 gl::FramebufferAttachment *drawDepthBuffer = drawFramebuffer->getDepthbuffer();
595 gl::FramebufferAttachment *drawStencilBuffer = drawFramebuffer->getStencilbuffer();