Home
last modified time | relevance | path

Searched refs:ImageNULL (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DImageNULL.cpp6 // ImageNULL.cpp:
7 // Implements the class methods for ImageNULL.
10 #include "libANGLE/renderer/null/ImageNULL.h"
17 ImageNULL::ImageNULL(const egl::ImageState &state) : ImageImpl(state) {} in ImageNULL() function in rx::ImageNULL
19 ImageNULL::~ImageNULL() {} in ~ImageNULL()
21 egl::Error ImageNULL::initialize(const egl::Display *display) in initialize()
26 angle::Result ImageNULL::orphan(const gl::Context *context, egl::ImageSibling *sibling) in orphan()
H A DImageNULL.h6 // ImageNULL.h:
7 // Defines the class interface for ImageNULL, implementing ImageImpl.
18 class ImageNULL : public ImageImpl class
21 ImageNULL(const egl::ImageState &state);
22 ~ImageNULL() override;
H A DDisplayNULL.cpp17 #include "libANGLE/renderer/null/ImageNULL.h"
183 return new ImageNULL(state); in createImage()

Completed in 2 milliseconds