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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLVertexArrayObjectOES.h 38 enum VaoType {
45 static PassRefPtr<WebGLVertexArrayObjectOES> create(WebGLRenderingContext*, VaoType);
88 WebGLVertexArrayObjectOES(WebGLRenderingContext*, VaoType);
94 VaoType m_type;
WebGLVertexArrayObjectOES.cpp 35 PassRefPtr<WebGLVertexArrayObjectOES> WebGLVertexArrayObjectOES::create(WebGLRenderingContext* ctx, VaoType type)
40 WebGLVertexArrayObjectOES::WebGLVertexArrayObjectOES(WebGLRenderingContext* ctx, VaoType type)

Completed in 47 milliseconds