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

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

Completed in 60 milliseconds