/external/chromium_org/content/browser/compositor/ |
D | buffer_queue_unittest.cc | 86 output_surface_->BindFramebuffer(); in SendDamagedFrame() 175 output_surface->BindFramebuffer(); in TEST() 225 output_surface_->BindFramebuffer(); in TEST_F() 228 output_surface_->BindFramebuffer(); in TEST_F() 236 output_surface_->BindFramebuffer(); in TEST_F() 243 output_surface_->BindFramebuffer(); in TEST_F() 255 output_surface_->BindFramebuffer(); in TEST_F() 265 output_surface_->BindFramebuffer(); in TEST_F() 268 output_surface_->BindFramebuffer(); in TEST_F() 274 output_surface_->BindFramebuffer(); in TEST_F()
|
D | gpu_surfaceless_browser_compositor_output_surface.cc | 65 void GpuSurfacelessBrowserCompositorOutputSurface::BindFramebuffer() { in BindFramebuffer() function in content::GpuSurfacelessBrowserCompositorOutputSurface 67 output_surface_->BindFramebuffer(); in BindFramebuffer()
|
D | buffer_queue.cc | 39 void BufferQueue::BindFramebuffer() { in BindFramebuffer() function in content::BufferQueue 41 gl->BindFramebuffer(GL_FRAMEBUFFER, fbo_); in BindFramebuffer() 104 gl->BindFramebuffer(GL_FRAMEBUFFER, fbo_); in Reshape()
|
D | gpu_surfaceless_browser_compositor_output_surface.h | 30 virtual void BindFramebuffer() OVERRIDE;
|
D | buffer_queue.h | 35 void BindFramebuffer();
|
/external/chromium_org/content/renderer/gpu/ |
D | mailbox_output_surface.cc | 118 gl->BindFramebuffer(GL_FRAMEBUFFER, fbo_); in DiscardBackbuffer() 134 void MailboxOutputSurface::BindFramebuffer() { in BindFramebuffer() function in content::MailboxOutputSurface 142 gl->BindFramebuffer(GL_FRAMEBUFFER, fbo_); in BindFramebuffer()
|
D | mailbox_output_surface.h | 42 virtual void BindFramebuffer() OVERRIDE;
|
/external/chromium_org/cc/output/ |
D | output_surface.cc | 246 void OutputSurface::BindFramebuffer() { in BindFramebuffer() function in cc::OutputSurface 248 context_provider_->ContextGL()->BindFramebuffer(GL_FRAMEBUFFER, 0); in BindFramebuffer()
|
D | output_surface.h | 112 virtual void BindFramebuffer();
|
/external/skia/src/gpu/gl/ |
D | SkGLContextHelper.cpp | 57 SK_GL(*this, BindFramebuffer(GR_GL_FRAMEBUFFER, fFBO)); in init()
|
D | GrGLAssembleInterface.cpp | 188 GET_PROC(BindFramebuffer); in GrGLAssembleGLInterface() 203 GET_PROC_SUFFIX(BindFramebuffer, EXT); in GrGLAssembleGLInterface()
|
D | GrGpuGL.cpp | 880 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, desc->fRTFBOID)); in createRenderTargetObjects() 894 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, desc->fTexFBOID)); in createRenderTargetObjects() 1255 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, fbo)); in attachStencilBufferToRenderTarget() 1462 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, glRT->renderFBOID())); in discard() 1627 GL_CALL(BindFramebuffer(GR_GL_READ_FRAMEBUFFER, in onReadPixels() 1725 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, rt->renderFBOID())); in flushRenderTarget() 2002 GL_CALL(BindFramebuffer(GR_GL_READ_FRAMEBUFFER, rt->renderFBOID())); in onResolveRenderTarget() 2003 GL_CALL(BindFramebuffer(GR_GL_DRAW_FRAMEBUFFER, rt->textureFBOID())); in onResolveRenderTarget() 2796 GR_GL_CALL(gl, BindFramebuffer(fboTarget, tempFBOID)); in bind_surface_as_fbo() 2808 GR_GL_CALL(gl, BindFramebuffer(fboTarget, rt->renderFBOID())); in bind_surface_as_fbo()
|
/external/chromium_org/third_party/angle/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,
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | SkGLContextHelper.cpp | 58 SK_GL(*this, BindFramebuffer(GR_GL_FRAMEBUFFER, fFBO)); in init()
|
D | GrGLAssembleInterface.cpp | 209 GET_PROC(BindFramebuffer); in GrGLAssembleGLInterface() 224 GET_PROC_SUFFIX(BindFramebuffer, EXT); in GrGLAssembleGLInterface() 418 GET_PROC(BindFramebuffer); in GrGLAssembleGLESInterface()
|
D | GrGpuGL.cpp | 874 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, desc->fRTFBOID)); in createRenderTargetObjects() 889 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, desc->fTexFBOID)); in createRenderTargetObjects() 1251 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, fbo)); in attachStencilBufferToRenderTarget() 1445 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, glRT->renderFBOID())); in discard() 1609 GL_CALL(BindFramebuffer(GR_GL_READ_FRAMEBUFFER, in onReadPixels() 1707 GL_CALL(BindFramebuffer(GR_GL_FRAMEBUFFER, target->renderFBOID())); in flushRenderTarget() 1811 GL_CALL(BindFramebuffer(GR_GL_READ_FRAMEBUFFER, rt->renderFBOID())); in onResolveRenderTarget() 1812 GL_CALL(BindFramebuffer(GR_GL_DRAW_FRAMEBUFFER, rt->textureFBOID())); in onResolveRenderTarget() 2382 GR_GL_CALL(this->glInterface(), BindFramebuffer(fboTarget, tempFBOID)); in bindSurfaceAsFBO() 2395 GR_GL_CALL(this->glInterface(), BindFramebuffer(fboTarget, rt->renderFBOID())); in bindSurfaceAsFBO()
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 142 GET_PROC(BindFramebuffer); in GrGLCreateANGLEInterface()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 19 OP(BindFramebuffer) /* 260 */ \
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
D | nouveau_fbo.c | 309 functions->BindFramebuffer = nouveau_bind_framebuffer; in nouveau_fbo_functions_init()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_fbo.c | 309 functions->BindFramebuffer = nouveau_bind_framebuffer; in nouveau_fbo_functions_init()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_1_autogen.h | 59 SpecializedSetup<cmds::BindFramebuffer, 0>(true); in TEST_P() 60 cmds::BindFramebuffer cmd; in TEST_P() 70 SpecializedSetup<cmds::BindFramebuffer, 0>(true); in TEST_P() 71 cmds::BindFramebuffer cmd; in TEST_P() 80 SpecializedSetup<cmds::BindFramebuffer, 0>(false); in TEST_P() 81 cmds::BindFramebuffer cmd; in TEST_P() 89 SpecializedSetup<cmds::BindFramebuffer, 0>(false); in TEST_P() 90 cmds::BindFramebuffer cmd; in TEST_P()
|
/external/chromium_org/cc/test/ |
D | test_gles2_interface.h | 70 virtual void BindFramebuffer(GLenum target, GLuint buffer) OVERRIDE;
|
/external/chromium_org/content/common/gpu/client/ |
D | gl_helper.h | 123 &gpu::gles2::GLES2Interface::BindFramebuffer) {} in ScopedFramebufferBinder()
|
/external/chromium_org/ui/aura/bench/ |
D | bench_main.cc | 209 gl->BindFramebuffer(GL_FRAMEBUFFER, fbo_); in WebGLBench()
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 20 #define glBindFramebuffer GLES2_GET_FUN(BindFramebuffer)
|