Home
last modified time | relevance | path

Searched refs:ImageState (Results 1 – 25 of 30) sorted by relevance

12

/external/angle/src/libANGLE/renderer/
DImageImpl.h26 struct ImageState;
50 ImageImpl(const egl::ImageState &state) : mState(state) {} in ImageImpl()
59 const egl::ImageState &mState;
DEGLImplFactory.h20 struct ImageState;
59 virtual ImageImpl *createImage(const egl::ImageState &state,
DImageImpl_mock.h21 MockImageImpl(const egl::ImageState &state) : ImageImpl(state) {} in MockImageImpl()
/external/angle/src/libANGLE/
DImage.h123 struct ImageState : private angle::NonCopyable struct
125 ImageState(EGLenum target, ImageSibling *buffer, const AttributeMap &attribs);
126 ~ImageState();
187 ImageState mState;
DImage.cpp240 ImageState::ImageState(EGLenum target, ImageSibling *buffer, const AttributeMap &attribs) in ImageState() function in egl::ImageState
255 ImageState::~ImageState() {} in ~ImageState()
/external/angle/src/libANGLE/renderer/gl/
DImageGL.cpp14 ImageGL::ImageGL(const egl::ImageState &state) : ImageImpl(state) {} in ImageGL()
DImageGL.h23 ImageGL(const egl::ImageState &state);
DDisplayGL.h37 ImageImpl *createImage(const egl::ImageState &state,
DDisplayGL.cpp81 ImageImpl *DisplayGL::createImage(const egl::ImageState &state, in createImage()
/external/angle/src/libANGLE/renderer/null/
DImageNULL.cpp17 ImageNULL::ImageNULL(const egl::ImageState &state) : ImageImpl(state) {} in ImageNULL()
DImageNULL.h21 ImageNULL(const egl::ImageState &state);
DDisplayNULL.h67 ImageImpl *createImage(const egl::ImageState &state,
DDisplayNULL.cpp178 ImageImpl *DisplayNULL::createImage(const egl::ImageState &state, in createImage()
/external/angle/src/libANGLE/renderer/d3d/
DEGLImageD3D.h35 EGLImageD3D(const egl::ImageState &state,
DEGLImageD3D.cpp27 EGLImageD3D::EGLImageD3D(const egl::ImageState &state, in EGLImageD3D()
DDisplayD3D.h44 ImageImpl *createImage(const egl::ImageState &state,
/external/angle/src/libANGLE/renderer/gl/egl/
DImageEGL.h27 ImageEGL(const egl::ImageState &state,
DImageEGL.cpp24 ImageEGL::ImageEGL(const egl::ImageState &state, in ImageEGL()
DDisplayEGL.h33 ImageImpl *createImage(const egl::ImageState &state,
/external/angle/src/libANGLE/renderer/vulkan/
DImageVk.h33 ImageVk(const egl::ImageState &state, const gl::Context *context);
DImageVk.cpp24 ImageVk::ImageVk(const egl::ImageState &state, const gl::Context *context) in ImageVk()
DDisplayVk.h105 ImageImpl *createImage(const egl::ImageState &state,
/external/angle/src/libANGLE/renderer/metal/
DImageMtl.h60 ImageMtl(const egl::ImageState &state, const gl::Context *context);
DImageMtl.mm122 ImageMtl::ImageMtl(const egl::ImageState &state, const gl::Context *context) : ImageImpl(state) {}
/external/angle/src/tests/
Dangle_unittests_utils.h124 ImageImpl *(const egl::ImageState &,

12