Home
last modified time | relevance | path

Searched refs:FramebufferAttachmentObjectImpl (Results 1 – 16 of 16) sorted by relevance

/external/angle/src/libANGLE/renderer/
DFramebufferAttachmentObjectImpl.h26 class FramebufferAttachmentObjectImpl : public angle::Subject
29 FramebufferAttachmentObjectImpl() {} in FramebufferAttachmentObjectImpl() function
30 ~FramebufferAttachmentObjectImpl() override {} in ~FramebufferAttachmentObjectImpl()
42 inline angle::Result FramebufferAttachmentObjectImpl::getAttachmentRenderTarget( in getAttachmentRenderTarget()
53 inline angle::Result FramebufferAttachmentObjectImpl::initializeContents( in initializeContents()
DImageImpl.h31 class ExternalImageSiblingImpl : public FramebufferAttachmentObjectImpl
DSurfaceImpl.h46 class SurfaceImpl : public FramebufferAttachmentObjectImpl
DRenderbufferImpl.h32 class RenderbufferImpl : public FramebufferAttachmentObjectImpl
DTextureImpl.h44 class TextureImpl : public FramebufferAttachmentObjectImpl
/external/angle/src/libANGLE/renderer/d3d/
DEGLImageD3D.h26 class FramebufferAttachmentObjectImpl; variable
/external/angle/src/libANGLE/
DFramebufferAttachment.h38 class FramebufferAttachmentObjectImpl; variable
233 virtual rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const = 0;
DRenderbuffer.h168 rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const override;
DImage.h113 rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const override;
DSurface.h202 rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const override;
DRenderbuffer.cpp361 rx::FramebufferAttachmentObjectImpl *Renderbuffer::getAttachmentImpl() const in getAttachmentImpl()
DImage.cpp235 rx::FramebufferAttachmentObjectImpl *ExternalImageSibling::getAttachmentImpl() const in getAttachmentImpl()
DSurface.cpp145 rx::FramebufferAttachmentObjectImpl *Surface::getAttachmentImpl() const in getAttachmentImpl()
DTexture.h614 rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const override;
DTexture.cpp2054 rx::FramebufferAttachmentObjectImpl *Texture::getAttachmentImpl() const in getAttachmentImpl()
/external/angle/src/
DlibGLESv2.gni295 "src/libANGLE/renderer/FramebufferAttachmentObjectImpl.h",