Searched defs:WebGLContextAttributes (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextAttributes.cpp29 #include "core/html/canvas/WebGLContextAttributes.h"
35 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(WebGLContextAttributes);
37 PassRefPtrWillBeRawPtr<WebGLContextAttributes> WebGLContextAttributes::create()
39 return adoptRefWillBeNoop(new WebGLContextAttributes());
42 WebGLContextAttributes::WebGLContextAttributes() function in class:blink::WebGLContextAttributes
54 WebGLContextAttributes::WebGLContextAttributes(const WebGLContextAttributes function in class:blink::WebGLContextAttributes
[all...]

Completed in 864 milliseconds