Home
last modified time | relevance | path

Searched defs:GfxSurface (Results 1 – 12 of 12) sorted by relevance

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/gfx/
H A Dgfxsurf.h45 } GfxSurface; typedef
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tsage/
H A Dgraphics.h35 class GfxSurface; variable
H A Dgraphics.cpp232 GfxSurface::GfxSurface() : Graphics::Screen(0, 0), _bounds(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT) { in GfxSurface() function in TsAGE::GfxSurface
240 GfxSurface::GfxSurface(const GfxSurface &s): Graphics::Screen(0, 0) { in GfxSurface() function in TsAGE::GfxSurface
H A Devents.h119 class GfxSurface; variable
/dports/games/scummvm/scummvm-2.5.1/engines/tsage/
H A Dgraphics.h35 class GfxSurface; variable
H A Dgraphics.cpp232 GfxSurface::GfxSurface() : Graphics::Screen(0, 0), _bounds(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT) { in GfxSurface() function in TsAGE::GfxSurface
240 GfxSurface::GfxSurface(const GfxSurface &s): Graphics::Screen(0, 0) { in GfxSurface() function in TsAGE::GfxSurface
H A Devents.h119 class GfxSurface; variable
/dports/graphics/rx/rx-0.4.0/cargo-crates/wgpu-native-0.4.1/src/
H A Dinstance.rs89 type GfxSurface<B> = <B as hal::Backend>::Surface; typedef
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wgpu/wgpu-core/src/
H A Dinstance.rs102 type GfxSurface<B> = <B as hal::Backend>::Surface; typedef
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dinstance.rs91 type GfxSurface<B> = <B as hal::Backend>::Surface; typedef
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/
H A Dinstance.rs91 type GfxSurface<B> = <B as hal::Backend>::Surface; typedef
/dports/games/angband/Angband-4.2.2/src/
H A Dmain-sdl.c373 static SDL_Surface *GfxSurface = NULL; /* A surface for the graphics */ variable