Home
last modified time | relevance | path

Searched defs:isVertexArrayOES (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DOESVertexArrayObject.cpp79 GC3Dboolean OESVertexArrayObject::isVertexArrayOES(WebGLVertexArrayObjectOES* arrayObject) in isVertexArrayOES() function in WebCore::OESVertexArrayObject
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DExtensions3D.cpp106 GC3Dboolean Extensions3D::isVertexArrayOES(Platform3DObject array) in isVertexArrayOES() function in WebCore::Extensions3D
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h444 virtual WGC3Dboolean isVertexArrayOES(WebGLId array) { return false; } in isVertexArrayOES() function
/external/chromium_org/content/common/gpu/client/
Dwebgraphicscontext3d_command_buffer_impl.cc1277 DELEGATE_TO_GL_1R(isVertexArrayOES, IsVertexArrayOES, WebGLId, WGC3Dboolean) in DELEGATE_TO_GL_1R() argument