Searched defs:bindBuffer (Results 1 - 5 of 5) sorted by relevance
/external/chromium_org/cc/debug/ |
H A D | fake_web_graphics_context_3d.cc | 296 void FakeWebGraphicsContext3D::bindBuffer(WGC3Denum target, WebGLId buffer) { function in class:cc::FakeWebGraphicsContext3D
|
/external/chromium_org/cc/test/ |
H A D | test_web_graphics_context_3d.cc | 477 void TestWebGraphicsContext3D::bindBuffer(WebKit::WGC3Denum target, function in class:cc::TestWebGraphicsContext3D
|
/external/chromium_org/ui/compositor/ |
H A D | test_web_graphics_context_3d.h | 81 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 D | FakeWebGraphicsContext3D.h | 79 virtual void bindBuffer(WGC3Denum target, WebGLId buffer) { } function in class:WebKit::FakeWebGraphicsContext3D
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
H A D | WebGLRenderingContext.cpp | 1051 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 743 milliseconds