openMSX
openmsx::GLImage Member List

This is the complete list of members for openmsx::GLImage, including all inherited members.

checkSize(gl::ivec2 size)openmsx::GLImagestatic
draw(gl::ivec2 pos, uint8_t alpha=255)openmsx::GLImageinline
draw(gl::ivec2 pos, uint8_t r, uint8_t g, uint8_t b, uint8_t alpha)openmsx::GLImage
getSize() constopenmsx::GLImageinline
GLImage(const std::string &filename)openmsx::GLImageexplicit
GLImage(SDLSurfacePtr image)openmsx::GLImageexplicit
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