Home
last modified time | relevance | path

Searched refs:bindBuffer (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DGeometryBinding.cpp54 GLC(m_context, m_context->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, m_quadVerticesVbo)); in GeometryBinding()
56 … GLC(m_context, m_context->bindBuffer(GraphicsContext3D::ELEMENT_ARRAY_BUFFER, m_quadElementsVbo)); in GeometryBinding()
70 GLC(m_context, m_context->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, quadVerticesVbo())); in prepareForDraw()
71 … GLC(m_context, m_context->bindBuffer(GraphicsContext3D::ELEMENT_ARRAY_BUFFER, quadElementsVbo())); in prepareForDraw()
DGLES2Canvas.cpp655 … m_context->graphicsContext3D()->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, m_pathVertexBuffer); in tesselateAndFillPath()
695 m_context->graphicsContext3D()->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, m_pathVertexBuffer); in tesselateAndFillPath()
700 …m_context->graphicsContext3D()->bindBuffer(GraphicsContext3D::ELEMENT_ARRAY_BUFFER, m_pathIndexBuf… in tesselateAndFillPath()
717 m_context->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, m_pathVertexBuffer); in fillPathInternal()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DSharedGraphicsContext3D.cpp354 m_context->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, m_quadVertices); in useQuadVertices()
357 m_context->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, m_quadVertices); in useQuadVertices()
366 void SharedGraphicsContext3D::bindBuffer(GC3Denum target, Platform3DObject buffer) in bindBuffer() function in WebCore::SharedGraphicsContext3D
368 m_context->bindBuffer(target, buffer); in bindBuffer()
DSharedGraphicsContext3D.h73 void bindBuffer(GC3Denum target, Platform3DObject);
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp171 glBindBufferType bindBuffer; member in WebCore::GraphicsContext3DInternal
335 bindBuffer = GET_PROC_ADDRESS(glBindBuffer); in GraphicsContext3DInternal()
711 void GraphicsContext3D::bindBuffer(GC3Denum target, Platform3DObject buffer) in bindBuffer() function in WebCore::GraphicsContext3D
714 m_internal->bindBuffer(target, buffer); in bindBuffer()
/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DInternal.h93 void bindBuffer(GC3Denum target, Platform3DObject);
DGraphicsContext3DChromium.cpp433 DELEGATE_TO_IMPL_2(bindBuffer, GC3Denum, Platform3DObject) in DELEGATE_TO_IMPL_2() argument
980 DELEGATE_TO_INTERNAL_2(bindBuffer, GC3Denum, Platform3DObject) in DELEGATE_TO_INTERNAL_2()
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp672 void WebGLRenderingContext::bindBuffer(GC3Denum target, WebGLBuffer* buffer, ExceptionCode& ec) in bindBuffer() function in WebCore::WebGLRenderingContext
693 m_context->bindBuffer(target, objectOrZero(buffer)); in bindBuffer()
4715 m_context->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, m_vertexAttrib0Buffer->object()); in initVertexAttrib0()
4719 m_context->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, 0); in initVertexAttrib0()
4744 m_context->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, m_vertexAttrib0Buffer->object()); in simulateVertexAttrib0()
4779 … m_context->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, objectOrZero(state.bufferBinding.get())); in restoreStatesAfterVertexAttrib0Simulation()
4782 m_context->bindBuffer(GraphicsContext3D::ARRAY_BUFFER, objectOrZero(m_boundArrayBuffer.get())); in restoreStatesAfterVertexAttrib0Simulation()
DWebGLRenderingContext.h77 void bindBuffer(GC3Denum target, WebGLBuffer*, ExceptionCode&);
DWebGLRenderingContext.idl456 …[StrictTypeChecking] void bindBuffer(in unsigned long target, in WebGLBuffer buffer) raise…
/external/webkit/Source/WebKit/chromium/public/
DWebGraphicsContext3D.h183 virtual void bindBuffer(WGC3Denum target, WebGLId buffer) = 0;
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h616 void bindBuffer(GC3Denum target, Platform3DObject);
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp368 void GraphicsContext3D::bindBuffer(GC3Denum target, Platform3DObject buffer) in bindBuffer() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1621192 (WebKit::WebGraphicsContext3DDefaultImpl::bindBuffer):
21342 (WebCore::GraphicsContext3DInternal::bindBuffer):
21377 (WebCore::GraphicsContext3D::bindBuffer):
21550 (WebKit::WebGraphicsContext3DDefaultImpl::bindBuffer):
27334 (WebCore::GraphicsContext3DInternal::bindBuffer):
27338 (WebCore::GraphicsContext3D::bindBuffer):
27704 (WebCore::GraphicsContext3DInternal::bindBuffer):
27736 (WebCore::GraphicsContext3D::bindBuffer):
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1610034 (WebCore::WebGLRenderingContext::bindBuffer): Use checkObjectToBeBound.
27082 (WebCore::WebGLRenderingContext::bindBuffer):
31202 (WebCore::GraphicsContext3D::bindBuffer):
31337 (WebCore::GraphicsContext3D::bindBuffer):
DChangeLog-2010-12-0618755 (WebCore::WebGLRenderingContext::bindBuffer):
57210 (WebCore::GraphicsContext3D::bindBuffer):
61674 (WebCore::GraphicsContext3D::bindBuffer):
61848 (WebCore::GraphicsContext3D::bindBuffer):
74498 (WebCore::GraphicsContext3D::bindBuffer):
86996 (WebCore::WebGLRenderingContext::bindBuffer):
87520 (WebCore::WebGLRenderingContext::bindBuffer):
87562 (WebCore::GraphicsContext3D::bindBuffer):
87597 (WebCore::GraphicsContext3D::bindBuffer):
113069 …(WebCore::WebGLRenderingContext::bindBuffer): Check if a buffer is bound to another target; set bu…
DChangeLog-2010-01-2923054 (WebCore::WebGLRenderingContext::bindBuffer):
28793 (WebCore::WebGLRenderingContext::bindBuffer):
29057 (WebCore::WebGLRenderingContext::bindBuffer):
37858 (WebCore::CanvasRenderingContext3D::bindBuffer):
38590 (WebCore::CanvasRenderingContext3D::bindBuffer):
DChangeLog64394 (WebCore::WebGLRenderingContext::bindBuffer):
64788 (WebCore::SharedGraphicsContext3D::bindBuffer):
DChangeLog-2010-05-2443433 (WebCore::GraphicsContext3D::bindBuffer):