Home
last modified time | relevance | path

Searched refs:isVertexArrayOES (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DOESVertexArrayObject.cpp78 GLboolean OESVertexArrayObject::isVertexArrayOES(WebGLVertexArrayObjectOES* arrayObject) in isVertexArrayOES() function in WebCore::OESVertexArrayObject
86 return m_context->webContext()->isVertexArrayOES(arrayObject->object()); in isVertexArrayOES()
DOESVertexArrayObject.h49 GLboolean isVertexArrayOES(WebGLVertexArrayObjectOES*);
DOESVertexArrayObject.idl35 boolean isVertexArrayOES([Default=Undefined] optional WebGLVertexArrayObjectOES? arrayObject);
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h490 virtual WGC3Dboolean isVertexArrayOES(WebGLId array); in NON_EXPORTED_BASE()
Dwebgraphicscontext3d_impl.cc871 DELEGATE_TO_GL_1R(isVertexArrayOES, IsVertexArrayOES, WebGLId, WGC3Dboolean) in DELEGATE_TO_GL_1R() argument
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h438 virtual WGC3Dboolean isVertexArrayOES(WebGLId array) { return false; } in isVertexArrayOES() function