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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLTexture.cpp 28 #include "core/html/canvas/WebGLTexture.h"
34 PassRefPtr<WebGLTexture> WebGLTexture::create(WebGLRenderingContext* ctx)
36 return adoptRef(new WebGLTexture(ctx));
39 WebGLTexture::WebGLTexture(WebGLRenderingContext* ctx)
57 WebGLTexture::~WebGLTexture()
62 void WebGLTexture::setTarget(GC3Denum target, GC3Dint maxLevel)
84 void WebGLTexture::setParameteri(GC3Denum pname, GC3Dint param
    [all...]
WebGLTexture.h 36 class WebGLTexture : public WebGLSharedObject, public ScriptWrappable {
43 virtual ~WebGLTexture();
45 static PassRefPtr<WebGLTexture> create(WebGLRenderingContext*);
79 WebGLTexture(WebGLRenderingContext*);
  /external/chromium_org/ui/aura/bench/
bench_main.cc 141 class WebGLTexture : public ui::Texture {
143 WebGLTexture(WebGraphicsContext3D* context, const gfx::Size& size)
166 virtual ~WebGLTexture() {
173 DISALLOW_COPY_AND_ASSIGN(WebGLTexture);
212 texture_ = new WebGLTexture(context_.get(), bounds.size());
250 scoped_refptr<WebGLTexture> texture_;

Completed in 45 milliseconds