Home
last modified time | relevance | path

Searched refs:drawSurf_t (Results 1 – 25 of 78) sorted by relevance

1234

/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A Dtr_rendertools.cpp489 const drawSurf_t *surf; in RB_ShowLightCount()
549 const drawSurf_t *surf; in RB_ShowSilhouette()
911 drawSurf_t *drawSurf; in RB_ShowTexturePolarity()
980 drawSurf_t *drawSurf; in RB_ShowUnsmoothedTangents()
1035 drawSurf_t *drawSurf; in RB_ShowTangentSpace()
1089 drawSurf_t *drawSurf; in RB_ShowVertexColor()
1134 drawSurf_t *drawSurf; in RB_ShowNormals()
1229 drawSurf_t *drawSurf;
1307 drawSurf_t *drawSurf; in RB_ShowTextureVectors()
1403 drawSurf_t *drawSurf; in RB_ShowDominantTris()
[all …]
H A Dtr_local.h124 } drawSurf_t; typedef
439 const drawSurf_t * surf;
1240 void RB_T_RenderTriangleSurface( const drawSurf_t *surf );
1242 void (*triFunc_)( const drawSurf_t *) );
1244 void (*triFunc_)( const drawSurf_t *) );
1272 void RB_StencilShadowPass( const drawSurf_t *drawSurfs );
1563 void RB_ShowLights( drawSurf_t **drawSurfs, int numDrawSurfs );
1564 void RB_ShowLightCount( drawSurf_t **drawSurfs, int numDrawSurfs );
1597 void R_RenderGuiSurf( idUserInterface *gui, drawSurf_t *drawSurf );
1617 void R_DeformDrawSurf( drawSurf_t *drawSurf );
[all …]
H A Dtr_subview.cpp107 bool R_PreciseCullSurface( const drawSurf_t *drawSurf, idBounds &ndcBounds ) { in R_PreciseCullSurface()
212 static viewDef_t *R_MirrorViewBySurface( drawSurf_t *drawSurf ) { in R_MirrorViewBySurface()
266 static viewDef_t *R_XrayViewBySurface( drawSurf_t *drawSurf ) { in R_XrayViewBySurface()
286 static void R_RemoteRender( drawSurf_t *surf, textureStage_t *stage ) { in R_RemoteRender()
345 void R_MirrorRender( drawSurf_t *surf, textureStage_t *stage, idScreenRect scissor ) { in R_MirrorRender()
395 void R_XrayRender( drawSurf_t *surf, textureStage_t *stage, idScreenRect scissor ) { in R_XrayRender()
445 bool R_GenerateSurfaceSubview( drawSurf_t *drawSurf ) { in R_GenerateSurfaceSubview()
544 drawSurf_t *drawSurf; in R_GenerateSubViews()
H A Dtr_render.cpp168 void RB_T_RenderTriangleSurface( const drawSurf_t *surf ) { in RB_T_RenderTriangleSurface()
233 void RB_RenderDrawSurfListWithFunction( drawSurf_t **drawSurfs, int numDrawSurfs, in RB_RenderDrawSurfListWithFunction() argument
234 void (*triFunc_)( const drawSurf_t *) ) { in RB_RenderDrawSurfListWithFunction()
236 const drawSurf_t *drawSurf; in RB_RenderDrawSurfListWithFunction()
281 void RB_RenderDrawSurfChainWithFunction( const drawSurf_t *drawSurfs, in RB_RenderDrawSurfChainWithFunction() argument
282 void (*triFunc_)( const drawSurf_t *) ) { in RB_RenderDrawSurfChainWithFunction()
283 const drawSurf_t *drawSurf; in RB_RenderDrawSurfChainWithFunction()
411 …ageTexture( const float *shaderRegisters, const textureStage_t *texture, const drawSurf_t *surf ) { in RB_BindStageTexture()
452 void RB_FinishStageTexture( const textureStage_t *texture, const drawSurf_t *surf ) { in RB_FinishStageTexture()
690 void RB_CreateSingleDrawInteractions( const drawSurf_t *surf, void (*DrawInteraction)(const drawInt… in RB_CreateSingleDrawInteractions()
H A Ddraw_common.cpp353 void RB_T_FillDepthBuffer( const drawSurf_t *surf ) { in RB_T_FillDepthBuffer()
693 void RB_STD_T_RenderShaderPasses( const drawSurf_t *surf ) { in RB_STD_T_RenderShaderPasses()
1052 static void RB_T_Shadow( const drawSurf_t *surf ) { in RB_T_Shadow()
1237 void RB_StencilShadowPass( const drawSurf_t *drawSurfs ) { in RB_StencilShadowPass()
1308 static void RB_T_BlendLight( const drawSurf_t *surf ) { in RB_T_BlendLight()
1351 static void RB_BlendLight( const drawSurf_t *drawSurfs, const drawSurf_t *drawSurfs2 ) { in RB_BlendLight()
1436 static void RB_T_BasicFog( const drawSurf_t *surf ) { in RB_T_BasicFog()
1472 static void RB_FogPass( const drawSurf_t *drawSurfs, const drawSurf_t *drawSurfs2 ) { in RB_FogPass()
1474 drawSurf_t ds; in RB_FogPass()
1719 drawSurf_t **drawSurfs; in RB_STD_DrawView()
[all …]
H A Dtr_light.cpp196 void R_SkyboxTexGen( drawSurf_t *surf, const idVec3 &viewOrg ) { in R_SkyboxTexGen()
221 void R_WobbleskyTexGen( drawSurf_t *surf, const idVec3 &viewOrg ) { in R_WobbleskyTexGen()
661 void R_LinkLightSurf( const drawSurf_t **link, const srfTriangles_t *tri, const viewEntity_t *space, in R_LinkLightSurf()
663 drawSurf_t *drawSurf; in R_LinkLightSurf()
669 drawSurf = (drawSurf_t *)R_FrameAlloc( sizeof( *drawSurf ) ); in R_LinkLightSurf()
1190 drawSurf_t *drawSurf; in R_AddDrawSurf()
1195 drawSurf = (drawSurf_t *)R_FrameAlloc( sizeof( *drawSurf ) ); in R_AddDrawSurf()
1209 drawSurf_t **old = tr.viewDef->drawSurfs; in R_AddDrawSurf()
1594 const drawSurf_t *surf; in R_RemoveUnecessaryViewLights()
1607 const_cast<drawSurf_t *>(surf)->scissorRect.Intersect( surfRect ); in R_RemoveUnecessaryViewLights()
[all …]
H A Dtr_deform.cpp44 static void R_FinishDeform( drawSurf_t *drawSurf, srfTriangles_t *newTri, idDrawVert *ac ) { in R_FinishDeform()
76 static void R_AutospriteDeform( drawSurf_t *surf ) { in R_AutospriteDeform()
164 static void R_TubeDeform( drawSurf_t *surf ) { in R_TubeDeform()
510 static void R_FlareDeform( drawSurf_t *surf ) { in R_FlareDeform()
705 static void R_ExpandDeform( drawSurf_t *surf ) { in R_ExpandDeform()
737 static void R_MoveDeform( drawSurf_t *surf ) { in R_MoveDeform()
771 static void R_TurbulentDeform( drawSurf_t *surf ) { in R_TurbulentDeform()
874 static void R_EyeballDeform( drawSurf_t *surf ) { in R_EyeballDeform()
1022 static void R_ParticleDeform( drawSurf_t *surf, bool useArea ) { in R_ParticleDeform()
1231 void R_DeformDrawSurf( drawSurf_t *drawSurf ) { in R_DeformDrawSurf()
H A Dtr_trace.cpp352 void RB_ShowTrace( drawSurf_t **drawSurfs, int numDrawSurfs ) { in RB_ShowTrace()
355 const drawSurf_t *surf; in RB_ShowTrace()
/dports/games/evq3/evq3/code/renderer/
H A Dtr_main.c1433 drawSurf_t *drawSurf; in R_AddDrawSurf()
1460 if(((drawSurf_t *) a)->shaderNum < ((drawSurf_t *) b)->shaderNum) in DrawSurfCompare()
1463 else if(((drawSurf_t *) a)->shaderNum > ((drawSurf_t *) b)->shaderNum) in DrawSurfCompare()
1469 if(((drawSurf_t *) a)->lightmapNum < ((drawSurf_t *) b)->lightmapNum) in DrawSurfCompare()
1472 else if(((drawSurf_t *) a)->lightmapNum > ((drawSurf_t *) b)->lightmapNum) in DrawSurfCompare()
1478 if(((drawSurf_t *) a)->entity == &tr.worldEntity && ((drawSurf_t *) b)->entity != &tr.worldEntity) in DrawSurfCompare()
1484 else if(((drawSurf_t *) a)->entity < ((drawSurf_t *) b)->entity) in DrawSurfCompare()
1487 else if(((drawSurf_t *) a)->entity > ((drawSurf_t *) b)->entity) in DrawSurfCompare()
1493 if(((drawSurf_t *) a)->fogNum < ((drawSurf_t *) b)->fogNum) in DrawSurfCompare()
1496 else if(((drawSurf_t *) a)->fogNum > ((drawSurf_t *) b)->fogNum) in DrawSurfCompare()
[all …]
/dports/games/q2pro/q2pro/ref_newgl/
H A Dgl_tess.c36 } drawSurf_t; typedef
41 static drawSurf_t drawSurfs[MAX_DRAW_SURFS];
42 static drawSurf_t drawSurfsBuffer[MAX_DRAW_SURFS];
63 drawSurf_t *drawsurf; in GL_AddBspSurface()
110 drawSurf_t *src, *dst; in mergeArray()
193 static void Tess_SimplePoly( drawSurf_t *surf ) { in Tess_SimplePoly()
283 static void Tess_WarpPolys( drawSurf_t *surf ) { in Tess_WarpPolys()
346 typedef void (*tesselatorFunc_t)( drawSurf_t * );
585 static void EndSurface( drawSurf_t *surf ) { in EndSurface()
613 static void BeginSurface( drawSurf_t *surf ) { in BeginSurface()
[all …]
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/renderer/
H A Dtr_main.c788 static qboolean IsMirror( const drawSurf_t *drawSurf, int entityNum ) in IsMirror()
1054 static ID_INLINE void R_Radix( int byte, int size, drawSurf_t *source, drawSurf_t *dest ) in R_Radix()
1063 end = sortKey + ( size * sizeof( drawSurf_t ) ); in R_Radix()
1064 for( ; sortKey < end; sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1073 for( i = 0; i < size; ++i, sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1084 static void R_RadixSort( drawSurf_t *source, int size ) in R_RadixSort()
1086 static drawSurf_t scratch[ MAX_DRAWSURFS ]; in R_RadixSort()
1136 void SLpolySort(drawSurf_t **Surfs,int numS) in SLpolySort()
1140 drawSurf_t tmp; in SLpolySort()
1163 void R_SortDrawSurfs( drawSurf_t *drawSurfs, int numDrawSurfs ) { in R_SortDrawSurfs()
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/renderer/
H A Dtr_main.c669 qboolean R_GetPortalOrientations( drawSurf_t *drawSurf, int entityNum, in R_GetPortalOrientations()
788 static qboolean IsMirror( const drawSurf_t *drawSurf, int entityNum ) in IsMirror()
853 static qboolean SurfIsOffscreen( const drawSurf_t *drawSurf, vec4_t clipDest[128] ) { in SurfIsOffscreen()
958 qboolean R_MirrorViewBySurface (drawSurf_t *drawSurf, int entityNum) { in R_MirrorViewBySurface()
1054 static ID_INLINE void R_Radix( int byte, int size, drawSurf_t *source, drawSurf_t *dest ) in R_Radix()
1063 end = sortKey + ( size * sizeof( drawSurf_t ) ); in R_Radix()
1064 for( ; sortKey < end; sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1073 for( i = 0; i < size; ++i, sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1084 static void R_RadixSort( drawSurf_t *source, int size ) in R_RadixSort()
1086 static drawSurf_t scratch[ MAX_DRAWSURFS ]; in R_RadixSort()
[all …]
H A Dtr_local.h547 } drawSurf_t; typedef
1606 drawSurf_t *drawSurfs;
1666 drawSurf_t drawSurfs[MAX_DRAWSURFS];
1692 void R_AddDrawSurfCmd( drawSurf_t *drawSurfs, int numDrawSurfs );
/dports/games/ioquake3/ioquake3-1.36/code/renderer/
H A Dtr_main.c669 qboolean R_GetPortalOrientations( drawSurf_t *drawSurf, int entityNum, in R_GetPortalOrientations()
788 static qboolean IsMirror( const drawSurf_t *drawSurf, int entityNum ) in IsMirror()
853 static qboolean SurfIsOffscreen( const drawSurf_t *drawSurf, vec4_t clipDest[128] ) { in SurfIsOffscreen()
958 qboolean R_MirrorViewBySurface (drawSurf_t *drawSurf, int entityNum) { in R_MirrorViewBySurface()
1054 static ID_INLINE void R_Radix( int byte, int size, drawSurf_t *source, drawSurf_t *dest ) in R_Radix()
1063 end = sortKey + ( size * sizeof( drawSurf_t ) ); in R_Radix()
1064 for( ; sortKey < end; sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1073 for( i = 0; i < size; ++i, sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1084 static void R_RadixSort( drawSurf_t *source, int size ) in R_RadixSort()
1086 static drawSurf_t scratch[ MAX_DRAWSURFS ]; in R_RadixSort()
[all …]
H A Dtr_local.h547 } drawSurf_t; typedef
1606 drawSurf_t *drawSurfs;
1666 drawSurf_t drawSurfs[MAX_DRAWSURFS];
1692 void R_AddDrawSurfCmd( drawSurf_t *drawSurfs, int numDrawSurfs );
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/renderer/
H A Dtr_main.c623 qboolean R_GetPortalOrientations( drawSurf_t *drawSurf, int entityNum, in R_GetPortalOrientations()
742 static qboolean IsMirror( const drawSurf_t *drawSurf, int entityNum ) in IsMirror()
807 static qboolean SurfIsOffscreen( const drawSurf_t *drawSurf, vec4_t clipDest[128] ) { in SurfIsOffscreen()
912 qboolean R_MirrorViewBySurface (drawSurf_t *drawSurf, int entityNum) { in R_MirrorViewBySurface()
1008 static ID_INLINE void R_Radix( int byte, int size, drawSurf_t *source, drawSurf_t *dest ) in R_Radix()
1017 end = sortKey + ( size * sizeof( drawSurf_t ) ); in R_Radix()
1018 for( ; sortKey < end; sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1027 for( i = 0; i < size; ++i, sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1038 static void R_RadixSort( drawSurf_t *source, int size ) in R_RadixSort()
1040 static drawSurf_t scratch[ MAX_DRAWSURFS ]; in R_RadixSort()
[all …]
H A Dtr_local.h543 } drawSurf_t; typedef
1571 drawSurf_t *drawSurfs;
1617 drawSurf_t drawSurfs[MAX_DRAWSURFS];
1643 void R_AddDrawSurfCmd( drawSurf_t *drawSurfs, int numDrawSurfs );
/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A Dtr_main.cpp662 qboolean R_GetPortalOrientations( drawSurf_t *drawSurf, int entityNum, in R_GetPortalOrientations()
781 static qboolean IsMirror( const drawSurf_t *drawSurf, int entityNum ) in IsMirror()
846 static qboolean SurfIsOffscreen( const drawSurf_t *drawSurf, vec4_t clipDest[128] ) { in SurfIsOffscreen()
945 qboolean R_MirrorViewBySurface (drawSurf_t *drawSurf, int entityNum) { in R_MirrorViewBySurface()
1041 static QINLINE void R_Radix( int byte, int size, drawSurf_t *source, drawSurf_t *dest ) in R_Radix()
1050 end = sortKey + ( size * sizeof( drawSurf_t ) ); in R_Radix()
1051 for( ; sortKey < end; sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1060 for( i = 0; i < size; ++i, sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1071 static void R_RadixSort( drawSurf_t *source, int size ) in R_RadixSort()
1073 static drawSurf_t scratch[ MAX_DRAWSURFS ]; in R_RadixSort()
[all …]
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_main.c669 qboolean R_GetPortalOrientations( drawSurf_t *drawSurf, int entityNum, in R_GetPortalOrientations()
788 static qboolean IsMirror( const drawSurf_t *drawSurf, int entityNum ) in IsMirror()
853 static qboolean SurfIsOffscreen( const drawSurf_t *drawSurf, vec4_t clipDest[128] ) { in SurfIsOffscreen()
958 qboolean R_MirrorViewBySurface (drawSurf_t *drawSurf, int entityNum) { in R_MirrorViewBySurface()
1054 static ID_INLINE void R_Radix( int byte, int size, drawSurf_t *source, drawSurf_t *dest ) in R_Radix()
1063 end = sortKey + ( size * sizeof( drawSurf_t ) ); in R_Radix()
1064 for( ; sortKey < end; sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1073 for( i = 0; i < size; ++i, sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1084 static void R_RadixSort( drawSurf_t *source, int size ) in R_RadixSort()
1086 static drawSurf_t scratch[ MAX_DRAWSURFS ]; in R_RadixSort()
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/renderer/
H A Dtr_main.c669 qboolean R_GetPortalOrientations( drawSurf_t *drawSurf, int entityNum, in R_GetPortalOrientations()
788 static qboolean IsMirror( const drawSurf_t *drawSurf, int entityNum ) in IsMirror()
853 static qboolean SurfIsOffscreen( const drawSurf_t *drawSurf, vec4_t clipDest[128] ) { in SurfIsOffscreen()
958 qboolean R_MirrorViewBySurface (drawSurf_t *drawSurf, int entityNum) { in R_MirrorViewBySurface()
1054 static ID_INLINE void R_Radix( int byte, int size, drawSurf_t *source, drawSurf_t *dest ) in R_Radix()
1063 end = sortKey + ( size * sizeof( drawSurf_t ) ); in R_Radix()
1064 for( ; sortKey < end; sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1073 for( i = 0; i < size; ++i, sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1084 static void R_RadixSort( drawSurf_t *source, int size ) in R_RadixSort()
1086 static drawSurf_t scratch[ MAX_DRAWSURFS ]; in R_RadixSort()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/renderer/
H A Dtr_main.c964 qboolean R_GetPortalOrientations( drawSurf_t *drawSurf, int entityNum, in R_GetPortalOrientations()
1082 static qboolean IsMirror( const drawSurf_t *drawSurf, int entityNum ) { in IsMirror()
1140 static qboolean SurfIsOffscreen( const drawSurf_t *drawSurf, vec4_t clipDest[128] ) { in SurfIsOffscreen()
1232 qboolean R_MirrorViewBySurface( drawSurf_t *drawSurf, int entityNum ) { in R_MirrorViewBySurface()
1333 static ID_INLINE void R_Radix( int byte, int size, drawSurf_t *source, drawSurf_t *dest ) in R_Radix()
1342 end = sortKey + ( size * sizeof( drawSurf_t ) ); in R_Radix()
1343 for( ; sortKey < end; sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1352 for( i = 0; i < size; ++i, sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1363 static void R_RadixSort( drawSurf_t *source, int size ) in R_RadixSort()
1365 static drawSurf_t scratch[ MAX_DRAWSURFS ]; in R_RadixSort()
[all …]
/dports/games/openjk/OpenJK-07675e2/code/rd-vanilla/
H A Dtr_main.cpp715 qboolean R_GetPortalOrientations( drawSurf_t *drawSurf, int entityNum, in R_GetPortalOrientations()
825 static qboolean IsMirror( const drawSurf_t *drawSurf, int entityNum ) in IsMirror()
890 static qboolean SurfIsOffscreen( const drawSurf_t *drawSurf, vec4_t clipDest[128] ) { in SurfIsOffscreen()
992 qboolean R_MirrorViewBySurface (drawSurf_t *drawSurf, int entityNum) { in R_MirrorViewBySurface()
1109 static QINLINE void R_Radix( int byte, int size, drawSurf_t *source, drawSurf_t *dest ) in R_Radix()
1118 end = sortKey + ( size * sizeof( drawSurf_t ) ); in R_Radix()
1119 for( ; sortKey < end; sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1128 for( i = 0; i < size; ++i, sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1139 static void R_RadixSort( drawSurf_t *source, int size ) in R_RadixSort()
1141 static drawSurf_t scratch[ MAX_DRAWSURFS ]; in R_RadixSort()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/renderer/
H A Dtr_main.c1012 qboolean R_GetPortalOrientations( drawSurf_t *drawSurf, int entityNum, in R_GetPortalOrientations()
1130 static qboolean IsMirror( const drawSurf_t *drawSurf, int entityNum ) { in IsMirror()
1188 static qboolean SurfIsOffscreen( const drawSurf_t *drawSurf, vec4_t clipDest[128] ) { in SurfIsOffscreen()
1283 qboolean R_MirrorViewBySurface( drawSurf_t *drawSurf, int entityNum ) { in R_MirrorViewBySurface()
1384 static ID_INLINE void R_Radix( int byte, int size, drawSurf_t *source, drawSurf_t *dest ) in R_Radix()
1393 end = sortKey + ( size * sizeof( drawSurf_t ) ); in R_Radix()
1394 for( ; sortKey < end; sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1403 for( i = 0; i < size; ++i, sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1414 static void R_RadixSort( drawSurf_t *source, int size ) in R_RadixSort()
1416 static drawSurf_t scratch[ MAX_DRAWSURFS ]; in R_RadixSort()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/rend2/
H A Dtr_main.c1211 qboolean R_GetPortalOrientations( drawSurf_t *drawSurf, int entityNum, in R_GetPortalOrientations()
1329 static qboolean IsMirror( const drawSurf_t *drawSurf, int entityNum ) { in IsMirror()
1387 static qboolean SurfIsOffscreen( const drawSurf_t *drawSurf, vec4_t clipDest[128] ) { in SurfIsOffscreen()
1483 qboolean R_MirrorViewBySurface( drawSurf_t *drawSurf, int entityNum ) { in R_MirrorViewBySurface()
1589 static ID_INLINE void R_Radix( int byte, int size, drawSurf_t *source, drawSurf_t *dest ) in R_Radix()
1598 end = sortKey + ( size * sizeof( drawSurf_t ) ); in R_Radix()
1599 for( ; sortKey < end; sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1608 for( i = 0; i < size; ++i, sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1619 static void R_RadixSort( drawSurf_t *source, int size ) in R_RadixSort()
1621 static drawSurf_t scratch[ MAX_DRAWSURFS ]; in R_RadixSort()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/rend2/
H A Dtr_main.c1242 qboolean R_GetPortalOrientations( drawSurf_t *drawSurf, int entityNum, in R_GetPortalOrientations()
1360 static qboolean IsMirror( const drawSurf_t *drawSurf, int entityNum ) { in IsMirror()
1418 static qboolean SurfIsOffscreen( const drawSurf_t *drawSurf, vec4_t clipDest[128] ) { in SurfIsOffscreen()
1517 qboolean R_MirrorViewBySurface( drawSurf_t *drawSurf, int entityNum ) { in R_MirrorViewBySurface()
1623 static ID_INLINE void R_Radix( int byte, int size, drawSurf_t *source, drawSurf_t *dest ) in R_Radix()
1632 end = sortKey + ( size * sizeof( drawSurf_t ) ); in R_Radix()
1633 for( ; sortKey < end; sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1642 for( i = 0; i < size; ++i, sortKey += sizeof( drawSurf_t ) ) in R_Radix()
1653 static void R_RadixSort( drawSurf_t *source, int size ) in R_RadixSort()
1655 static drawSurf_t scratch[ MAX_DRAWSURFS ]; in R_RadixSort()
[all …]

1234