Searched defs:r_notexture_mip (Results 1 - 5 of 5) sorted by relevance

/external/quake/quake/src/QW/server/
H A Dmodel.c41 texture_t r_notexture_mip; variable
609 out->texture = &r_notexture_mip; // checkerboard texture
619 out->texture = &r_notexture_mip; // texture not found
/external/quake/quake/src/QW/client/
H A Dgl_rmain.c69 texture_t *r_notexture_mip; variable
H A Dr_main.c105 texture_t *r_notexture_mip; variable
159 r_notexture_mip = Hunk_AllocName (sizeof(texture_t) + 16*16+8*8+4*4+2*2, "notexture");
161 r_notexture_mip->width = r_notexture_mip->height = 16;
162 r_notexture_mip->offsets[0] = sizeof(texture_t);
163 r_notexture_mip->offsets[1] = r_notexture_mip->offsets[0] + 16*16;
164 r_notexture_mip->offsets[2] = r_notexture_mip->offsets[1] + 8*8;
165 r_notexture_mip
[all...]
/external/quake/quake/src/WinQuake/
H A Dr_main.cpp107 texture_t *r_notexture_mip; variable
156 r_notexture_mip = Hunk_AllocName (sizeof(texture_t) + 16*16+8*8+4*4+2*2, "notexture");
158 r_notexture_mip->width = r_notexture_mip->height = 16;
159 r_notexture_mip->offsets[0] = sizeof(texture_t);
160 r_notexture_mip->offsets[1] = r_notexture_mip->offsets[0] + 16*16;
161 r_notexture_mip->offsets[2] = r_notexture_mip->offsets[1] + 8*8;
162 r_notexture_mip
[all...]
H A Dgl_rmain.cpp69 texture_t *r_notexture_mip; variable

Completed in 168 milliseconds