Home
last modified time | relevance | path

Searched refs:BindFramebuffer (Results 1 – 25 of 89) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DNativeSwapChainImplGL.cpp40 gl.BindFramebuffer(GL_READ_FRAMEBUFFER, mBackFBO); in Init()
73 gl.BindFramebuffer(GL_READ_FRAMEBUFFER, mBackFBO); in Present()
74 gl.BindFramebuffer(GL_DRAW_FRAMEBUFFER, 0); in Present()
DCommandBufferGL.cpp301 gl.BindFramebuffer(GL_READ_FRAMEBUFFER, readFbo); in ResolveMultisampledRenderTargets()
310 gl.BindFramebuffer(GL_DRAW_FRAMEBUFFER, writeFbo); in ResolveMultisampledRenderTargets()
456 gl.BindFramebuffer(GL_READ_FRAMEBUFFER, readFBO); in Execute()
579 gl.BindFramebuffer(GL_READ_FRAMEBUFFER, 0); in ExecuteRenderPass()
584 gl.BindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo); in ExecuteRenderPass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DNativeSwapChainImplGL.cpp40 gl.BindFramebuffer(GL_READ_FRAMEBUFFER, mBackFBO); in Init()
73 gl.BindFramebuffer(GL_READ_FRAMEBUFFER, mBackFBO); in Present()
74 gl.BindFramebuffer(GL_DRAW_FRAMEBUFFER, 0); in Present()
DTextureGL.cpp251 gl.BindFramebuffer(GL_DRAW_FRAMEBUFFER, framebuffer); in ClearTexture()
376 gl.BindFramebuffer(GL_DRAW_FRAMEBUFFER, framebuffer); in ClearTexture()
443 gl.BindFramebuffer(GL_DRAW_FRAMEBUFFER, 0); in ClearTexture()
DCommandBufferGL.cpp419 gl.BindFramebuffer(GL_READ_FRAMEBUFFER, readFbo); in ResolveMultisampledRenderTargets()
428 gl.BindFramebuffer(GL_DRAW_FRAMEBUFFER, writeFbo); in ResolveMultisampledRenderTargets()
485 gl.BindFramebuffer(GL_READ_FRAMEBUFFER, readFBO); in CopyTextureToTextureWithBlit()
486 gl.BindFramebuffer(GL_DRAW_FRAMEBUFFER, drawFBO); in CopyTextureToTextureWithBlit()
713 gl.BindFramebuffer(GL_READ_FRAMEBUFFER, readFBO); in Execute()
980 gl.BindFramebuffer(GL_READ_FRAMEBUFFER, 0); in ExecuteRenderPass()
985 gl.BindFramebuffer(GL_DRAW_FRAMEBUFFER, fbo); in ExecuteRenderPass()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.c398 gl->BindFramebuffer (GL_FRAMEBUFFER, fbo); in gst_gl_memory_read_pixels()
423 gl->BindFramebuffer (GL_FRAMEBUFFER, 0); in gst_gl_memory_read_pixels()
435 gl->BindFramebuffer (GL_FRAMEBUFFER, 0); in gst_gl_memory_read_pixels()
704 gl->BindFramebuffer (GL_FRAMEBUFFER, fbo[0]); in gst_gl_memory_copy_teximage()
720 gl->BindFramebuffer (GL_FRAMEBUFFER, 0); in gst_gl_memory_copy_teximage()
734 gl->BindFramebuffer (GL_READ_FRAMEBUFFER, fbo[0]); in gst_gl_memory_copy_teximage()
742 gl->BindFramebuffer (GL_DRAW_FRAMEBUFFER, fbo[1]); in gst_gl_memory_copy_teximage()
763 gl->BindFramebuffer (GL_DRAW_FRAMEBUFFER, 0); in gst_gl_memory_copy_teximage()
764 gl->BindFramebuffer (GL_READ_FRAMEBUFFER, 0); in gst_gl_memory_copy_teximage()
780 gl->BindFramebuffer (GL_FRAMEBUFFER, 0); in gst_gl_memory_copy_teximage()
[all …]
Dgstglframebuffer.c339 gl->BindFramebuffer (GL_FRAMEBUFFER, fb->fbo_id); in gst_gl_framebuffer_bind()
359 gl->BindFramebuffer (GL_FRAMEBUFFER, 0); in gst_gl_context_clear_framebuffer()
/third_party/flutter/skia/tools/gpu/atlastext/
DGLTestAtlasTextRenderer.cpp354 callgl(BindFramebuffer, GR_GL_FRAMEBUFFER, target->fFBOID); in drawSDFGlyphs()
402 callgl(BindFramebuffer, GR_GL_FRAMEBUFFER, fbo); in makeTargetHandle()
445 callgl(BindFramebuffer, GR_GL_FRAMEBUFFER, target->fFBOID); in readTargetHandle()
456 callgl(BindFramebuffer, GR_GL_FRAMEBUFFER, target->fFBOID); in clearTarget()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtwindow.cc205 gl->BindFramebuffer (GL_READ_FRAMEBUFFER, this->source->renderTargetId()); in afterRendering()
219 gl->BindFramebuffer (GL_DRAW_FRAMEBUFFER, this->priv->fbo); in afterRendering()
250 gl->BindFramebuffer (GL_FRAMEBUFFER, 0); in afterRendering()
/third_party/skia/src/gpu/gl/
DGrGLAssembleGLInterfaceAutogen.cpp288 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface()
302 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface()
316 GET_PROC_SUFFIX(BindFramebuffer, EXT); in GrGLMakeAssembledGLInterface()
DGrGLAssembleWebGLInterfaceAutogen.cpp208 GET_PROC(BindFramebuffer); in GrGLMakeAssembledWebGLInterface()
/third_party/flutter/skia/src/gpu/gl/
DGrGLAssembleGLInterfaceAutogen.cpp260 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface()
274 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface()
288 GET_PROC_SUFFIX(BindFramebuffer, EXT); in GrGLMakeAssembledGLInterface()
/third_party/openGLES/extensions/ANGLE/
DANGLE_framebuffer_blit.txt63 Accepted by the <target> parameter of BindFramebuffer,
205 void BindFramebuffer(enum target, uint framebuffer);
215 BindFramebuffer may also be used to bind an existing
225 BindFramebuffer with <target> set to FRAMEBUFFER binds the
253 though BindFramebuffer had been executed with the corresponding
347 The error INVALID_ENUM is generated if BindFramebuffer,
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_framebuffer_blit.txt63 Accepted by the <target> parameter of BindFramebuffer,
205 void BindFramebuffer(enum target, uint framebuffer);
215 BindFramebuffer may also be used to bind an existing
225 BindFramebuffer with <target> set to FRAMEBUFFER binds the
253 though BindFramebuffer had been executed with the corresponding
347 The error INVALID_ENUM is generated if BindFramebuffer,
DCHROMIUM_bind_generates_resource.txt76 If BIND_GENERATES_RESOURCE_CHROMIUM is false, BindFramebuffer fails and an
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/
DANGLE_framebuffer_blit.txt63 Accepted by the <target> parameter of BindFramebuffer,
205 void BindFramebuffer(enum target, uint framebuffer);
215 BindFramebuffer may also be used to bind an existing
225 BindFramebuffer with <target> set to FRAMEBUFFER binds the
253 though BindFramebuffer had been executed with the corresponding
347 The error INVALID_ENUM is generated if BindFramebuffer,
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DANGLE_framebuffer_blit.txt63 Accepted by the <target> parameter of BindFramebuffer,
205 void BindFramebuffer(enum target, uint framebuffer);
215 BindFramebuffer may also be used to bind an existing
225 BindFramebuffer with <target> set to FRAMEBUFFER binds the
253 though BindFramebuffer had been executed with the corresponding
347 The error INVALID_ENUM is generated if BindFramebuffer,
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dfbo.h68 GST_GL_EXT_FUNCTION (void, BindFramebuffer,
/third_party/openGLES/extensions/APPLE/
DAPPLE_framebuffer_multisample.txt97 Accepted by the <target> parameter of BindFramebuffer,
170 void BindFramebuffer(enum target, uint framebuffer);
177 BindFramebuffer may also be used to bind an existing framebuffer object to
188 BindFramebuffer with <target> set to FRAMEBUFFER binds the
213 though BindFramebuffer had been executed with the corresponding
/third_party/skia/third_party/externals/opengl-registry/extensions/APPLE/
DAPPLE_framebuffer_multisample.txt97 Accepted by the <target> parameter of BindFramebuffer,
170 void BindFramebuffer(enum target, uint framebuffer);
177 BindFramebuffer may also be used to bind an existing framebuffer object to
188 BindFramebuffer with <target> set to FRAMEBUFFER binds the
213 though BindFramebuffer had been executed with the corresponding
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DEGLImageWrappingTests.cpp341 gl.BindFramebuffer(GL_FRAMEBUFFER, fbo); in DoClearTest()
345 gl.BindFramebuffer(GL_FRAMEBUFFER, 0); in DoClearTest()
/third_party/openGLES/extensions/NV/
DNV_framebuffer_blit.txt72 Accepted by the <target> parameter of BindFramebuffer,
285 void BindFramebuffer( enum target, uint framebuffer );
293 BindFramebuffer may also be used to bind an existing framebuffer
301 is bound to the corresponding bind point. Calling BindFramebuffer
331 READ_FRAMEBUFFER_NV is deleted, it is as though BindFramebuffer had
509 The error INVALID_ENUM is generated if BindFramebuffer,
DNV_fbo_color_attachments.txt91 void BindFramebuffer(enum target, uint framebuffer);
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_framebuffer_blit.txt72 Accepted by the <target> parameter of BindFramebuffer,
285 void BindFramebuffer( enum target, uint framebuffer );
293 BindFramebuffer may also be used to bind an existing framebuffer
301 is bound to the corresponding bind point. Calling BindFramebuffer
331 READ_FRAMEBUFFER_NV is deleted, it is as though BindFramebuffer had
509 The error INVALID_ENUM is generated if BindFramebuffer,
DNV_fbo_color_attachments.txt91 void BindFramebuffer(enum target, uint framebuffer);

1234