Home
last modified time | relevance | path

Searched refs:GL_FRAMEBUFFER (Results 201 – 225 of 2517) sorted by relevance

12345678910>>...101

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.0/api/
H A Dclearbuffer-common.c49 glBindFramebuffer(GL_FRAMEBUFFER, fb); in generate_simple_fbo()
58 glFramebufferRenderbuffer(GL_FRAMEBUFFER, in generate_simple_fbo()
83 glFramebufferRenderbuffer(GL_FRAMEBUFFER, in generate_simple_fbo()
95 glFramebufferRenderbuffer(GL_FRAMEBUFFER, in generate_simple_fbo()
110 status = glCheckFramebufferStatus(GL_FRAMEBUFFER); in generate_simple_fbo()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_texture_multisample/
H A Dsample-position.c70 glBindFramebuffer(GL_FRAMEBUFFER, fbo); in draw_ms_triangle()
88 glBindFramebuffer(GL_FRAMEBUFFER, piglit_winsys_fbo); in read_samples()
119 glBindFramebuffer(GL_FRAMEBUFFER, fbo); in piglit_display()
243 glBindFramebuffer(GL_FRAMEBUFFER, fbo); in piglit_init()
244 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, in piglit_init()
250 if (glCheckFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE) in piglit_init()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/api/org/webrtc/
H A DGlTextureFrameBuffer.java79 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, frameBufferId); in setSize()
81 GLES20.GL_FRAMEBUFFER, GLES20.GL_COLOR_ATTACHMENT0, GLES20.GL_TEXTURE_2D, textureId, 0); in setSize()
84 final int status = GLES20.glCheckFramebufferStatus(GLES20.GL_FRAMEBUFFER); in setSize()
89 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, 0); in setSize()
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/api/org/webrtc/
H A DGlTextureFrameBuffer.java79 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, frameBufferId); in setSize()
81 GLES20.GL_FRAMEBUFFER, GLES20.GL_COLOR_ATTACHMENT0, GLES20.GL_TEXTURE_2D, textureId, 0); in setSize()
84 final int status = GLES20.glCheckFramebufferStatus(GLES20.GL_FRAMEBUFFER); in setSize()
89 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, 0); in setSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/api/org/webrtc/
H A DGlTextureFrameBuffer.java79 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, frameBufferId); in setSize()
81 GLES20.GL_FRAMEBUFFER, GLES20.GL_COLOR_ATTACHMENT0, GLES20.GL_TEXTURE_2D, textureId, 0); in setSize()
84 final int status = GLES20.glCheckFramebufferStatus(GLES20.GL_FRAMEBUFFER); in setSize()
89 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, 0); in setSize()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/api/org/webrtc/
H A DGlTextureFrameBuffer.java79 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, frameBufferId); in setSize()
81 GLES20.GL_FRAMEBUFFER, GLES20.GL_COLOR_ATTACHMENT0, GLES20.GL_TEXTURE_2D, textureId, 0); in setSize()
84 final int status = GLES20.glCheckFramebufferStatus(GLES20.GL_FRAMEBUFFER); in setSize()
89 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, 0); in setSize()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/sdk/android/api/org/webrtc/
H A DGlTextureFrameBuffer.java79 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, frameBufferId); in setSize()
81 GLES20.GL_FRAMEBUFFER, GLES20.GL_COLOR_ATTACHMENT0, GLES20.GL_TEXTURE_2D, textureId, 0); in setSize()
84 final int status = GLES20.glCheckFramebufferStatus(GLES20.GL_FRAMEBUFFER); in setSize()
89 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, 0); in setSize()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/sdk/android/api/org/webrtc/
H A DGlTextureFrameBuffer.java79 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, frameBufferId); in setSize()
81 GLES20.GL_FRAMEBUFFER, GLES20.GL_COLOR_ATTACHMENT0, GLES20.GL_TEXTURE_2D, textureId, 0); in setSize()
84 final int status = GLES20.glCheckFramebufferStatus(GLES20.GL_FRAMEBUFFER); in setSize()
89 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, 0); in setSize()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/
H A DGlTextureFrameBuffer.java79 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, frameBufferId); in setSize()
81 GLES20.GL_FRAMEBUFFER, GLES20.GL_COLOR_ATTACHMENT0, GLES20.GL_TEXTURE_2D, textureId, 0); in setSize()
84 final int status = GLES20.glCheckFramebufferStatus(GLES20.GL_FRAMEBUFFER); in setSize()
89 GLES20.glBindFramebuffer(GLES20.GL_FRAMEBUFFER, 0); in setSize()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_framebuffer_object/
H A Dsame-attachment-glFramebufferTexture2D-GL_DEPTH_STENCIL_ATTACHMENT.c53 glGetFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, in check_attachment()
70 glGetFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, in check_attachment()
82 glGetFramebufferAttachmentParameteriv(GL_FRAMEBUFFER, in check_attachment()
119 glBindFramebuffer(GL_FRAMEBUFFER, fb); in piglit_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/tests/
H A Dgl_ext_window_rectangles_unittest.cc38 glBindFramebuffer(GL_FRAMEBUFFER, fbo); in SetupFramebuffer()
44 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, in SetupFramebuffer()
46 GLenum status = glCheckFramebufferStatus(GL_FRAMEBUFFER); in SetupFramebuffer()
321 glBindFramebuffer(GL_FRAMEBUFFER, test_fbo); in TEST_F()
327 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, in TEST_F()
329 GLenum status = glCheckFramebufferStatus(GL_FRAMEBUFFER); in TEST_F()
334 glBindFramebuffer(GL_FRAMEBUFFER, test_fbo); in TEST_F()
347 glBindFramebuffer(GL_FRAMEBUFFER, main_fbo); in TEST_F()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/EAGL/
H A DOgreEAGLES2Context.mm98 OGRE_CHECK_GL_ERROR(glBindFramebuffer(GL_FRAMEBUFFER, mViewFramebuffer));
112 …OGRE_CHECK_GL_ERROR(glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFE…
124 OGRE_CHECK_GL_ERROR(glBindFramebuffer(GL_FRAMEBUFFER, mFSAAFramebuffer));
131 …OGRE_CHECK_GL_ERROR(glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFE…
137 …OGRE_CHECK_GL_ERROR(glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_RENDERBUFFER…
140 if(glCheckFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE)
155 …OGRE_CHECK_GL_ERROR(glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_RENDERBUFFER…
158 OGRE_CHECK_GL_ERROR(glBindFramebuffer(GL_FRAMEBUFFER, mViewFramebuffer));
159 if(glCheckFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DReadPixelsTest.cpp93 glBindFramebuffer(GL_FRAMEBUFFER, mFBO); in Reset()
95 glBindFramebuffer(GL_FRAMEBUFFER, 0); in Reset()
227 glBindFramebuffer(GL_FRAMEBUFFER, mFBO); in TEST_P()
278 glBindFramebuffer(GL_FRAMEBUFFER, mFBO); in Reset()
280 glBindFramebuffer(GL_FRAMEBUFFER, 0); in Reset()
557 glBindFramebuffer(GL_FRAMEBUFFER, mFBO); in testSetUp()
603 glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, mRBO); in TEST_P()
633 glBindFramebuffer(GL_FRAMEBUFFER, mFBO); in testSetUp()
856 glBindFramebuffer(GL_FRAMEBUFFER, mFBO); in testSetUp()
858 glBindFramebuffer(GL_FRAMEBUFFER, 0); in testSetUp()
[all …]
H A DObjectAllocationTest.cpp26 glBindFramebuffer(GL_FRAMEBUFFER, 1); in TEST_P()
39 glBindFramebuffer(GL_FRAMEBUFFER, 1); in TEST_P()
42 glBindFramebuffer(GL_FRAMEBUFFER, 2); in TEST_P()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_framebuffer_multisample/
H A Dalpha-blending.c69 glBindFramebufferEXT(GL_FRAMEBUFFER, framebuffer); in piglit_init()
72 glFramebufferRenderbufferEXT(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, renderbuffer); in piglit_init()
93 glBindFramebufferEXT(GL_FRAMEBUFFER,framebuffer); in piglit_display()
116 glBindFramebuffer(GL_FRAMEBUFFER, piglit_winsys_fbo); in piglit_display()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_mutualglobal/
H A Dalignset.cpp324 glBindFramebuffer(GL_FRAMEBUFFER, depthFB); in ProjectedImageChanged()
328 glBindFramebuffer(GL_FRAMEBUFFER, 0); in ProjectedImageChanged()
372 glBindFramebuffer(GL_FRAMEBUFFER, depthFB); in ProjectedMultiImageChanged()
377 glBindFramebuffer(GL_FRAMEBUFFER, 0); in ProjectedMultiImageChanged()
409 glBindFramebuffer(GL_FRAMEBUFFER, 0); in ProjectedMultiImageChanged()
441 glBindFramebuffer(GL_FRAMEBUFFER, 0); in ProjectedMultiImageChanged()
458 glBindFramebuffer(GL_FRAMEBUFFER, depthFB); in RenderShadowMap()
544 glBindFramebuffer(GL_FRAMEBUFFER, 0); in RenderShadowMap()
650 glBindFramebuffer(GL_FRAMEBUFFER, 0); in RenderMultiShadowMap()
747 glBindFramebuffer(GL_FRAMEBUFFER, 0); in RenderMultiShadowMap()
[all …]
/dports/benchmarks/glmark2/glmark2-2021.12/src/scene-terrain/
H A Dbase-renderer.cpp67 GLExtensions::BindFramebuffer(GL_FRAMEBUFFER, fbo_);
157 GLExtensions::BindFramebuffer(GL_FRAMEBUFFER, fbo_);
158 GLExtensions::FramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0,
161 GLExtensions::FramebufferRenderbuffer(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT,
165 GLExtensions::BindFramebuffer(GL_FRAMEBUFFER, prev_fbo);
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_gpu_shader5/
H A DinterpolateAtSample-different.c103 glBindFramebuffer(GL_FRAMEBUFFER, *fbo); in create_framebuffer()
115 glFramebufferRenderbuffer(GL_FRAMEBUFFER, in create_framebuffer()
120 status = glCheckFramebufferStatus(GL_FRAMEBUFFER); in create_framebuffer()
196 glBindFramebuffer(GL_FRAMEBUFFER, ms_fbo); in piglit_init()
212 glBindFramebuffer(GL_FRAMEBUFFER, ss_fbo); in piglit_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fMultisampleShaderRenderCase.cpp192 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo); in init()
196 if (gl.checkFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE) in init()
230 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo); in init()
257 gl.bindFramebuffer(GL_FRAMEBUFFER, m_resolveFbo); in init()
475 gl.bindFramebuffer(GL_FRAMEBUFFER, m_fbo); in drawOneIteration()
514 gl.bindFramebuffer(GL_FRAMEBUFFER, 0); in drawOneIteration()
551 gl.bindFramebuffer(GL_FRAMEBUFFER, 0); in drawOneIteration()
590 gl.bindFramebuffer(GL_FRAMEBUFFER, m_resolveFbo); in drawOneIteration()
602 gl.bindFramebuffer(GL_FRAMEBUFFER, 0); in drawOneIteration()
644 gl.bindFramebuffer(GL_FRAMEBUFFER, m_resolveFbo); in drawOneIteration()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DObjectAllocationTest.cpp26 glBindFramebuffer(GL_FRAMEBUFFER, 1); in TEST_P()
39 glBindFramebuffer(GL_FRAMEBUFFER, 1); in TEST_P()
42 glBindFramebuffer(GL_FRAMEBUFFER, 2); in TEST_P()
/dports/games/dreamchess/dreamchess-0.3.0/dreamchess/src/gui/
H A Dui_sdlgl.c205 glBindFramebuffer(GL_FRAMEBUFFER, screen_fb); in init_screen_fbo_ms()
209 glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, screen_color_rb); in init_screen_fbo_ms()
215 if (glCheckFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE) { in init_screen_fbo_ms()
222 glBindFramebuffer(GL_FRAMEBUFFER, screen_temp_fb); in init_screen_temp_fbo()
226 …glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER, screen_temp_color… in init_screen_temp_fbo()
228 if (glCheckFramebufferStatus(GL_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE) { in init_screen_temp_fbo()
244 glBindFramebuffer(GL_FRAMEBUFFER, screen_fb); in init_screen_fbo()
283 glBindFramebuffer(GL_FRAMEBUFFER, screen_fb); in blit_fbo()
460 glBindFramebuffer(GL_FRAMEBUFFER, 0); in resize()
462 glBindFramebuffer(GL_FRAMEBUFFER, screen_temp_fb); in resize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cPostDepthCoverageTests.cpp224 gl.bindFramebuffer(GL_FRAMEBUFFER, 0); in deinit()
307 gl.bindFramebuffer(GL_FRAMEBUFFER, m_framebufferMS); in init()
308 …gl.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D_MULTISAMPLE, m_texture… in init()
309 …gl.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, GL_RENDERBUFFER, m_depthStencilRen… in init()
310 …gl.framebufferRenderbuffer(GL_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, GL_RENDERBUFFER, m_depthStencilR… in init()
317 gl.bindFramebuffer(GL_FRAMEBUFFER, m_framebuffer); in init()
318 gl.framebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, m_texture, 0); in init()
414 gl.bindFramebuffer(GL_FRAMEBUFFER, m_framebufferMS); in iterate()
469 gl.bindFramebuffer(GL_FRAMEBUFFER, 0); in iterate()
473 gl.bindFramebuffer(GL_FRAMEBUFFER, m_framebuffer); in iterate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/gpu/
H A Ddrawing_buffer.cc380 gl_->BindFramebuffer(GL_FRAMEBUFFER, fbo_); in FinishPrepareTransferableResourceSoftware()
823 gl_->BindFramebuffer(GL_FRAMEBUFFER, fbo_); in Initialize()
1107 gl_->BindFramebuffer(GL_FRAMEBUFFER, in ResizeDefaultFramebuffer()
1140 gl_->BindFramebuffer(GL_FRAMEBUFFER, fbo_); in ResizeDefaultFramebuffer()
1156 gl_->BindFramebuffer(GL_FRAMEBUFFER, fbo_); in ClearFramebuffersInternal()
1161 gl_->BindFramebuffer(GL_FRAMEBUFFER, in ClearFramebuffersInternal()
1247 gl_->BindFramebuffer(GL_FRAMEBUFFER, fbo_); in ResolveAndBindForReadAndDraw()
1279 gl_->BindFramebuffer(GL_FRAMEBUFFER, fbo_); in ResolveMultisampleFramebufferInternal()
1423 gl_->BindFramebuffer(GL_FRAMEBUFFER, fbo); in PaintRenderingResultsToDataArray()
1668 gl_->BindFramebuffer(GL_FRAMEBUFFER, fbo); in CreateColorBuffer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsLifetimeTests.cpp228 gl.bindFramebuffer(GL_FRAMEBUFFER, 0); in setupFbo()
238 gl.bindFramebuffer(GL_FRAMEBUFFER, fbo), in drawFbo()
246 gl.bindFramebuffer(GL_FRAMEBUFFER, 0), in drawFbo()
253 gl.bindFramebuffer(GL_FRAMEBUFFER, fbo); in getFboAttachment()
268 gl.bindFramebuffer(GL_FRAMEBUFFER, 0); in getFboAttachment()
333 glBindFramebuffer(GL_FRAMEBUFFER, fbo), in attach()
340 glBindFramebuffer(GL_FRAMEBUFFER, 0), in attach()
348 glBindFramebuffer(GL_FRAMEBUFFER, fbo), in detach()
354 glBindFramebuffer(GL_FRAMEBUFFER, 0), in detach()
547 glBindFramebuffer(GL_FRAMEBUFFER, 0), in attach()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/util/
H A Dqsgdepthstencilbuffer.cpp67 m_functions.glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, in attach()
69 m_functions.glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, in attach()
72 m_functions.glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_DEPTH_STENCIL_ATTACHMENT, in attach()
80 m_functions.glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, in detach()
82 m_functions.glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, in detach()
85 m_functions.glFramebufferRenderbuffer(GL_FRAMEBUFFER, GL_DEPTH_STENCIL_ATTACHMENT, in detach()

12345678910>>...101