Home | History | Annotate | Download | only in libGLESv2

Lines Matching defs:source

771 		es2::Renderbuffer *source = framebuffer->getReadColorbuffer();
773 if(context->getReadFramebufferName() != 0 && (!source || source->getSamples() > 1))
778 GLenum colorbufferFormat = source->getFormat();
1446 ERR("Blits with the same source and destination framebuffer are not supported by this implementation.");