/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | NativeSwapChainImplGL.cpp | 40 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()
|
D | CommandBufferGL.cpp | 301 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/ |
D | NativeSwapChainImplGL.cpp | 40 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()
|
D | TextureGL.cpp | 251 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()
|
D | CommandBufferGL.cpp | 419 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/ |
D | gstglmemory.c | 398 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 …]
|
D | gstglframebuffer.c | 339 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/ |
D | GLTestAtlasTextRenderer.cpp | 354 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/ |
D | qtwindow.cc | 205 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/ |
D | GrGLAssembleGLInterfaceAutogen.cpp | 288 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface() 302 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface() 316 GET_PROC_SUFFIX(BindFramebuffer, EXT); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 208 GET_PROC(BindFramebuffer); in GrGLMakeAssembledWebGLInterface()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLAssembleGLInterfaceAutogen.cpp | 260 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface() 274 GET_PROC(BindFramebuffer); in GrGLMakeAssembledGLInterface() 288 GET_PROC_SUFFIX(BindFramebuffer, EXT); in GrGLMakeAssembledGLInterface()
|
/third_party/openGLES/extensions/ANGLE/ |
D | ANGLE_framebuffer_blit.txt | 63 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/ |
D | ANGLE_framebuffer_blit.txt | 63 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,
|
D | CHROMIUM_bind_generates_resource.txt | 76 If BIND_GENERATES_RESOURCE_CHROMIUM is false, BindFramebuffer fails and an
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/ |
D | ANGLE_framebuffer_blit.txt | 63 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/ |
D | ANGLE_framebuffer_blit.txt | 63 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/ |
D | fbo.h | 68 GST_GL_EXT_FUNCTION (void, BindFramebuffer,
|
/third_party/openGLES/extensions/APPLE/ |
D | APPLE_framebuffer_multisample.txt | 97 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/ |
D | APPLE_framebuffer_multisample.txt | 97 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/ |
D | EGLImageWrappingTests.cpp | 341 gl.BindFramebuffer(GL_FRAMEBUFFER, fbo); in DoClearTest() 345 gl.BindFramebuffer(GL_FRAMEBUFFER, 0); in DoClearTest()
|
/third_party/openGLES/extensions/NV/ |
D | NV_framebuffer_blit.txt | 72 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,
|
D | NV_fbo_color_attachments.txt | 91 void BindFramebuffer(enum target, uint framebuffer);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_framebuffer_blit.txt | 72 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,
|
D | NV_fbo_color_attachments.txt | 91 void BindFramebuffer(enum target, uint framebuffer);
|