Searched refs:colorBuf (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 530 glu::Renderbuffer colorBuf (renderCtx); in iterate() local 546 gl.bindRenderbuffer(GL_RENDERBUFFER, *colorBuf); in iterate() 550 gl.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, *colorBuf); in iterate() 587 glu::Renderbuffer colorBuf (renderCtx); in iterate() local 608 gl.bindRenderbuffer(GL_RENDERBUFFER, *colorBuf); in iterate() 612 gl.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, *colorBuf); in iterate() 673 glu::Renderbuffer colorBuf (renderCtx); in iterate() local 699 gl.bindRenderbuffer(GL_RENDERBUFFER, *colorBuf); in iterate() 703 gl.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, *colorBuf); in iterate() 760 glu::Renderbuffer colorBuf (renderCtx); in iterate() local [all …]
|
D | es31fDrawTests.cpp | 815 deUint32 colorBuf = 0; in renderTo() local 869 ctx.genBuffers(1, &colorBuf); in renderTo() 870 ctx.bindBuffer(GL_ARRAY_BUFFER, colorBuf); in renderTo() 925 ctx.deleteBuffers(1, &colorBuf); in renderTo()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 684 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/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3425 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); in clearBufferiv() local 3428 IVec4 area = intersect(baseArea, getBufferRect(colorBuf)); in clearBufferiv() 3432 …rr::MultisamplePixelBufferAccess access = rr::getSubregion(colorBuf, area.x(), area.y(), area.z()… in clearBufferiv() 3475 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); in clearBufferfv() local 3478 IVec4 area = intersect(baseArea, getBufferRect(colorBuf)); in clearBufferfv() 3482 …rr::MultisamplePixelBufferAccess access = rr::getSubregion(colorBuf, area.x(), area.y(), area.z()… in clearBufferfv() 3525 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); in clearBufferuiv() local 3528 IVec4 area = intersect(baseArea, getBufferRect(colorBuf)); in clearBufferuiv() 3532 …rr::MultisamplePixelBufferAccess access = rr::getSubregion(colorBuf, area.x(), area.y(), area.z()… in clearBufferuiv()
|