HomeSort by relevance Sort by last modified time
    Searched defs:WebGLVertexArrayObjectOES (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
WebGLVertexArrayObjectOES.cpp 30 #include "WebGLVertexArrayObjectOES.h"
37 PassRefPtr<WebGLVertexArrayObjectOES> WebGLVertexArrayObjectOES::create(WebGLRenderingContext* ctx, VaoType type)
39 return adoptRef(new WebGLVertexArrayObjectOES(ctx, type));
42 WebGLVertexArrayObjectOES::WebGLVertexArrayObjectOES(WebGLRenderingContext* ctx, VaoType type)
60 void WebGLVertexArrayObjectOES::deleteObjectImpl(Platform3DObject object)
WebGLVertexArrayObjectOES.h 37 class WebGLVertexArrayObjectOES : public WebGLObject {
44 virtual ~WebGLVertexArrayObjectOES() { deleteObject(); }
46 static PassRefPtr<WebGLVertexArrayObjectOES> create(WebGLRenderingContext*, VaoType);
84 WebGLVertexArrayObjectOES(WebGLRenderingContext*, VaoType);

Completed in 175 milliseconds