Searched defs:isVertexArrayOES (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DOESVertexArrayObject.cpp79 GC3Dboolean OESVertexArrayObject::isVertexArrayOES(WebGLVertexArrayObjectOES* arrayObject) function in class:WebCore::OESVertexArrayObject
88 return extensions->isVertexArrayOES(arrayObject->object());
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DExtensions3D.cpp107 GC3Dboolean Extensions3D::isVertexArrayOES(Platform3DObject array) function in class:WebCore::Extensions3D
109 return m_context->webContext()->isVertexArrayOES(array);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h460 virtual WGC3Dboolean isVertexArrayOES(WebGLId array) { return false; } function in class:WebKit::WebGraphicsContext3D

Completed in 252 milliseconds