Home | History | Annotate | Download | only in functional

Lines Matching refs:colorAttachment

2961 	de::MovePtr<glu::Renderbuffer>	colorAttachment;
2986 colorAttachment = de::MovePtr<glu::Renderbuffer>(new glu::Renderbuffer(renderCtx));
2989 glLog.glBindRenderbuffer(GL_RENDERBUFFER, **colorAttachment);
2994 glLog.glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, **colorAttachment);
3016 glLog.glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, **colorAttachment);