Home | History | Annotate | Download | only in simplereference

Lines Matching defs:fbo

270 	// + supported fbo configurations
733 Framebuffer* fbo = DE_NULL;
742 fbo = m_framebuffers.find(name);
743 if (!fbo)
745 fbo = new Framebuffer(name);
746 m_framebuffers.insert(fbo);
769 if (fbo)
771 m_framebuffers.acquireReference(fbo);
774 acquireFboAttachmentReference(fbo->getAttachment((Framebuffer::AttachmentPoint)point));
777 binding = fbo;