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

  /external/chromium_org/third_party/angle/src/libGLESv2/
FramebufferAttachment.h 80 class TextureAttachment : public FramebufferAttachment
83 TextureAttachment(GLenum binding, Texture *texture, const ImageIndex &index);
84 virtual ~TextureAttachment();
103 DISALLOW_COPY_AND_ASSIGN(TextureAttachment);
FramebufferAttachment.cpp 79 ///// TextureAttachment Implementation ////////
81 TextureAttachment::TextureAttachment(GLenum binding, Texture *texture, const ImageIndex &index)
88 TextureAttachment::~TextureAttachment()
93 GLsizei TextureAttachment::getSamples() const
98 GLuint TextureAttachment::id() const
103 GLsizei TextureAttachment::getWidth() const
108 GLsizei TextureAttachment::getHeight() const
113 GLenum TextureAttachment::getInternalFormat() cons
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
framebuffer_manager.cc 134 class TextureAttachment
137 TextureAttachment(
258 virtual ~TextureAttachment() {}
266 DISALLOW_COPY_AND_ASSIGN(TextureAttachment);
658 new TextureAttachment(texture_ref, target, level, samples));
  /external/deqp/modules/glshared/
glsFboUtil.hpp 325 struct TextureAttachment : public Attachment
327 TextureAttachment (void) : level(0) {}
332 struct TextureFlatAttachment : public TextureAttachment
339 struct TextureLayerAttachment : public TextureAttachment

Completed in 87 milliseconds