Home
last modified time | relevance | path

Searched refs:glDrawBuffers (Results 1 – 25 of 91) sorted by relevance

1234

/external/angle/src/tests/gl_tests/
DClearTest.cpp740 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
815 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
845 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
874 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
980 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
1069 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
1128 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
1195 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
1270 glDrawBuffers(kAttachmentCount, drawBuffers); in TEST_P()
1303 glDrawBuffers(2, drawBuffers); in TEST_P()
[all …]
DFramebufferFetchTest.cpp413 glDrawBuffers(kMaxColorBuffer, &colorAttachments[0]); in MultipleRenderTargetTest()
467 glDrawBuffers(kMaxColorBuffer, &colorAttachments[0]); in MultipleRenderTargetArrayTest()
710 glDrawBuffers(kMaxColorBuffer, &colorAttachments[0]); in DrawNonFetchDrawFetchWithDifferentAttachmentsTest()
752 glDrawBuffers(kMaxColorBuffer, &colorAttachments[0]); in DrawNonFetchDrawFetchWithDifferentAttachmentsTest()
828 glDrawBuffers(kMaxColorBuffer, &colorAttachments[0]); in DrawNonFetchDrawFetchWithDifferentProgramsTest()
906 glDrawBuffers(kMaxColorBuffer, &colorAttachments[0]); in DrawFetchBlitDrawFetchTest()
1509 glDrawBuffers(kMaxColorBuffer, &colorAttachments[0]); in TEST_P()
DDrawBuffersTest.cpp44 glDrawBuffers(n, drawBufs); in setDrawBuffers()
778 glDrawBuffers(4, bufs);
818 glDrawBuffers(4, bufs);
DBlendIntegerTest.cpp167 glDrawBuffers(4, drawBuffers); in runTestMRT()
DFramebufferMultiviewTest.cpp111 glDrawBuffers(numColorAttachments, drawBuffers.data()); in initializeFBOs()
135 glDrawBuffers(numColorAttachments, drawBuffers.data()); in initializeFBOs()
DFramebufferTest.cpp1091 glDrawBuffers(kDrawBufferCount, allBufs); in TEST_P()
1543 glDrawBuffers(2, drawBuffers); in TEST_P()
1653 glDrawBuffers(2, kDrawBuffers); in TEST_P()
1734 glDrawBuffers(2, kDrawBuffers); in TEST_P()
1866 glDrawBuffers(2, kDrawBuffers); in TEST_P()
2142 glDrawBuffers(4, bufs); in TEST_P()
2228 glDrawBuffers(0, nullptr); in TEST_P()
2233 glDrawBuffers(1, &drawBuffs); in TEST_P()
2954 glDrawBuffers(1, &kOneDrawBuf); in TEST_P()
DWebGLCompatibilityTest.cpp2020 glDrawBuffers(2, drawbuffers); in TEST_P()
2897 glDrawBuffers(2, drawBuffers.data()); in drawBuffersFeedbackLoop()
3462 glDrawBuffers(2, drawbuffers); in TEST_P()
3488 glDrawBuffers(1, drawbuffers); in TEST_P()
3492 glDrawBuffers(2, drawbuffers); in TEST_P()
4466 glDrawBuffers(maxDrawBuffers, drawBuffers.data()); in TEST_P()
4648 glDrawBuffers(numBuffers, buffers); in TEST_P()
DMultisampledRenderToTextureTest.cpp2838 glDrawBuffers(2, kDrawBuffers); in colorAttachment1Common()
2936 glDrawBuffers(4, kDrawBuffers); in colorAttachments0And3Common()
3115 glDrawBuffers(2, kDrawBuffers); in TEST_P()
3190 glDrawBuffers(2, kDrawBuffers); in blitFramebufferAttachment1Common()
3598 glDrawBuffers(maxDrawBuffers, kDrawBuffers); in drawCopyThenBlendAllAttachmentsMixed()
3808 glDrawBuffers(2, kDrawBuffers); in renderbufferUnresolveColorAndDepthStencilThenTwoColors()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Degl_environment.cc140 glDrawBuffers(1, draw_buffers); in ForceSyncTurning()
/external/deqp/framework/egl/
DegluStaticES30Library.inl70 { "glDrawBuffers", (deFunctionPtr)glDrawBuffers },
DegluStaticES31Library.inl79 { "glDrawBuffers", (deFunctionPtr)glDrawBuffers },
DegluStaticES32Library.inl90 { "glDrawBuffers", (deFunctionPtr)glDrawBuffers },
/external/angle/samples/multiple_draw_buffers/
DMultipleDrawBuffers.cpp43 mDrawBuffers = glDrawBuffers; in initialize()
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.def208 glDrawBuffers @225
DlibGLESv2.lds164 glDrawBuffers;
/external/deqp/modules/gles3/functional/
Des3fNegativeBufferApiTests.cpp659 glDrawBuffers (2, &values[2]); in init()
665 glDrawBuffers (2, &values[0]); in init()
671 glDrawBuffers (1, &values[2]); in init()
677 glDrawBuffers (1, &values[1]); in init()
682 glDrawBuffers (-1, &values[1]); in init()
684 glDrawBuffers (maxDrawBuffers+1, &values[0]); in init()
/external/deqp/modules/gles31/functional/
Des31fNegativeBufferApiTests.cpp788 ctx.glDrawBuffers (2, &values[2]); in draw_buffers()
794 ctx.glDrawBuffers (1, &values[1]); in draw_buffers()
796 ctx.glDrawBuffers (4, &attachments[0]); in draw_buffers()
802 ctx.glDrawBuffers (2, &values[0]); in draw_buffers()
808 ctx.glDrawBuffers (1, &values[2]); in draw_buffers()
814 ctx.glDrawBuffers (1, &values[1]); in draw_buffers()
816 ctx.glDrawBuffers (4, &attachments[0]); in draw_buffers()
822 ctx.glDrawBuffers (-1, &values[1]); in draw_buffers()
824 ctx.glDrawBuffers (maxDrawBuffers+1, &values[0]); in draw_buffers()
Des31fNegativeAdvancedBlendEquationTests.cpp255 ctx.glDrawBuffers(2, attachments); in attachment_advanced_equation()
/external/mesa3d/src/mapi/es2api/
Dgles2-symbols.txt87 glDrawBuffers
/external/angle/samples/multiview/
DMultiview.cpp103 glDrawBuffers(1, &drawBuffer); in initialize()
/external/mesa3d/docs/relnotes/
D10.0.4.rst56 - mesa: Generate correct error code in glDrawBuffers()
D10.2.7.rst55 glDrawBuffers(0, NULL) segfaults in \_mesa_drawbuffers
/external/virglrenderer/src/
Dvrend_blitter.c754 glDrawBuffers(1, &buffers); in vrend_renderer_blit_gl()
789 glDrawBuffers(1, &buffers); in vrend_renderer_blit_gl()
Dvrend_formats.c521 glDrawBuffers(1, &buffers); in vrend_add_formats()
526 glDrawBuffers(1, &buffers); in vrend_add_formats()
/external/deqp/framework/opengl/wrapper/
DglwInitES30Direct.inl70 gl->drawBuffers = &glDrawBuffers;

1234