Searched refs:surfaces (Results 1 - 25 of 67) sorted by relevance

123

/external/chromium_org/content/browser/compositor/
H A Doverlay_candidate_validator_ozone.cc37 cc::OverlayCandidateList* surfaces) {
38 DCHECK_GE(2U, surfaces->size());
40 ozone_surface_list.resize(surfaces->size());
42 for (size_t i = 0; i < surfaces->size(); i++) {
43 ozone_surface_list.at(i).transform = surfaces->at(i).transform;
44 ozone_surface_list.at(i).format = GetOzoneFormat(surfaces->at(i).format);
45 ozone_surface_list.at(i).display_rect = surfaces->at(i).display_rect;
46 ozone_surface_list.at(i).crop_rect = surfaces->at(i).uv_rect;
47 ozone_surface_list.at(i).plane_z_order = surfaces->at(i).plane_z_order;
51 DCHECK_EQ(surfaces
36 CheckOverlaySupport( cc::OverlayCandidateList* surfaces) argument
[all...]
H A Doverlay_candidate_validator_ozone.h28 virtual void CheckOverlaySupport(cc::OverlayCandidateList* surfaces) OVERRIDE;
/external/chromium_org/cc/output/
H A Doverlay_candidate_validator.h23 virtual void CheckOverlaySupport(OverlayCandidateList* surfaces) = 0;
/external/chromium_org/third_party/libva/va/
H A Dva_compat.h102 #define vaCreateSurfaces6(dpy, width, height, format, num_surfaces, surfaces) \
103 (vaCreateSurfaces)(dpy, format, width, height, surfaces, num_surfaces, \
106 #define vaCreateSurfaces8(dpy, format, width, height, surfaces, num_surfaces, attribs, num_attribs) \
107 (vaCreateSurfaces)(dpy, format, width, height, surfaces, num_surfaces, \
H A Dva_backend_tpi.h44 VASurfaceID *surfaces, /* out */
H A Dva_tpi.h95 VASurfaceID *surfaces, /* out */
/external/chromium_org/ui/ozone/public/
H A Doverlay_candidates_ozone.cc21 OverlaySurfaceCandidateList* surfaces) {
20 CheckOverlaySupport( OverlaySurfaceCandidateList* surfaces) argument
H A Doverlay_candidates_ozone.h49 virtual void CheckOverlaySupport(OverlaySurfaceCandidateList* surfaces);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_xvmc.c68 static XF86MCSurfaceInfoPtr surfaces[] = variable
88 sizeof(surfaces)/sizeof(*surfaces),
89 surfaces,
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xvmc.c68 static XF86MCSurfaceInfoPtr surfaces[] = variable
88 sizeof(surfaces)/sizeof(*surfaces),
89 surfaces,
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.h82 /* Information for hardware surfaces */
83 vidmem_bucket surfaces; member in struct:SDL_PrivateVideoData
116 #define surfaces (this->hidden->surfaces) macro
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.h44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS]; member in struct:nouveau_texture
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.h44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS]; member in struct:nouveau_texture
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
H A Drbug_screen.h59 struct rbug_list surfaces; member in struct:rbug_screen
/external/mesa3d/src/gallium/drivers/rbug/
H A Drbug_screen.h59 struct rbug_list surfaces; member in struct:rbug_screen
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.h96 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 ) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_video.h16 struct pipe_surface *surfaces[3]; member in struct:nouveau_video_buffer
41 struct nouveau_video_buffer *surfaces[8]; member in struct:nouveau_decoder
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
H A Dva_surface.c53 int num_surfaces, VASurfaceID *surfaces)
78 surfaces[n] = vlAddDataHTAB((void *)(va_surface + n));
52 vlVaCreateSurfaces(VADriverContextP ctx, int width, int height, int format, int num_surfaces, VASurfaceID *surfaces) argument
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.h16 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/state_trackers/va/
H A Dva_surface.c53 int num_surfaces, VASurfaceID *surfaces)
78 surfaces[n] = vlAddDataHTAB((void *)(va_surface + n));
52 vlVaCreateSurfaces(VADriverContextP ctx, int width, int height, int format, int num_surfaces, VASurfaceID *surfaces) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Dsurface.c350 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/
H A Dsurface.c350 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/chromium_org/mojo/examples/surfaces_app/
H A Dchild_impl.h10 #include "cc/surfaces/surface_id.h"
11 #include "cc/surfaces/surface_id_allocator.h"
14 #include "mojo/services/public/interfaces/surfaces/surface_id.mojom.h"
15 #include "mojo/services/public/interfaces/surfaces/surfaces.mojom.h"
16 #include "mojo/services/public/interfaces/surfaces/surfaces_service.mojom.h"
28 namespace surfaces { namespace in namespace:mojo
34 // Simple example of a child app using surfaces.
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.h48 struct pipe_surface *surfaces[VL_MAX_SURFACES]; member in struct:vl_video_buffer
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.h48 struct pipe_surface *surfaces[VL_MAX_SURFACES]; member in struct:vl_video_buffer

Completed in 514 milliseconds

123