Home | History | Annotate | Download | only in functional

Lines Matching refs:colorAttachment

2948 	de::MovePtr<glu::Renderbuffer> 	colorAttachment;
2973 colorAttachment = de::MovePtr<glu::Renderbuffer>(new glu::Renderbuffer(renderCtx));
2976 glLog.glBindRenderbuffer(GL_RENDERBUFFER, **colorAttachment);
2981 glLog.glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, **colorAttachment);
3003 glLog.glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, **colorAttachment);