Searched defs:bindFramebuffer (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/debug/
H A Dfake_web_graphics_context_3d.cc299 void FakeWebGraphicsContext3D::bindFramebuffer( function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc309 void TestWebGraphicsContext3D::bindFramebuffer( function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/ui/compositor/
H A Dtest_web_graphics_context_3d.h82 virtual void bindFramebuffer(WebKit::WGC3Denum target, function in class:ui::TestWebGraphicsContext3D
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc482 void WebGraphicsContext3DInProcessCommandBufferImpl::bindFramebuffer( function in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DFakeWebGraphicsContext3D.h80 virtual void bindFramebuffer(WGC3Denum target, WebGLId framebuffer) { } function in class:WebKit::FakeWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp842 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, objectOrZero(m_framebufferBinding.get()));
902 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, objectOrZero(m_framebufferBinding.get()));
917 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, objectOrZero(m_framebufferBinding.get()));
955 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, objectOrZero(m_framebufferBinding.get()));
1076 void WebGLRenderingContext::bindFramebuffer(GC3Denum target, WebGLFramebuffer* buffer) function in class:WebCore::WebGLRenderingContext
1079 if (!checkObjectToBeBound("bindFramebuffer", buffer, deleted))
1084 synthesizeGLError(GraphicsContext3D::INVALID_ENUM, "bindFramebuffer", "invalid target");
1093 m_context->bindFramebuffer(target, objectOrZero(buffer));
1628 // Have to call bindFramebuffer here to bind back to internal fbo.
5509 bindFramebuffer(GraphicsContext3
[all...]

Completed in 399 milliseconds