HomeSort by relevance Sort by last modified time
    Searched defs:surfaces (Results 1 - 10 of 10) 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/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollection.cpp 44 // TILED PAINTING / SURFACES //
57 // allocate surfaces for layers, merging where possible
58 ALOGV("new tree, allocating surfaces for tree %p", m_baseLayer);
118 // create a duplicate vector of surfaces, sorted by z value
119 Vector <Surface*> surfaces; local
121 surfaces.append(m_surfaces[i]);
122 std::stable_sort(surfaces.begin()+1, surfaces.end(), compareSurfaceZ);
126 needsRedraw |= surfaces[i]->drawGL(layerTilesDisabled);
  /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
  /gdk/samples/quake/jni/
gl_model.h 392 msurface_t *surfaces; member in struct:model_s

Completed in 689 milliseconds