Searched refs:TextureAttachment (Results 1 - 6 of 6) sorted by relevance

/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);
H A DFramebuffer.cpp116 return new TextureAttachment(binding, texture, ImageIndex::Make2D(level));
134 return new TextureAttachment(binding, texture, ImageIndex::MakeCube(type, level));
147 return new TextureAttachment(binding, texture, ImageIndex::Make3D(level, layer));
160 return new TextureAttachment(binding, texture, ImageIndex::Make2DArray(level, layer));
/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
H A DglsFboUtil.cpp294 else if (dynamic_cast<const TextureAttachment*>(&att) != DE_NULL)
301 static GLsizei textureLayer (const TextureAttachment& tAtt)
319 if (const TextureAttachment* const texAtt =
320 dynamic_cast<const TextureAttachment*>(&attachment))
507 else if (const TextureAttachment* const tAtt = dynamic_cast<const TextureAttachment*>(&att))
/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 147 milliseconds