openMSX
|
This is the complete list of members for openmsx::GLImage, including all inherited members.
checkSize(gl::ivec2 size) | openmsx::BaseImage | static |
draw(OutputSurface &output, gl::ivec2 pos, uint8_t r, uint8_t g, uint8_t b, uint8_t alpha) override | openmsx::GLImage | virtual |
openmsx::BaseImage::draw(OutputSurface &output, gl::ivec2 pos, uint8_t alpha=255) | openmsx::BaseImage | inline |
getSize() const | openmsx::BaseImage | inline |
GLImage(OutputSurface &output, const std::string &filename) | openmsx::GLImage | |
GLImage(OutputSurface &output, SDLSurfacePtr image) | openmsx::GLImage | |
GLImage(OutputSurface &output, const std::string &filename, float scaleFactor) | openmsx::GLImage | |
GLImage(OutputSurface &output, const std::string &filename, gl::ivec2 size) | openmsx::GLImage | |
GLImage(OutputSurface &output, gl::ivec2 size, uint32_t rgba) | openmsx::GLImage | |
GLImage(OutputSurface &output, gl::ivec2 size, std::span< const uint32_t, 4 > rgba, int borderSize, uint32_t borderRGBA) | openmsx::GLImage | |
size | openmsx::BaseImage | protected |
~BaseImage()=default | openmsx::BaseImage | virtual |