Searched refs:VaoType (Results 1 – 2 of 2) sorted by relevance
39 enum VaoType { enum46 static PassRefPtr<WebGLVertexArrayObjectOES> create(WebGLRenderingContext*, VaoType);84 WebGLVertexArrayObjectOES(WebGLRenderingContext*, VaoType);90 VaoType m_type;
37 …GLVertexArrayObjectOES> WebGLVertexArrayObjectOES::create(WebGLRenderingContext* ctx, VaoType type) in create()42 WebGLVertexArrayObjectOES::WebGLVertexArrayObjectOES(WebGLRenderingContext* ctx, VaoType type) in WebGLVertexArrayObjectOES()