Home
last modified time | relevance | path

Searched refs:VaoType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLVertexArrayObjectOES.h39 enum VaoType { enum
46 static PassRefPtr<WebGLVertexArrayObjectOES> create(WebGLRenderingContext*, VaoType);
84 WebGLVertexArrayObjectOES(WebGLRenderingContext*, VaoType);
90 VaoType m_type;
DWebGLVertexArrayObjectOES.cpp37 …GLVertexArrayObjectOES> WebGLVertexArrayObjectOES::create(WebGLRenderingContext* ctx, VaoType type) in create()
42 WebGLVertexArrayObjectOES::WebGLVertexArrayObjectOES(WebGLRenderingContext* ctx, VaoType type) in WebGLVertexArrayObjectOES()