|
void | D_DrawSurfaces (void) |
|
struct qpic_s * | Draw_CrosshairPic (void) |
|
void | R_AddPolygonEdges (emitpoint_t *pverts, int numverts, int miplevel) |
|
void | R_AddTexture (texture_t *tex) |
|
void | R_Alias_clip_bottom (finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out) |
|
void | R_Alias_clip_left (finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out) |
|
void | R_Alias_clip_right (finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out) |
|
void | R_Alias_clip_top (finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out) |
|
qboolean | R_AliasCheckBBox (void) |
|
void | R_AliasClipAndProjectFinalVert (finalvert_t *fv, auxvert_t *av) |
|
void | R_AliasClipTriangle (mtriangle_t *ptri) |
|
void | R_AliasDrawModel (alight_t *plighting) |
|
maliasframedesc_t * | R_AliasGetFramedesc (int framenum, aliashdr_t *hdr) |
|
float | R_AliasGetLerpedFrames (entity_t *ent, aliashdr_t *hdr) |
|
maliasskindesc_t * | R_AliasGetSkindesc (int skinnum, aliashdr_t *hdr) |
|
void | R_AliasProjectFinalVert (finalvert_t *fv, auxvert_t *av) |
|
void | R_AliasSetUpTransform (int trivial_accept) |
|
void | R_AliasTransformAndProjectFinalVerts (finalvert_t *fv, stvert_t *pstverts) |
|
void | R_AliasTransformFinalVert (finalvert_t *fv, trivertx_t *pverts, stvert_t *pstverts) |
|
void | R_AliasTransformVector (vec3_t in, vec3_t out) |
|
void | R_AnimateLight (void) |
|
void | R_BeginEdgeFrame (void) |
|
void | R_ClearParticles (void) |
|
void | R_ClearPolyList (void) |
|
void | R_ClearTextures (void) |
|
void | R_ClipEdge (mvertex_t *pv0, mvertex_t *pv1, clipplane_t *clip) |
|
void | R_cshift_f (void) |
|
struct tex_s * | R_DotParticleTexture (void) |
|
void | R_DrawParticles (void) |
|
void | R_DrawPolyList (void) |
|
void | R_DrawSolidClippedSubmodelPolygons (model_t *pmodel) |
|
void | R_DrawSprite (void) |
|
void | R_DrawSubmodelPolygons (model_t *pmodel, int clipflags) |
|
void | R_DrawSurfaceBlock (void) |
|
void | R_EdgeCodeEnd (void) |
|
void | R_EdgeCodeStart (void) |
|
void | R_EmitEdge (mvertex_t *pv0, mvertex_t *pv1) |
|
float | R_EntityBlend (entity_t *ent, int pose, float interval) |
|
void | R_GenerateSpans (void) |
|
void | R_GenSkyTile (void *pdest) |
|
surf_t * | R_GetSurf (void) |
|
void | R_HighFPPrecision (void) |
|
void | R_InitParticles (void) |
|
void | R_InitSprites (void) |
|
void | R_InitSurfaceChains (model_t *model) |
|
void | R_InitTurb (void) |
|
void | R_InitVars (void) |
|
void | R_InsertNewEdges (edge_t *edgestoadd, edge_t *edgelist) |
|
iqmframe_t * | R_IQMBlendFrames (const iqm_t *iqm, int frame1, int frame2, float blend, int extra) |
|
iqmframe_t * | R_IQMBlendPalette (const iqm_t *iqm, int frame1, int frame2, float blend, int extra, iqmblend_t *blend_palette, int palette_size) |
|
void | R_IQMDrawModel (alight_t *plighting) |
|
float | R_IQMGetLerpedFrames (entity_t *ent, iqm_t *hdr) |
|
int | R_LightPoint (const vec3_t p) |
|
void | R_LoadSky_f (void) |
|
void | R_LoadSkys (const char *) |
|
void | R_LowFPPrecision (void) |
|
void | R_MarkLights (const vec3_t lightorigin, struct dlight_s *light, int bit, model_t *model) |
|
void | R_PrintAliasStats (void) |
|
void | R_PrintTimes (void) |
|
void | R_ReadPointFile_f (void) |
|
void | R_RecursiveMarkLights (const vec3_t lightorigin, struct dlight_s *light, int bit, mnode_t *node) |
|
void | R_RemoveEdges (edge_t *pedge) |
|
void | R_RenderBmodelFace (bedge_t *pedges, msurface_t *psurf) |
|
void | R_RenderFace (msurface_t *fa, int clipflags) |
|
void | R_RenderPoly (msurface_t *fa, int clipflags) |
|
void | R_RenderWorld (void) |
|
void | R_RotateBmodel (void) |
|
void | R_ScanEdges (void) |
|
void | R_SetFPCW (void) |
|
void | R_SetFrustum (void) |
|
void | R_SetSkyFrame (void) |
|
void | R_SetupFrame (void) |
|
struct tex_s * | R_SmokeParticleTexture (void) |
|
struct tex_s * | R_SparkParticleTexture (void) |
|
void | R_SpriteBegin (void) |
|
void | R_SpriteEnd (void) |
|
void | R_StepActiveU (edge_t *pedge) |
|
void | R_StoreEfrags (const efrag_t *ppefrag) |
|
void | R_Surf8End (void) |
|
void | R_Surf8Start (void) |
|
void | R_SurfacePatch (void) |
|
void | R_SurfPatch (void) |
|
texture_t * | R_TextureAnimation (msurface_t *surf) |
|
void | R_TimeGraph (void) |
|
void | R_TimeRefresh_f (void) |
|
void | R_TransformFrustum (void) |
|
void | R_TransformPlane (plane_t *p, float *normal, float *dist) |
|
void | R_ZDrawSubmodelPolys (model_t *clmodel) |
|
void | R_ZGraph (void) |
|