Home
last modified time | relevance | path

Searched refs:GenericTexture (Results 1 – 13 of 13) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtiletex.cc16 GenericTexture::GenericTexture() : in GenericTexture() function in GenericTexture
25 GenericTexture::~GenericTexture() in ~GenericTexture()
30 void GenericTexture::unload_texture() in unload_texture()
38 bool GenericTexture::load_texture(const char *filename, in load_texture()
50 bool GenericTexture::load_texture(unsigned char *pixels, unsigned int new_width, in load_texture()
71 void GenericTexture::bind() const in bind()
78 GenericTexture(), m_tile_max(0), m_info_func(nullptr) in TilesTexture()
H A Dtilebuf.h10 class GenericTexture; variable
16 VertBuffer(bool texture, bool colour, const GenericTexture *tex = nullptr,
26 const GenericTexture* current_texture() const { return m_tex; } in current_texture()
38 void set_tex(const GenericTexture *tex);
41 const GenericTexture *m_tex;
H A Dtiletex.h21 class GenericTexture
24 GenericTexture();
25 virtual ~GenericTexture();
50 class TilesTexture : public GenericTexture
H A Dtilefont.h10 class GenericTexture; variable
69 virtual const GenericTexture *font_tex() const = 0;
H A Dfontwrapper-ft.h80 virtual const GenericTexture *font_tex() const override;
148 GenericTexture m_tex;
H A Dwindowmanager-sdl.h60 virtual bool load_texture(GenericTexture *tex, const char *filename,
H A Dtilebuf.cc17 VertBuffer::VertBuffer(bool texture, bool colour, const GenericTexture *tex, in VertBuffer()
73 void VertBuffer::set_tex(const GenericTexture *new_tex) in set_tex()
H A Dwindowmanager.h182 virtual bool load_texture(GenericTexture *tex, const char *filename,
H A Dloading-screen.cc26 GenericTexture m_img;
H A Dglwrapper.h175 class GenericTexture; variable
H A Dfontwrapper-ft.cc936 const GenericTexture *FTFontWrapper::font_tex() const in font_tex()
H A Dwindowmanager-sdl.cc1050 bool SDLWrapper::load_texture(GenericTexture *tex, const char *filename, in load_texture()
H A Dui.h832 GenericTexture m_img;