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
DRenderbufferImpl.h32 class RenderbufferImpl : public FramebufferAttachmentObjectImpl
DSurfaceImpl.h46 class SurfaceImpl : public FramebufferAttachmentObjectImpl
DTextureImpl.h41 class TextureImpl : public FramebufferAttachmentObjectImpl
/external/angle/src/libANGLE/renderer/d3d/
DEGLImageD3D.h26 class FramebufferAttachmentObjectImpl; variable
/external/angle/src/libANGLE/
DFramebufferAttachment.h38 class FramebufferAttachmentObjectImpl; variable
239 virtual rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const = 0;
DRenderbuffer.h170 rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const override;
DImage.h118 rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const override;
DSurface.h228 rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const override;
DRenderbuffer.cpp384 rx::FramebufferAttachmentObjectImpl *Renderbuffer::getAttachmentImpl() const in getAttachmentImpl()
DImage.cpp258 rx::FramebufferAttachmentObjectImpl *ExternalImageSibling::getAttachmentImpl() const in getAttachmentImpl()
DTexture.h646 rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const override;
DSurface.cpp153 rx::FramebufferAttachmentObjectImpl *Surface::getAttachmentImpl() const in getAttachmentImpl()
DTexture.cpp2168 rx::FramebufferAttachmentObjectImpl *Texture::getAttachmentImpl() const in getAttachmentImpl()
/external/angle/src/
DlibGLESv2.gni304 "src/libANGLE/renderer/FramebufferAttachmentObjectImpl.h",