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

  /external/chromium_org/third_party/angle/src/libGLESv2/
FramebufferAttachment.h 114 class Texture2DAttachment : public FramebufferAttachmentInterface
117 Texture2DAttachment(Texture2D *texture, GLint level);
119 virtual ~Texture2DAttachment();
140 DISALLOW_COPY_AND_ASSIGN(Texture2DAttachment);
FramebufferAttachment.cpp 39 ///// Texture2DAttachment Implementation ////////
41 Texture2DAttachment::Texture2DAttachment(Texture2D *texture, GLint level) : mLevel(level)
46 Texture2DAttachment::~Texture2DAttachment()
53 void Texture2DAttachment::addProxyRef(const FramebufferAttachment *proxy)
58 void Texture2DAttachment::releaseProxy(const FramebufferAttachment *proxy)
63 rx::RenderTarget *Texture2DAttachment::getRenderTarget()
68 rx::RenderTarget *Texture2DAttachment::getDepthStencil()
73 rx::TextureStorage *Texture2DAttachment::getTextureStorage(
    [all...]

Completed in 619 milliseconds