HomeSort by relevance Sort by last modified time
    Searched refs:releaseProxy (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
FramebufferAttachment.h 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);
FramebufferAttachment.cpp 35 void FramebufferAttachmentInterface::releaseProxy(const FramebufferAttachment *proxy)
58 void Texture2DAttachment::releaseProxy(const FramebufferAttachment *proxy)
60 mTexture2D->releaseProxy(proxy);
138 void TextureCubeMapAttachment::releaseProxy(const FramebufferAttachment *proxy)
140 mTextureCubeMap->releaseProxy(proxy);
218 void Texture3DAttachment::releaseProxy(const FramebufferAttachment *proxy)
220 mTexture3D->releaseProxy(proxy);
296 void Texture2DArrayAttachment::releaseProxy(const FramebufferAttachment *proxy)
298 mTexture2DArray->releaseProxy(proxy);
383 mInstance->releaseProxy(this)
    [all...]
Texture.h 69 void releaseProxy(const FramebufferAttachment *proxy);
Texture.cpp 95 void Texture::releaseProxy(const FramebufferAttachment *proxy)
    [all...]

Completed in 37 milliseconds