Home
last modified time | relevance | path

Searched refs:colorBuf (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp533 glu::Renderbuffer colorBuf (renderCtx); in iterate() local
549 gl.bindRenderbuffer(GL_RENDERBUFFER, *colorBuf); in iterate()
553 gl.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, *colorBuf); in iterate()
590 glu::Renderbuffer colorBuf (renderCtx); in iterate() local
611 gl.bindRenderbuffer(GL_RENDERBUFFER, *colorBuf); in iterate()
615 gl.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, *colorBuf); in iterate()
676 glu::Renderbuffer colorBuf (renderCtx); in iterate() local
702 gl.bindRenderbuffer(GL_RENDERBUFFER, *colorBuf); in iterate()
706 gl.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, *colorBuf); in iterate()
763 glu::Renderbuffer colorBuf (renderCtx); in iterate() local
[all …]
Des31fDrawTests.cpp819 deUint32 colorBuf = 0; in renderTo() local
873 ctx.genBuffers(1, &colorBuf); in renderTo()
874 ctx.bindBuffer(GL_ARRAY_BUFFER, colorBuf); in renderTo()
929 ctx.deleteBuffers(1, &colorBuf); in renderTo()
/external/deqp/modules/gles3/functional/
Des3fDrawTests.cpp684 deUint32 colorBuf = 0; in renderTo() local
734 ctx.genBuffers(1, &colorBuf); in renderTo()
735 ctx.bindBuffer(GL_ARRAY_BUFFER, colorBuf); in renderTo()
762 ctx.deleteBuffers(1, &colorBuf); in renderTo()
/external/angle/src/tests/gl_tests/
DInstancingTest.cpp750 GLBuffer colorBuf; in TEST_P() local
751 glBindBuffer(GL_ARRAY_BUFFER, colorBuf); in TEST_P()
DStateChangeTest.cpp947 GLBuffer colorBuf; in TEST_P() local
948 glBindBuffer(GL_ARRAY_BUFFER, colorBuf); in TEST_P()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3443 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); in clearBufferiv() local
3446 IVec4 area = intersect(baseArea, getBufferRect(colorBuf)); in clearBufferiv()
3450 …rr::MultisamplePixelBufferAccess access = rr::getSubregion(colorBuf, area.x(), area.y(), area.z()… in clearBufferiv()
3493 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); in clearBufferfv() local
3496 IVec4 area = intersect(baseArea, getBufferRect(colorBuf)); in clearBufferfv()
3500 …rr::MultisamplePixelBufferAccess access = rr::getSubregion(colorBuf, area.x(), area.y(), area.z()… in clearBufferfv()
3543 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); in clearBufferuiv() local
3546 IVec4 area = intersect(baseArea, getBufferRect(colorBuf)); in clearBufferuiv()
3550 …rr::MultisamplePixelBufferAccess access = rr::getSubregion(colorBuf, area.x(), area.y(), area.z()… in clearBufferuiv()