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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLCompressedTextureS3TC.h37 class WebGLCompressedTextureS3TC : public WebGLExtension, public ScriptWrappable { class in namespace:WebCore
39 static PassRefPtr<WebGLCompressedTextureS3TC> create(WebGLRenderingContext*);
43 virtual ~WebGLCompressedTextureS3TC();
47 WebGLCompressedTextureS3TC(WebGLRenderingContext*);
H A DWebGLCompressedTextureS3TC.cpp28 #include "core/html/canvas/WebGLCompressedTextureS3TC.h"
35 WebGLCompressedTextureS3TC::WebGLCompressedTextureS3TC(WebGLRenderingContext* context) function in class:WebCore::WebGLCompressedTextureS3TC
45 WebGLCompressedTextureS3TC::~WebGLCompressedTextureS3TC()
49 WebGLExtension::ExtensionName WebGLCompressedTextureS3TC::name() const
54 PassRefPtr<WebGLCompressedTextureS3TC> WebGLCompressedTextureS3TC::create(WebGLRenderingContext* context)
56 return adoptRef(new WebGLCompressedTextureS3TC(context));
59 bool WebGLCompressedTextureS3TC
[all...]

Completed in 97 milliseconds