OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dmiptexlump_t
(Results
1 - 7
of
7
) sorted by null
/external/quake/quake/src/QW/client/
bspfile.h
98
}
dmiptexlump_t
;
typedef in typeref:struct:__anon14091
230
extern byte dtexdata[MAX_MAP_MIPTEX]; // (
dmiptexlump_t
)
gl_model.c
346
dmiptexlump_t
*m;
353
m = (
dmiptexlump_t
*)(mod_base + l->fileofs);
[
all
...]
model.c
344
dmiptexlump_t
*m;
351
m = (
dmiptexlump_t
*)(mod_base + l->fileofs);
[
all
...]
/external/quake/quake/src/WinQuake/
bspfile.h
101
}
dmiptexlump_t
;
typedef in typeref:struct:__anon14379
248
extern byte dtexdata[MAX_MAP_MIPTEX]; // (
dmiptexlump_t
)
gl_model.cpp
346
dmiptexlump_t
*m;
353
m = (
dmiptexlump_t
*)(mod_base + l->fileofs);
[
all
...]
model.cpp
362
dmiptexlump_t
*m;
369
m = (
dmiptexlump_t
*)(mod_base + l->fileofs);
[
all
...]
/external/quake/quake/src/QW/server/
model.c
286
dmiptexlump_t
*m;
293
m = (
dmiptexlump_t
*)(mod_base + l->fileofs);
Completed in 1052 milliseconds