Searched defs:inwidth (Results 1 – 6 of 6) sorted by relevance
/external/quake/quake/src/QW/client/ |
D | snd_mem.c | 33 void ResampleSfx (sfx_t *sfx, int inrate, int inwidth, byte *data) in ResampleSfx()
|
D | gl_rmisc.c | 243 int inwidth, inheight; in R_TranslatePlayerSkin() local
|
D | gl_draw.c | 1011 void GL_ResampleTexture (unsigned *in, int inwidth, int inheight, unsigned *out, int outwidth, int… in GL_ResampleTexture() 1041 void GL_Resample8BitTexture (unsigned char *in, int inwidth, int inheight, unsigned char *out, int… in GL_Resample8BitTexture()
|
/external/quake/quake/src/WinQuake/ |
D | gl_rmisc.cpp | 252 int inwidth, inheight; in R_TranslatePlayerSkin() local
|
D | snd_mem.cpp | 33 void ResampleSfx (sfx_t *sfx, int inrate, int inwidth, byte *data) in ResampleSfx()
|
D | gl_draw.cpp | 1270 void GL_ResampleTexture (unsigned *in, int inwidth, int inheight, unsigned *out, int outwidth, int… in GL_ResampleTexture() 1300 void GL_Resample8BitTexture (unsigned char *in, int inwidth, int inheight, unsigned char *out, int… in GL_Resample8BitTexture()
|