Home
last modified time | relevance | path

Searched refs:SGTexture (Results 1 – 4 of 4) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/utils/Modeller/
H A Dtexture.cxx35 SGTexture::SGTexture() in SGTexture() function in SGTexture
43 SGTexture::SGTexture(unsigned int width, unsigned int height) in SGTexture() function in SGTexture
50 SGTexture::~SGTexture() in ~SGTexture()
60 SGTexture::bind() in bind()
181 SGTexture::ImageRec *image; in read_alpha_texture()
476 SGTexture::ImageRec *
540 SGTexture::ImageClose(SGTexture::ImageRec *image) { in ImageClose()
549 SGTexture::ImageRec *
596 SGTexture::ImageRec *
668 SGTexture::ImageGetRow(SGTexture::ImageRec *image, GLubyte *buf, int y, int z) { in ImageGetRow()
[all …]
H A Dtexture.hxx26 class SGTexture { class
86 SGTexture();
87 SGTexture(unsigned int width, unsigned int height);
88 ~SGTexture();
H A Dnormalmap.cxx19 static SGTexture texture;
/dports/devel/simgear/simgear-2020.3.11/
H A DChangeLog5436 * simgear/screen/: texture.cxx: SGTexture::read_rgb(a)_texture: -