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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLActiveInfo.h37 class WebGLActiveInfo FINAL : public RefCountedWillBeGarbageCollectedFinalized<WebGLActiveInfo>, public ScriptWrappable {
40 static PassRefPtrWillBeRawPtr<WebGLActiveInfo> create(const String& name, GLenum type, GLint size)
42 return adoptRefWillBeNoop(new WebGLActiveInfo(name, type, size));
51 WebGLActiveInfo(const String& name, GLenum type, GLint size) function in class:blink::FINAL

Completed in 162 milliseconds