OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:texture_s
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/WinQuake/
model.h
68
typedef struct
texture_s
struct
74
struct
texture_s
*anim_next; // in the animation sequence
75
struct
texture_s
*alternate_anims; // bmodels in frmae 1 use these
gl_model.h
76
typedef struct
texture_s
struct
84
struct
texture_s
*anim_next; // in the animation sequence
85
struct
texture_s
*alternate_anims; // bmodels in frmae 1 use these
/external/quake/quake/src/QW/client/
gl_model.h
79
typedef struct
texture_s
struct
87
struct
texture_s
*anim_next; // in the animation sequence
88
struct
texture_s
*alternate_anims; // bmodels in frmae 1 use these
model.h
79
typedef struct
texture_s
struct
85
struct
texture_s
*anim_next; // in the animation sequence
86
struct
texture_s
*alternate_anims; // bmodels in frmae 1 use these
Completed in 438 milliseconds