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

  /external/chromium_org/third_party/angle/src/libGLESv2/
FramebufferAttachment.h 92 virtual void addProxyRef(const FramebufferAttachment *proxy);
121 void addProxyRef(const FramebufferAttachment *proxy);
153 void addProxyRef(const FramebufferAttachment *proxy);
186 void addProxyRef(const FramebufferAttachment *proxy);
219 void addProxyRef(const FramebufferAttachment *proxy);
FramebufferAttachment.cpp 31 void FramebufferAttachmentInterface::addProxyRef(const FramebufferAttachment *proxy)
53 void Texture2DAttachment::addProxyRef(const FramebufferAttachment *proxy)
55 mTexture2D->addProxyRef(proxy);
133 void TextureCubeMapAttachment::addProxyRef(const FramebufferAttachment *proxy)
135 mTextureCubeMap->addProxyRef(proxy);
213 void Texture3DAttachment::addProxyRef(const FramebufferAttachment *proxy)
215 mTexture3D->addProxyRef(proxy);
291 void Texture2DArrayAttachment::addProxyRef(const FramebufferAttachment *proxy)
293 mTexture2DArray->addProxyRef(proxy);
376 mInstance->addProxyRef(this)
    [all...]
Texture.h 68 void addProxyRef(const FramebufferAttachment *proxy);
Texture.cpp 90 void Texture::addProxyRef(const FramebufferAttachment *proxy)
    [all...]

Completed in 48 milliseconds