Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebufferAttachment.h38 class FramebufferAttachmentObjectImpl; variable
239 virtual rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const = 0;
DRenderbuffer.h170 rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const override;
DImage.h116 rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const override;
DSurface.h215 rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const override;
DRenderbuffer.cpp384 rx::FramebufferAttachmentObjectImpl *Renderbuffer::getAttachmentImpl() const in getAttachmentImpl()
DImage.cpp248 rx::FramebufferAttachmentObjectImpl *ExternalImageSibling::getAttachmentImpl() const in getAttachmentImpl()
DSurface.cpp151 rx::FramebufferAttachmentObjectImpl *Surface::getAttachmentImpl() const in getAttachmentImpl()
DTexture.h636 rx::FramebufferAttachmentObjectImpl *getAttachmentImpl() const override;
DTexture.cpp2107 rx::FramebufferAttachmentObjectImpl *Texture::getAttachmentImpl() const in getAttachmentImpl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DEGLImageD3D.h26 class FramebufferAttachmentObjectImpl; variable
/third_party/skia/third_party/externals/angle2/src/
DlibGLESv2.gni305 "src/libANGLE/renderer/FramebufferAttachmentObjectImpl.h",