Home
last modified time | relevance | path

Searched refs:releaseProxy (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DFramebufferAttachment.cpp35 void FramebufferAttachmentInterface::releaseProxy(const FramebufferAttachment *proxy) in releaseProxy() function in gl::FramebufferAttachmentInterface
58 void Texture2DAttachment::releaseProxy(const FramebufferAttachment *proxy) in releaseProxy() function in gl::Texture2DAttachment
60 mTexture2D->releaseProxy(proxy); in releaseProxy()
138 void TextureCubeMapAttachment::releaseProxy(const FramebufferAttachment *proxy) in releaseProxy() function in gl::TextureCubeMapAttachment
140 mTextureCubeMap->releaseProxy(proxy); in releaseProxy()
218 void Texture3DAttachment::releaseProxy(const FramebufferAttachment *proxy) in releaseProxy() function in gl::Texture3DAttachment
220 mTexture3D->releaseProxy(proxy); in releaseProxy()
296 void Texture2DArrayAttachment::releaseProxy(const FramebufferAttachment *proxy) in releaseProxy() function in gl::Texture2DArrayAttachment
298 mTexture2DArray->releaseProxy(proxy); in releaseProxy()
383 mInstance->releaseProxy(this); in release()
DFramebufferAttachment.h93 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);
DTexture.h69 void releaseProxy(const FramebufferAttachment *proxy);
DTexture.cpp95 void Texture::releaseProxy(const FramebufferAttachment *proxy) in releaseProxy() function in gl::Texture