Home
last modified time | relevance | path

Searched refs:colorbuf (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsScissorTests.cpp503 const glu::Renderbuffer colorbuf (gl); in init() local
510 gl.bindRenderbuffer(GL_RENDERBUFFER, *colorbuf); in init()
512 gl.framebufferRenderbuffer(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, *colorbuf); in init()
615 const glu::Renderbuffer colorbuf (gl); in iterate() local
643 gl.bindRenderbuffer(GL_RENDERBUFFER, *colorbuf); in iterate()
645 gl.framebufferRenderbuffer(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, *colorbuf); in iterate()
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp1897 deUint32 colorbuf = fbo.getColorbuffer(); in render() local
1901 ctx.deleteTextures(1, &colorbuf); in render()
1902 ctx.bindTexture(GL_TEXTURE_2D, colorbuf); in render()
1907 ctx.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, colorbuf, 0); in render()
1911 ctx.deleteRenderbuffers(1, &colorbuf); in render()
1912 ctx.bindRenderbuffer(GL_RENDERBUFFER, colorbuf); in render()
1916 ctx.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, colorbuf); in render()