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

  /external/webkit/Source/WebCore/html/canvas/
WebGLFramebuffer.h 39 class WebGLFramebuffer : public WebGLObject {
41 virtual ~WebGLFramebuffer() { deleteObject(); }
43 static PassRefPtr<WebGLFramebuffer> create(WebGLRenderingContext*);
71 WebGLFramebuffer(WebGLRenderingContext*);
WebGLFramebuffer.cpp 30 #include "WebGLFramebuffer.h"
71 PassRefPtr<WebGLFramebuffer> WebGLFramebuffer::create(WebGLRenderingContext* ctx)
73 return adoptRef(new WebGLFramebuffer(ctx));
76 WebGLFramebuffer::WebGLFramebuffer(WebGLRenderingContext* ctx)
85 void WebGLFramebuffer::setAttachment(GC3Denum attachment, GC3Denum texTarget, WebGLTexture* texture, GC3Dint level)
113 void WebGLFramebuffer::setAttachment(GC3Denum attachment, WebGLRenderbuffer* renderbuffer)
137 WebGLObject* WebGLFramebuffer::getAttachment(GC3Denum attachment) const
155 void WebGLFramebuffer::removeAttachment(WebGLObject* attachment
    [all...]

Completed in 173 milliseconds