Home
last modified time | relevance | path

Searched refs:texture_file_fmt (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dtex_sgi.h38 extern struct texture_file_fmt tex_fmt_sgi;
39 extern struct texture_file_fmt tex_fmt_rgb;
H A Dtex_gdkpixbuf.h20 extern struct texture_file_fmt tex_fmt_gdkpixbuf;
H A Dtex_pcx.h20 extern struct texture_file_fmt tex_fmt_pcx;
H A Dtex_png.h19 extern struct texture_file_fmt tex_fmt_png;
H A Dtexture.h54 struct texture_file_fmt { struct
H A Dtex_gdkpixbuf.c31 struct texture_file_fmt tex_fmt_gdkpixbuf = {
H A Dtex_sgi.c24 struct texture_file_fmt tex_fmt_sgi = {
29 struct texture_file_fmt tex_fmt_rgb = {
H A Dtex_pcx.c47 struct texture_file_fmt tex_fmt_pcx = {
H A Dtex_png.c34 struct texture_file_fmt tex_fmt_png = {
H A Dtexture.c45 struct texture_file_fmt *tex_fmt_list[] = {