Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DInstancingTest.cpp742 GLBuffer colorBuf; in TEST_P() local
743 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()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp3464 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); in clearBufferiv() local
3467 IVec4 area = intersect(baseArea, getBufferRect(colorBuf)); in clearBufferiv()
3471 …rr::MultisamplePixelBufferAccess access = rr::getSubregion(colorBuf, area.x(), area.y(), area.z()… in clearBufferiv()
3514 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); in clearBufferfv() local
3517 IVec4 area = intersect(baseArea, getBufferRect(colorBuf)); in clearBufferfv()
3521 …rr::MultisamplePixelBufferAccess access = rr::getSubregion(colorBuf, area.x(), area.y(), area.z()… in clearBufferfv()
3564 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); in clearBufferuiv() local
3567 IVec4 area = intersect(baseArea, getBufferRect(colorBuf)); in clearBufferuiv()
3571 …rr::MultisamplePixelBufferAccess access = rr::getSubregion(colorBuf, area.x(), area.y(), area.z()… in clearBufferuiv()