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

/external/webkit/Source/WebCore/html/canvas/
H A DWebGLActiveInfo.h36 class WebGLActiveInfo : public RefCounted<WebGLActiveInfo> { class in namespace:WebCore
38 static PassRefPtr<WebGLActiveInfo> create(const String& name, GC3Denum type, GC3Dint size)
40 return adoptRef(new WebGLActiveInfo(name, type, size));
47 WebGLActiveInfo(const String& name, GC3Denum type, GC3Dint size) function in class:WebCore::WebGLActiveInfo

Completed in 41 milliseconds