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

  /external/chromium_org/third_party/angle/src/libGLESv2/
FramebufferAttachment.cpp 118 ///// TextureCubeMapAttachment Implementation ////////
120 TextureCubeMapAttachment::TextureCubeMapAttachment(TextureCubeMap *texture, GLenum faceTarget, GLint level)
126 TextureCubeMapAttachment::~TextureCubeMapAttachment()
133 void TextureCubeMapAttachment::addProxyRef(const FramebufferAttachment *proxy)
138 void TextureCubeMapAttachment::releaseProxy(const FramebufferAttachment *proxy)
143 rx::RenderTarget *TextureCubeMapAttachment::getRenderTarget()
148 rx::RenderTarget *TextureCubeMapAttachment::getDepthStencil()
153 rx::TextureStorage *TextureCubeMapAttachment::getTextureStorage(
    [all...]
FramebufferAttachment.h 146 class TextureCubeMapAttachment : public FramebufferAttachmentInterface
149 TextureCubeMapAttachment(TextureCubeMap *texture, GLenum faceTarget, GLint level);
151 virtual ~TextureCubeMapAttachment();
172 DISALLOW_COPY_AND_ASSIGN(TextureCubeMapAttachment);
Texture.h 276 friend class TextureCubeMapAttachment;
Texture.cpp     [all...]

Completed in 341 milliseconds