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

/external/deqp/modules/glshared/
H A DglsFboUtil.hpp325 struct TextureAttachment : public Attachment struct in namespace:deqp::gls::FboUtil::config
327 TextureAttachment (void) : level(0) {} function in struct:deqp::gls::FboUtil::config::TextureAttachment
332 struct TextureFlatAttachment : public TextureAttachment
339 struct TextureLayerAttachment : public TextureAttachment
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DFramebufferAttachment.cpp79 ///// TextureAttachment Implementation ////////
81 TextureAttachment::TextureAttachment(GLenum binding, Texture *texture, const ImageIndex &index) function in class:gl::TextureAttachment
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
[all...]
H A DFramebufferAttachment.h80 class TextureAttachment : public FramebufferAttachment class in namespace:gl
83 TextureAttachment(GLenum binding, Texture *texture, const ImageIndex &index);
84 virtual ~TextureAttachment();
103 DISALLOW_COPY_AND_ASSIGN(TextureAttachment);
/external/chromium_org/gpu/command_buffer/service/
H A Dframebuffer_manager.cc134 class TextureAttachment class in namespace:gpu::gles2
137 TextureAttachment( function in class:gpu::gles2::TextureAttachment
258 virtual ~TextureAttachment() {}
266 DISALLOW_COPY_AND_ASSIGN(TextureAttachment);
658 new TextureAttachment(texture_ref, target, level, samples));

Completed in 590 milliseconds