Home | History | Annotate | Download | only in functional

Lines Matching refs:fbos

435 				// Set wrap mode to clamp for NPOT FBOs
852 : FboRenderCase (context, (string(npot ? "mix_npot_" : "mix_") + config.getName()).c_str(), "Use two fbos as sources in draw operation", config)
2026 deUint32 fbos[] = { 0, 0 };
2029 ctx.genFramebuffers(2, &fbos[0]);
2032 for (int fboNdx = 0; fboNdx < DE_LENGTH_OF_ARRAY(fbos); fboNdx++)
2042 ctx.bindFramebuffer(GL_FRAMEBUFFER, fbos[fboNdx]);
2067 ctx.bindFramebuffer(GL_FRAMEBUFFER, fbos[0]);
2071 ctx.bindFramebuffer(GL_FRAMEBUFFER, fbos[1]);