Lines Matching refs:FramebufferAttachment
53 class FramebufferAttachment final
56 FramebufferAttachment();
58 FramebufferAttachment(const Context *context,
65 FramebufferAttachment(FramebufferAttachment &&other);
66 FramebufferAttachment &operator=(FramebufferAttachment &&other);
68 ~FramebufferAttachment();
158 bool operator==(const FramebufferAttachment &other) const;
159 bool operator!=(const FramebufferAttachment &other) const;
236 inline const ImageIndex &FramebufferAttachment::getTextureImageIndex() const in getTextureImageIndex()
242 inline Extents FramebufferAttachment::getSize() const in getSize()
248 inline Format FramebufferAttachment::getFormat() const in getFormat()
254 inline GLsizei FramebufferAttachment::getSamples() const in getSamples()
260 inline GLsizei FramebufferAttachment::getResourceSamples() const in getResourceSamples()
266 inline angle::Result FramebufferAttachment::getRenderTargetImpl( in getRenderTargetImpl()
276 inline bool FramebufferAttachment::isRenderable(const Context *context) const in isRenderable()
282 inline bool FramebufferAttachment::isYUV() const in isYUV()