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