Home
last modified time | relevance | path

Searched refs:FramebufferAttachmentInterface (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DFramebufferAttachment.h33 class FramebufferAttachmentInterface; variable
42 … FramebufferAttachment(rx::Renderer *renderer, GLuint id, FramebufferAttachmentInterface *storage);
82 FramebufferAttachmentInterface *mInstance;
85 class FramebufferAttachmentInterface
88 FramebufferAttachmentInterface();
90 virtual ~FramebufferAttachmentInterface() {}; in ~FramebufferAttachmentInterface()
111 DISALLOW_COPY_AND_ASSIGN(FramebufferAttachmentInterface);
114 class Texture2DAttachment : public FramebufferAttachmentInterface
146 class TextureCubeMapAttachment : public FramebufferAttachmentInterface
179 class Texture3DAttachment : public FramebufferAttachmentInterface
[all …]
DFramebufferAttachment.cpp24 FramebufferAttachmentInterface::FramebufferAttachmentInterface() in FramebufferAttachmentInterface() function in gl::FramebufferAttachmentInterface
31 void FramebufferAttachmentInterface::addProxyRef(const FramebufferAttachment *proxy) in addProxyRef()
35 void FramebufferAttachmentInterface::releaseProxy(const FramebufferAttachment *proxy) in releaseProxy()
358 …nt::FramebufferAttachment(rx::Renderer *renderer, GLuint id, FramebufferAttachmentInterface *insta… in FramebufferAttachment()
DRenderbuffer.h36 class RenderbufferStorage : public FramebufferAttachmentInterface