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

  /external/chromium_org/third_party/angle/src/libGLESv2/
FramebufferAttachment.cpp 198 ///// Texture3DAttachment Implementation ////////
200 Texture3DAttachment::Texture3DAttachment(Texture3D *texture, GLint level, GLint layer)
206 Texture3DAttachment::~Texture3DAttachment()
213 void Texture3DAttachment::addProxyRef(const FramebufferAttachment *proxy)
218 void Texture3DAttachment::releaseProxy(const FramebufferAttachment *proxy)
223 rx::RenderTarget *Texture3DAttachment::getRenderTarget()
228 rx::RenderTarget *Texture3DAttachment::getDepthStencil()
233 rx::TextureStorage *Texture3DAttachment::getTextureStorage(
    [all...]
FramebufferAttachment.h 179 class Texture3DAttachment : public FramebufferAttachmentInterface
182 Texture3DAttachment(Texture3D *texture, GLint level, GLint layer);
184 virtual ~Texture3DAttachment();
205 DISALLOW_COPY_AND_ASSIGN(Texture3DAttachment);
Texture.h 337 friend class Texture3DAttachment;
Texture.cpp     [all...]

Completed in 60 milliseconds