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

  /external/chromium_org/third_party/angle/src/libGLESv2/
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.cpp 90 void Texture::addProxyRef(const FramebufferAttachment *proxy)
    [all...]

Completed in 47 milliseconds