Home
last modified time | relevance | path

Searched refs:graphics_system_ (Results 1 – 7 of 7) sorted by relevance

/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/sdl/
H A Dsdl_system.cc56 graphics_system_.reset(new SDLGraphicsSystem(*this, gameexe)); in SDLSystem()
61 event_system_->AddMouseListener(graphics_system_.get()); in SDLSystem()
69 event_system_->RemoveMouseListener(graphics_system_.get()); in ~SDLSystem()
79 graphics_system_.reset(); in ~SDLSystem()
93 graphics_system_->ExecuteGraphicsSystem(machine); in Run()
101 GraphicsSystem& SDLSystem::graphics() { return *graphics_system_; } in graphics()
H A Dsdl_surface.cc261 graphics_system_(system), in SDLSurface()
272 graphics_system_(system), in SDLSurface()
288 graphics_system_(system), in SDLSurface()
299 graphics_system_(system), in SDLSurface()
720 return new SDLSurface(graphics_system_, tmp_surface, region_table_); in Clone()
812 return std::shared_ptr<Surface>(new SDLSurface(graphics_system_, surface)); in ClipAsColorMask()
819 if (is_dc0_ && graphics_system_) { in markWrittenTo()
820 graphics_system_->MarkScreenAsDirty(GUT_DRAW_DC0); in markWrittenTo()
H A Dsdl_system.h57 std::unique_ptr<SDLGraphicsSystem> graphics_system_;
H A Dsdl_surface.h222 SDLGraphicsSystem* graphics_system_; variable
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/base/
H A Dcolour_filter_object_data.cc45 : graphics_system_(system), screen_rect_(screen_rect) {} in ColourFilterObjectData()
51 colour_filer_.reset(graphics_system_.BuildColourFiller()); in GetColourFilter()
89 return new ColourFilterObjectData(graphics_system_, screen_rect_); in Clone()
112 : graphics_system_(system.graphics()) {} in ColourFilterObjectData()
H A Dcolour_filter_object_data.h73 GraphicsSystem& graphics_system_;
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/platforms/gcn/
H A Dgcn_platform.cc151 : event_system_(system), graphics_system_(graphics), platform_(platform) { in GCNPlatformBlocker()
153 graphics_system_.AddRenderable(this); in GCNPlatformBlocker()
158 graphics_system_.RemoveRenderable(this); in ~GCNPlatformBlocker()
198 GraphicsSystem& graphics_system_; member in GCNPlatformBlocker