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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.h 42 class WebGLAttachment : public RefCounted<WebGLAttachment> {
44 virtual ~WebGLAttachment();
64 WebGLAttachment();
116 WebGLAttachment* getAttachment(GC3Denum) const;
117 bool isAttachmentComplete(WebGLAttachment* attachedObject, GC3Denum attachment, const char** reason) const;
128 typedef WTF::HashMap<GC3Denum, RefPtr<WebGLAttachment> > AttachmentMap;
WebGLFramebuffer.cpp 43 class WebGLRenderbufferAttachment : public WebGLFramebuffer::WebGLAttachment {
45 static PassRefPtr<WebGLFramebuffer::WebGLAttachment> create(WebGLRenderbuffer*);
67 PassRefPtr<WebGLFramebuffer::WebGLAttachment> WebGLRenderbufferAttachment::create(WebGLRenderbuffer* renderbuffer)
156 class WebGLTextureAttachment : public WebGLFramebuffer::WebGLAttachment {
158 static PassRefPtr<WebGLFramebuffer::WebGLAttachment> create(WebGLTexture*, GC3Denum target, GC3Dint level);
182 PassRefPtr<WebGLFramebuffer::WebGLAttachment> WebGLTextureAttachment::create(WebGLTexture* texture, GC3Denum target, GC3Dint level)
275 WebGLFramebuffer::WebGLAttachment::WebGLAttachment()
279 WebGLFramebuffer::WebGLAttachment::~WebGLAttachment()
    [all...]

Completed in 471 milliseconds