HomeSort by relevance Sort by last modified time
    Searched defs:surfaces (Results 1 - 9 of 9) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.h 80 /* Information for hardware surfaces */
81 vidmem_bucket surfaces; member in struct:SDL_PrivateVideoData
114 #define surfaces (this->hidden->surfaces) macro
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.h 83 vidmem_bucket surfaces; member in struct:SDL_PrivateVideoData
121 #define surfaces (this->hidden->surfaces) macro
147 /* These are utility functions for working with video surfaces */
167 for ( bucket=&surfaces; bucket; bucket=bucket->next ) {
  /external/quake/quake/src/QW/client/
r_edge.c 40 surf_t *surfaces, *surface_p, *surf_max; variable
42 // surfaces are generated in back to front order by the bsp, so if a surf
44 // surfaces[1] is the background, and is used as the active surface stack
93 for (s=surface_p-1 ; s>&surfaces[1] ; s--)
107 for (s = &surfaces[1] ; s<surface_p ; s++)
134 surface_p = &surfaces[2]; // background is surface 1,
136 surfaces[1].spans = NULL; // no background spans yet
137 surfaces[1].flags = SURF_DRAWBACKGROUND;
143 surfaces[1].key = 0;
149 surfaces[1].key = 0x7FFFFFFF
    [all...]
gl_model.h 395 msurface_t *surfaces; member in struct:model_s
model.h 361 msurface_t *surfaces; member in struct:model_s
  /external/quake/quake/src/WinQuake/
r_edge.cpp 40 surf_t *surfaces, *surface_p, *surf_max; variable
42 // surfaces are generated in back to front order by the bsp, so if a surf
44 // surfaces[1] is the background, and is used as the active surface stack
93 for (s=surface_p-1 ; s>&surfaces[1] ; s--)
107 for (s = &surfaces[1] ; s<surface_p ; s++)
134 surface_p = &surfaces[2]; // background is surface 1,
136 surfaces[1].spans = NULL; // no background spans yet
137 surfaces[1].flags = SURF_DRAWBACKGROUND;
143 surfaces[1].key = 0;
149 surfaces[1].key = 0x7FFFFFFF;
    [all...]
model.h 344 msurface_t *surfaces; member in struct:model_s
gl_model.h 392 msurface_t *surfaces; member in struct:model_s
  /frameworks/base/include/private/surfaceflinger/
SharedBufferStack.h 142 SharedBufferStack surfaces[ SharedBufferStack::NUM_LAYERS_MAX ]; member in class:android::SharedClient

Completed in 109 milliseconds