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(WebGLRenderingContextBase*, VaoType);
88 WebGLVertexArrayObjectOES(WebGLRenderingContextBase*, VaoType);
92 VaoType m_type;
WebGLVertexArrayObjectOES.cpp 34 PassRefPtr<WebGLVertexArrayObjectOES> WebGLVertexArrayObjectOES::create(WebGLRenderingContextBase* ctx, VaoType type)
39 WebGLVertexArrayObjectOES::WebGLVertexArrayObjectOES(WebGLRenderingContextBase* ctx, VaoType type)

Completed in 1144 milliseconds