Lines Matching full:fbos
435 // Set wrap mode to clamp for NPOT FBOs
842 : FboRenderCase (context, (string(npot ? "mix_npot_" : "mix_") + config.getName()).c_str(), "Use two fbos as sources in draw operation", config)
2004 deUint32 fbos[] = { 0, 0 };
2007 ctx.genFramebuffers(2, &fbos[0]);
2010 for (int fboNdx = 0; fboNdx < DE_LENGTH_OF_ARRAY(fbos); fboNdx++)
2020 ctx.bindFramebuffer(GL_FRAMEBUFFER, fbos[fboNdx]);
2045 ctx.bindFramebuffer(GL_FRAMEBUFFER, fbos[0]);
2049 ctx.bindFramebuffer(GL_FRAMEBUFFER, fbos[1]);