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

/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc476 void TestWebGraphicsContext3D::bindBuffer(GLenum target, function in class:cc::TestWebGraphicsContext3D
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp413 void GLContext::bindBuffer (deUint32 target, deUint32 buffer) function in class:sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h71 virtual void bindBuffer(WGC3Denum target, WebGLId buffer) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp1081 void WebGLRenderingContextBase::bindBuffer(GLenum target, WebGLBuffer* buffer) function in class:blink::__anon11092::WebGLRenderingContextBase
1084 if (!checkObjectToBeBound("bindBuffer", buffer, deleted))
1089 synthesizeGLError(GL_INVALID_OPERATION, "bindBuffer", "buffers can not be used with multiple targets");
1097 synthesizeGLError(GL_INVALID_ENUM, "bindBuffer", "invalid target");
1101 webContext()->bindBuffer(target, objectOrZero(buffer));

Completed in 408 milliseconds