Searched refs:FramebufferAttachmentInterface (Results 1 – 3 of 3) sorted by relevance
33 class FramebufferAttachmentInterface; variable42 … FramebufferAttachment(rx::Renderer *renderer, GLuint id, FramebufferAttachmentInterface *storage);82 FramebufferAttachmentInterface *mInstance;85 class FramebufferAttachmentInterface88 FramebufferAttachmentInterface();90 virtual ~FramebufferAttachmentInterface() {}; in ~FramebufferAttachmentInterface()111 DISALLOW_COPY_AND_ASSIGN(FramebufferAttachmentInterface);114 class Texture2DAttachment : public FramebufferAttachmentInterface146 class TextureCubeMapAttachment : public FramebufferAttachmentInterface179 class Texture3DAttachment : public FramebufferAttachmentInterface[all …]
24 FramebufferAttachmentInterface::FramebufferAttachmentInterface() in FramebufferAttachmentInterface() function in gl::FramebufferAttachmentInterface31 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()
36 class RenderbufferStorage : public FramebufferAttachmentInterface