Searched defs:bindBuffer (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/debug/
H A Dfake_web_graphics_context_3d.cc296 void FakeWebGraphicsContext3D::bindBuffer(WGC3Denum target, WebGLId buffer) { function in class:cc::FakeWebGraphicsContext3D
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc477 void TestWebGraphicsContext3D::bindBuffer(WebKit::WGC3Denum target, function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/ui/compositor/
H A Dtest_web_graphics_context_3d.h81 virtual void bindBuffer(WebKit::WGC3Denum target, WebKit::WebGLId buffer) {} function in class:ui::TestWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/tests/
H A DFakeWebGraphicsContext3D.h79 virtual void bindBuffer(WGC3Denum target, WebGLId buffer) { } function in class:WebKit::FakeWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContext.cpp1051 void WebGLRenderingContext::bindBuffer(GC3Denum target, WebGLBuffer* buffer) function in class:WebCore::WebGLRenderingContext
1054 if (!checkObjectToBeBound("bindBuffer", buffer, deleted))
1059 synthesizeGLError(GraphicsContext3D::INVALID_OPERATION, "bindBuffer", "buffers can not be used with multiple targets");
1067 synthesizeGLError(GraphicsContext3D::INVALID_ENUM, "bindBuffer", "invalid target");
1071 m_context->bindBuffer(target, objectOrZero(buffer));

Completed in 180 milliseconds