Home
last modified time | relevance | path

Searched refs:DisplayNULL (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/null/
DDisplayNULL.cpp23 DisplayNULL::DisplayNULL(const egl::DisplayState &state) : DisplayImpl(state) {} in DisplayNULL() function in rx::DisplayNULL
25 DisplayNULL::~DisplayNULL() {} in ~DisplayNULL()
27 egl::Error DisplayNULL::initialize(egl::Display *display) in initialize()
35 void DisplayNULL::terminate() in terminate()
40 egl::Error DisplayNULL::makeCurrent(egl::Display *display, in makeCurrent()
52 egl::ConfigSet DisplayNULL::generateConfigs() in generateConfigs()
95 bool DisplayNULL::testDeviceLost() in testDeviceLost()
100 egl::Error DisplayNULL::restoreLostDevice(const egl::Display *display) in restoreLostDevice()
105 bool DisplayNULL::isValidNativeWindow(EGLNativeWindowType window) const in isValidNativeWindow()
110 std::string DisplayNULL::getRendererDescription() in getRendererDescription()
[all …]
DDisplayNULL.h22 class DisplayNULL : public DisplayImpl
25 DisplayNULL(const egl::DisplayState &state);
26 ~DisplayNULL() override;
DBUILD.gn20 "DisplayNULL.cpp",
21 "DisplayNULL.h",
/external/angle/src/libANGLE/
DDisplay.cpp463 impl = new rx::DisplayNULL(state); in CreateDisplayFromAttribs()