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

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLTexture.cpp28 #include "core/html/canvas/WebGLTexture.h"
34 PassRefPtrWillBeRawPtr<WebGLTexture> WebGLTexture::create(WebGLRenderingContextBase* ctx)
36 return adoptRefWillBeNoop(new WebGLTexture(ctx));
39 WebGLTexture::WebGLTexture(WebGLRenderingContextBase* ctx) function in class:blink::WebGLTexture
56 WebGLTexture::~WebGLTexture()
68 void WebGLTexture::setTarget(GLenum target, GLint maxLevel)
90 void WebGLTexture
[all...]

Completed in 160 milliseconds