HomeSort by relevance Sort by last modified time
    Searched defs:WebGLCompressedTextureS3TC (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLCompressedTextureS3TC.h 37 class WebGLCompressedTextureS3TC : public WebGLExtension, public ScriptWrappable {
39 static PassRefPtr<WebGLCompressedTextureS3TC> create(WebGLRenderingContext*);
43 virtual ~WebGLCompressedTextureS3TC();
47 WebGLCompressedTextureS3TC(WebGLRenderingContext*);
WebGLCompressedTextureS3TC.cpp 28 #include "core/html/canvas/WebGLCompressedTextureS3TC.h"
35 WebGLCompressedTextureS3TC::WebGLCompressedTextureS3TC(WebGLRenderingContext* context)
45 WebGLCompressedTextureS3TC::~WebGLCompressedTextureS3TC()
49 WebGLExtension::ExtensionName WebGLCompressedTextureS3TC::getName() const
54 PassRefPtr<WebGLCompressedTextureS3TC> WebGLCompressedTextureS3TC::create(WebGLRenderingContext* context)
56 return adoptRef(new WebGLCompressedTextureS3TC(context));
59 bool WebGLCompressedTextureS3TC::supported(WebGLRenderingContext* context
    [all...]

Completed in 555 milliseconds