/external/quake/quake/src/WinQuake/ |
D | r_edge.cpp | 40 surf_t *surfaces, *surface_p, *surf_max; variable 93 for (s=surface_p-1 ; s>&surfaces[1] ; s--) in R_DrawCulledPolys() 107 for (s = &surfaces[1] ; s<surface_p ; s++) in R_DrawCulledPolys() 134 surface_p = &surfaces[2]; // background is surface 1, in R_BeginEdgeFrame() 136 surfaces[1].spans = NULL; // no background spans yet in R_BeginEdgeFrame() 137 surfaces[1].flags = SURF_DRAWBACKGROUND; in R_BeginEdgeFrame() 143 surfaces[1].key = 0; in R_BeginEdgeFrame() 149 surfaces[1].key = 0x7FFFFFFF; in R_BeginEdgeFrame() 310 surf = surfaces[1].next; in R_CleanupSpan() 327 } while (surf != &surfaces[1]); in R_CleanupSpan() [all …]
|
D | r_misc.cpp | 384 if ((surface_p - surfaces) > r_maxsurfsseen) in R_SetupFrame() 385 r_maxsurfsseen = surface_p - surfaces; in R_SetupFrame() 387 Con_Printf ("Used %d of %d surfs; %d max\n", surface_p - surfaces, in R_SetupFrame() 388 surf_max - surfaces, r_maxsurfsseen); in R_SetupFrame()
|
D | r_main.cpp | 265 surfaces = Hunk_AllocName (r_cnumsurfs * sizeof(surf_t), "surfaces"); in R_NewMap() 266 surface_p = surfaces; in R_NewMap() 267 surf_max = &surfaces[r_cnumsurfs]; in R_NewMap() 271 surfaces--; in R_NewMap() 895 surfaces = (surf_t *) in R_EdgeDrawing() 897 surf_max = &surfaces[r_cnumsurfs]; in R_EdgeDrawing() 900 surfaces--; in R_EdgeDrawing()
|
D | r_edgea.s | 333 movl C(surfaces),%eax 353 movl C(surfaces),%eax 367 movl C(surfaces),%eax 375 movl C(surfaces),%eax 738 movl C(surfaces),%eax
|
D | r_draw.cpp | 196 edge->surfs[0] = surface_p - surfaces; in R_EmitEdge() 209 edge->surfs[1] = surface_p - surfaces; in R_EmitEdge() 370 pedge_t->surfs[0] = surface_p - surfaces; in R_EmitCachedEdge() 372 pedge_t->surfs[1] = surface_p - surfaces; in R_EmitCachedEdge() 889 psurf = &pmodel->surfaces[pmodel->firstmodelsurface]; in R_ZDrawSubmodelPolys()
|
D | r_light.cpp | 94 surf = cl.worldmodel->surfaces + node->firstsurface; in R_MarkLights() 185 surf = cl.worldmodel->surfaces + node->firstsurface; in RecursiveLightPoint()
|
D | d_edge.cpp | 189 for (s = &surfaces[1] ; s<surface_p ; s++) in D_DrawSurfaces() 204 for (s = &surfaces[1] ; s<surface_p ; s++) in D_DrawSurfaces()
|
D | r_bsp.cpp | 341 psurf = &pmodel->surfaces[pmodel->firstmodelsurface]; in R_DrawSolidClippedSubmodelPolygons() 420 psurf = &pmodel->surfaces[pmodel->firstmodelsurface]; in R_DrawSubmodelPolygons() 563 surf = cl.worldmodel->surfaces + node->firstsurface; in R_RecursiveWorldNode()
|
D | r_shared.h | 101 extern surf_t *surfaces, *surface_p, *surf_max;
|
D | gl_rlight.cpp | 217 surf = cl.worldmodel->surfaces + node->firstsurface; in R_MarkLights() 316 surf = cl.worldmodel->surfaces + node->firstsurface; in RecursiveLightPoint()
|
/external/quake/quake/src/QW/client/ |
D | r_edge.c | 40 surf_t *surfaces, *surface_p, *surf_max; variable 93 for (s=surface_p-1 ; s>&surfaces[1] ; s--) in R_DrawCulledPolys() 107 for (s = &surfaces[1] ; s<surface_p ; s++) in R_DrawCulledPolys() 134 surface_p = &surfaces[2]; // background is surface 1, in R_BeginEdgeFrame() 136 surfaces[1].spans = NULL; // no background spans yet in R_BeginEdgeFrame() 137 surfaces[1].flags = SURF_DRAWBACKGROUND; in R_BeginEdgeFrame() 143 surfaces[1].key = 0; in R_BeginEdgeFrame() 149 surfaces[1].key = 0x7FFFFFFF; in R_BeginEdgeFrame() 310 surf = surfaces[1].next; in R_CleanupSpan() 327 } while (surf != &surfaces[1]); in R_CleanupSpan() [all …]
|
D | r_main.c | 273 surfaces = Hunk_AllocName (r_cnumsurfs * sizeof(surf_t), "surfaces"); in R_NewMap() 274 surface_p = surfaces; in R_NewMap() 275 surf_max = &surfaces[r_cnumsurfs]; in R_NewMap() 279 surfaces--; in R_NewMap() 908 surfaces = (surf_t *) in R_EdgeDrawing() 910 surf_max = &surfaces[r_cnumsurfs]; in R_EdgeDrawing() 913 surfaces--; in R_EdgeDrawing()
|
D | r_misc.c | 457 if ((surface_p - surfaces) > r_maxsurfsseen) in R_SetupFrame() 458 r_maxsurfsseen = surface_p - surfaces; in R_SetupFrame() 460 Con_Printf ("Used %d of %d surfs; %d max\n", surface_p - surfaces, in R_SetupFrame() 461 surf_max - surfaces, r_maxsurfsseen); in R_SetupFrame()
|
D | r_draw.c | 196 edge->surfs[0] = surface_p - surfaces; in R_EmitEdge() 209 edge->surfs[1] = surface_p - surfaces; in R_EmitEdge() 370 pedge_t->surfs[0] = surface_p - surfaces; in R_EmitCachedEdge() 372 pedge_t->surfs[1] = surface_p - surfaces; in R_EmitCachedEdge() 889 psurf = &pmodel->surfaces[pmodel->firstmodelsurface]; in R_ZDrawSubmodelPolys()
|
D | r_edgea.s | 333 movl C(surfaces),%eax 353 movl C(surfaces),%eax 367 movl C(surfaces),%eax 375 movl C(surfaces),%eax 738 movl C(surfaces),%eax
|
D | r_light.c | 94 surf = cl.worldmodel->surfaces + node->firstsurface; in R_MarkLights() 185 surf = cl.worldmodel->surfaces + node->firstsurface; in RecursiveLightPoint()
|
D | d_edge.c | 189 for (s = &surfaces[1] ; s<surface_p ; s++) in D_DrawSurfaces() 208 for (s = &surfaces[1] ; s<surface_p ; s++) in D_DrawSurfaces()
|
D | r_bsp.c | 341 psurf = &pmodel->surfaces[pmodel->firstmodelsurface]; in R_DrawSolidClippedSubmodelPolygons() 420 psurf = &pmodel->surfaces[pmodel->firstmodelsurface]; in R_DrawSubmodelPolygons() 563 surf = cl.worldmodel->surfaces + node->firstsurface; in R_RecursiveWorldNode()
|
D | r_shared.h | 98 extern surf_t *surfaces, *surface_p, *surf_max;
|
D | gl_rlight.c | 214 surf = cl.worldmodel->surfaces + node->firstsurface; in R_MarkLights() 313 surf = cl.worldmodel->surfaces + node->firstsurface; in RecursiveLightPoint()
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
D | SDL_dgavideo.h | 83 vidmem_bucket surfaces; member 116 #define surfaces (this->hidden->surfaces) macro
|
D | SDL_dgavideo.c | 604 for ( bucket=&surfaces; bucket; bucket=bucket->next ) { in DGA_DumpHWSurfaces() 611 if ( bucket != &surfaces ) { in DGA_DumpHWSurfaces() 638 bucket->prev = &surfaces; in DGA_InitHWSurfaces() 648 surfaces.prev = NULL; in DGA_InitHWSurfaces() 649 surfaces.used = 1; in DGA_InitHWSurfaces() 650 surfaces.dirty = 0; in DGA_InitHWSurfaces() 651 surfaces.base = screen->pixels; in DGA_InitHWSurfaces() 652 surfaces.size = (unsigned int)((long)base - (long)surfaces.base); in DGA_InitHWSurfaces() 653 surfaces.next = bucket; in DGA_InitHWSurfaces() 654 screen->hwdata = (struct private_hwdata *)((char*)&surfaces); in DGA_InitHWSurfaces() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | SDL_fbvideo.h | 96 vidmem_bucket surfaces; member 139 #define surfaces (this->hidden->surfaces) macro 185 for ( bucket=&surfaces; bucket; bucket=bucket->next ) { in FB_WaitBusySurfaces()
|
D | SDL_fbvideo.c | 1197 for ( bucket=&surfaces; bucket; bucket=bucket->next ) { in FB_DumpHWSurfaces() 1204 if ( bucket != &surfaces ) { in FB_DumpHWSurfaces() 1231 bucket->prev = &surfaces; in FB_InitHWSurfaces() 1241 surfaces.prev = NULL; in FB_InitHWSurfaces() 1242 surfaces.used = 1; in FB_InitHWSurfaces() 1243 surfaces.dirty = 0; in FB_InitHWSurfaces() 1244 surfaces.base = screen->pixels; in FB_InitHWSurfaces() 1245 surfaces.size = (unsigned int)((long)base - (long)surfaces.base); in FB_InitHWSurfaces() 1246 surfaces.next = bucket; in FB_InitHWSurfaces() 1247 screen->hwdata = (struct private_hwdata *)&surfaces; in FB_InitHWSurfaces() [all …]
|
/external/qemu/distrib/sdl-1.2.15/ |
D | WhatsNew | 150 an alpha channel.) This is useful for surfaces with alpha. 166 and disable per-pixel alpha blending for surfaces with an alpha 176 This flag can be set for both surfaces with an alpha channel 177 and surfaces with an alpha value set by SDL_SetAlpha(). 178 As always, RLE surfaces must be locked before pixel access is 182 The blit semantics for surfaces with and without alpha and colorkey 225 As a special case, blits from surfaces with per-surface alpha 227 than other alpha values. This does not apply to surfaces with 281 creating surfaces that you want accelerated in this way. You must 282 lock surfaces that have this flag set, and the lock will block until [all …]
|