Searched refs:colorBuf (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fStencilTexturingTests.cpp | 533 glu::Renderbuffer colorBuf (renderCtx); in iterate() 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() 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() 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 (renderCt in iterate() [all...] |
H A D | es31fDrawTests.cpp | 819 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/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | InstancingTest.cpp | 742 GLBuffer colorBuf; 743 glBindBuffer(GL_ARRAY_BUFFER, colorBuf);
|
H A D | StateChangeTest.cpp | 947 GLBuffer colorBuf; in TEST_P() local 948 glBindBuffer(GL_ARRAY_BUFFER, colorBuf); in TEST_P()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A 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()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 3464 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); 3467 IVec4 area = intersect(baseArea, getBufferRect(colorBuf)); 3471 rr::MultisamplePixelBufferAccess access = rr::getSubregion(colorBuf, area.x(), area.y(), area.z(), area.w()); 3514 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); 3517 IVec4 area = intersect(baseArea, getBufferRect(colorBuf)); 3521 rr::MultisamplePixelBufferAccess access = rr::getSubregion(colorBuf, area.x(), area.y(), area.z(), area.w()); 3564 rr::MultisamplePixelBufferAccess colorBuf = getDrawColorbuffer(); 3567 IVec4 area = intersect(baseArea, getBufferRect(colorBuf)); 3571 rr::MultisamplePixelBufferAccess access = rr::getSubregion(colorBuf, area.x(), area.y(), area.z(), area.w());
|
Completed in 21 milliseconds