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

  /external/chromium_org/third_party/angle/src/libGLESv2/
FramebufferAttachment.h 212 class Texture2DArrayAttachment : public FramebufferAttachmentInterface
215 Texture2DArrayAttachment(Texture2DArray *texture, GLint level, GLint layer);
217 virtual ~Texture2DArrayAttachment();
238 DISALLOW_COPY_AND_ASSIGN(Texture2DArrayAttachment);
FramebufferAttachment.cpp 278 ////// Texture2DArrayAttachment Implementation //////
280 Texture2DArrayAttachment::Texture2DArrayAttachment(Texture2DArray *texture, GLint level, GLint layer)
286 Texture2DArrayAttachment::~Texture2DArrayAttachment()
291 void Texture2DArrayAttachment::addProxyRef(const FramebufferAttachment *proxy)
296 void Texture2DArrayAttachment::releaseProxy(const FramebufferAttachment *proxy)
301 rx::RenderTarget *Texture2DArrayAttachment::getRenderTarget()
306 rx::RenderTarget *Texture2DArrayAttachment::getDepthStencil()
311 rx::TextureStorage *Texture2DArrayAttachment::getTextureStorage(
    [all...]

Completed in 249 milliseconds