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

  /external/chromium_org/third_party/angle/src/libGLESv2/
FramebufferAttachment.h 7 // FramebufferAttachment.h: Defines the wrapper class gl::FramebufferAttachment, as well as the
32 class FramebufferAttachment;
36 // FramebufferAttachment implements the GL renderbuffer object.
39 class FramebufferAttachment : public RefCountObject
42 FramebufferAttachment(rx::Renderer *renderer, GLuint id, FramebufferAttachmentInterface *storage);
44 virtual ~FramebufferAttachment();
79 DISALLOW_COPY_AND_ASSIGN(FramebufferAttachment);
92 virtual void addProxyRef(const FramebufferAttachment *proxy);
93 virtual void releaseProxy(const FramebufferAttachment *proxy)
    [all...]
FramebufferAttachment.cpp 8 // FramebufferAttachment.cpp: the gl::FramebufferAttachment class and its derived classes
11 #include "libGLESv2/FramebufferAttachment.h"
29 // need to do anything upon the reference count to the parent FramebufferAttachment incrementing
31 void FramebufferAttachmentInterface::addProxyRef(const FramebufferAttachment *proxy)
35 void FramebufferAttachmentInterface::releaseProxy(const FramebufferAttachment *proxy)
53 void Texture2DAttachment::addProxyRef(const FramebufferAttachment *proxy)
58 void Texture2DAttachment::releaseProxy(const FramebufferAttachment *proxy)
133 void TextureCubeMapAttachment::addProxyRef(const FramebufferAttachment *proxy)
138 void TextureCubeMapAttachment::releaseProxy(const FramebufferAttachment *proxy
    [all...]

Completed in 38 milliseconds