/external/webkit/Source/WebCore/platform/graphics/gpu/ |
DrawingBuffer.cpp | 87 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_multisampleFBO); 92 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_fbo); 104 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_multisampleFBO); 149 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_multisampleFBO ? m_multisampleFBO : m_fbo); 232 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_multisampleFBO); 246 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_fbo); 284 m_context->bindFramebuffer(Extensions3D::READ_FRAMEBUFFER, m_multisampleFBO); 285 m_context->bindFramebuffer(Extensions3D::DRAW_FRAMEBUFFER, m_fbo); 289 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_fbo); 297 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_multisampleFBO ? m_multisampleFBO : m_fbo) [all...] |
SharedGraphicsContext3D.h | 74 void bindFramebuffer(Platform3DObject framebuffer);
|
SharedGraphicsContext3D.cpp | 412 void SharedGraphicsContext3D::bindFramebuffer(Platform3DObject framebuffer) 414 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, framebuffer);
|
/external/skia/gpu/src/unix/ |
GrGLDefaultInterface_unix.cpp | 143 GR_GL_GET_PROC(BindFramebuffer); 157 GR_GL_GET_PROC_SUFFIX(BindFramebuffer, EXT);
|
/external/skia/gpu/src/mesa/ |
GrGLDefaultInterface_mesa.cpp | 142 GR_GL_GET_PROC(BindFramebuffer); 156 GR_GL_GET_PROC_SUFFIX(BindFramebuffer, EXT);
|
/external/skia/gpu/src/win/ |
GrGLDefaultInterface_win.cpp | 148 GR_GL_GET_PROC(BindFramebuffer); 161 GR_GL_GET_PROC_SUFFIX(BindFramebuffer, EXT);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
DrawingBufferChromium.cpp | 99 context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_fbo); 115 m_context->bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_fbo);
|
GLES2Canvas.cpp | 220 void GLES2Canvas::bindFramebuffer() 227 bindFramebuffer(); 240 bindFramebuffer(); 356 bindFramebuffer(); 357 checkGLError("bindFramebuffer"); 397 bindFramebuffer(); 416 bindFramebuffer(); [all...] |
GLES2Canvas.h | 98 void bindFramebuffer();
|
LayerRendererChromium.cpp | [all...] |
/system/media/mca/filterfw/native/core/ |
gl_frame.cpp | 227 bool GLFrame::BindFrameBuffer() const { 253 return BindFrameBuffer(); 349 BindFrameBuffer();
|
gl_frame.h | 157 bool BindFrameBuffer() const;
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
GraphicsContext3DQt.cpp | 172 glBindFramebufferType bindFramebuffer; 336 bindFramebuffer = GET_PROC_ADDRESS(glBindFramebuffer); 444 bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_canvasFbo); 510 bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_canvasFbo); 554 bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_canvasFbo); 557 bindFramebuffer(GraphicsContext3D::FRAMEBUFFER, m_currentFbo); 717 void GraphicsContext3D::bindFramebuffer(GC3Denum target, Platform3DObject buffer) 721 m_internal->bindFramebuffer(target, m_internal->m_currentFbo); [all...] |
/external/skia/gpu/src/ |
GrGpuGL.cpp | 170 GR_GL(BindFramebuffer(GR_GL_FRAMEBUFFER, testFBO)); 187 GR_GL(BindFramebuffer(GR_GL_FRAMEBUFFER, savedFBO)); [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
GraphicsContext3DInternal.h | 94 void bindFramebuffer(GC3Denum target, Platform3DObject);
|
GraphicsContext3DChromium.cpp | 434 DELEGATE_TO_IMPL_2(bindFramebuffer, GC3Denum, Platform3DObject) [all...] |
/external/webkit/Source/WebCore/platform/graphics/skia/ |
PlatformContextSkia.cpp | 739 m_gpuCanvas->bindFramebuffer(); 893 m_gpuCanvas->bindFramebuffer();
|
/external/webkit/Source/WebKit/chromium/public/ |
WebGraphicsContext3D.h | 184 virtual void bindFramebuffer(WGC3Denum target, WebGLId framebuffer) = 0;
|
/external/webkit/Source/WebCore/html/canvas/ |
WebGLRenderingContext.h | 78 void bindFramebuffer(GC3Denum target, WebGLFramebuffer*, ExceptionCode&);
|
WebGLRenderingContext.cpp | 699 void WebGLRenderingContext::bindFramebuffer(GC3Denum target, WebGLFramebuffer* buffer, ExceptionCode& ec) 712 m_context->bindFramebuffer(target, objectOrZero(buffer)); [all...] |
WebGLRenderingContext.idl | 457 [StrictTypeChecking] void bindFramebuffer(in unsigned long target, in WebGLFramebuffer framebuffer) raises(DOMException); [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
GraphicsContext3D.h | 617 void bindFramebuffer(GC3Denum target, Platform3DObject); [all...] |
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
GraphicsContext3DOpenGL.cpp | 375 void GraphicsContext3D::bindFramebuffer(GC3Denum target, Platform3DObject buffer) [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
Context.cpp | [all...] |
/external/webkit/Source/WebCore/ |
ChangeLog-2010-12-06 | [all...] |