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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_video_buffer.h 48 struct pipe_surface *surfaces[VL_MAX_SURFACES]; member in struct:vl_video_buffer
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_video_buffer.h 48 struct pipe_surface *surfaces[VL_MAX_SURFACES]; member in struct:vl_video_buffer
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xvmc.c 68 static XF86MCSurfaceInfoPtr surfaces[] = variable
88 sizeof(surfaces)/sizeof(*surfaces),
89 surfaces,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS]; member in struct:nouveau_texture
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xvmc.c 68 static XF86MCSurfaceInfoPtr surfaces[] = variable
88 sizeof(surfaces)/sizeof(*surfaces),
89 surfaces,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS]; member in struct:nouveau_texture
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_screen.h 59 struct rbug_list surfaces; member in struct:rbug_screen
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_screen.h 59 struct rbug_list surfaces; member in struct:rbug_screen
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
surface.c 350 struct pipe_surface **surfaces; local
356 surfaces = vlsurf->video_buffer->get_surfaces(vlsurf->video_buffer);
360 if (!surfaces[i])
366 pipe->clear_render_target(pipe, surfaces[i], &c, 0, 0,
367 surfaces[i]->width, surfaces[i]->height);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c 350 struct pipe_surface **surfaces; local
356 surfaces = vlsurf->video_buffer->get_surfaces(vlsurf->video_buffer);
360 if (!surfaces[i])
366 pipe->clear_render_target(pipe, surfaces[i], &c, 0, 0,
367 surfaces[i]->width, surfaces[i]->height);
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.h 82 /* Information for hardware surfaces */
83 vidmem_bucket surfaces; member in struct:SDL_PrivateVideoData
116 #define surfaces (this->hidden->surfaces) macro
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 139 SurfaceMap* surfaces = g_surface_map.Pointer(); local
140 SurfaceMap::iterator it = surfaces->find(surface_id);
141 jobject jsurface = it == surfaces->end() ? NULL : it->second.obj();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.h 16 struct pipe_surface *surfaces[3]; member in struct:nouveau_video_buffer
41 struct nouveau_video_buffer *surfaces[8]; member in struct:nouveau_decoder
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 16 struct pipe_surface *surfaces[3]; member in struct:nouveau_video_buffer
41 struct nouveau_video_buffer *surfaces[8]; member in struct:nouveau_decoder
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h 96 vidmem_bucket surfaces; member in struct:SDL_PrivateVideoData
139 #define surfaces (this->hidden->surfaces) macro
165 /* These are utility functions for working with video surfaces */
185 for ( bucket=&surfaces; bucket; bucket=bucket->next ) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 182 List<Surface> surfaces = new ArrayList<Surface>(); local
183 surfaces.add(mSurface);
186 mCamera.configureOutputs(surfaces);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_dri2.c 63 struct util_hash_table *surfaces; member in struct:dri2_display
447 util_hash_table_remove(dri2surf->dri2dpy->surfaces,
479 util_hash_table_set(dri2surf->dri2dpy->surfaces,
761 if (dri2dpy->surfaces)
762 util_hash_table_destroy(dri2dpy->surfaces);
781 util_hash_table_get(dri2dpy->surfaces, (void *) drawable);
928 dri2dpy->surfaces = util_hash_table_create(dri2_display_hash_table_hash,
930 if (!dri2dpy->surfaces) {
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
native_dri2.c 63 struct util_hash_table *surfaces; member in struct:dri2_display
447 util_hash_table_remove(dri2surf->dri2dpy->surfaces,
479 util_hash_table_set(dri2surf->dri2dpy->surfaces,
761 if (dri2dpy->surfaces)
762 util_hash_table_destroy(dri2dpy->surfaces);
781 util_hash_table_get(dri2dpy->surfaces, (void *) drawable);
928 dri2dpy->surfaces = util_hash_table_create(dri2_display_hash_table_hash,
930 if (!dri2dpy->surfaces) {

Completed in 316 milliseconds