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

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

Completed in 132 milliseconds