Searched defs:bindVertexArrayOES (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DOESVertexArrayObject.cpp88 void OESVertexArrayObject::bindVertexArrayOES(WebGLVertexArrayObjectOES* arrayObject) function in class:blink::OESVertexArrayObject
99 m_context->webContext()->bindVertexArrayOES(arrayObject->object());
104 m_context->webContext()->bindVertexArrayOES(0);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h433 virtual void bindVertexArrayOES(WebGLId array) { } function in class:blink::WebGraphicsContext3D

Completed in 254 milliseconds