Searched refs:releaseProxy (Results 1 – 4 of 4) sorted by relevance
35 void FramebufferAttachmentInterface::releaseProxy(const FramebufferAttachment *proxy) in releaseProxy() function in gl::FramebufferAttachmentInterface58 void Texture2DAttachment::releaseProxy(const FramebufferAttachment *proxy) in releaseProxy() function in gl::Texture2DAttachment60 mTexture2D->releaseProxy(proxy); in releaseProxy()138 void TextureCubeMapAttachment::releaseProxy(const FramebufferAttachment *proxy) in releaseProxy() function in gl::TextureCubeMapAttachment140 mTextureCubeMap->releaseProxy(proxy); in releaseProxy()218 void Texture3DAttachment::releaseProxy(const FramebufferAttachment *proxy) in releaseProxy() function in gl::Texture3DAttachment220 mTexture3D->releaseProxy(proxy); in releaseProxy()296 void Texture2DArrayAttachment::releaseProxy(const FramebufferAttachment *proxy) in releaseProxy() function in gl::Texture2DArrayAttachment298 mTexture2DArray->releaseProxy(proxy); in releaseProxy()383 mInstance->releaseProxy(this); in release()
93 virtual void releaseProxy(const FramebufferAttachment *proxy);122 void releaseProxy(const FramebufferAttachment *proxy);154 void releaseProxy(const FramebufferAttachment *proxy);187 void releaseProxy(const FramebufferAttachment *proxy);220 void releaseProxy(const FramebufferAttachment *proxy);
69 void releaseProxy(const FramebufferAttachment *proxy);
95 void Texture::releaseProxy(const FramebufferAttachment *proxy) in releaseProxy() function in gl::Texture