Searched defs:surfaces (Results 1 - 25 of 26) sorted by relevance

12

/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/chromium_org/ui/ozone/public/
H A Doverlay_candidates_ozone.cc21 OverlaySurfaceCandidateList* surfaces) {
20 CheckOverlaySupport( OverlaySurfaceCandidateList* surfaces) argument
/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
/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...]
/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/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/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/drivers/rbug/
H A Drbug_screen.h59 struct rbug_list surfaces; member in struct:rbug_screen
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xvmc.c68 static XF86MCSurfaceInfoPtr surfaces[] = variable
88 sizeof(surfaces)/sizeof(*surfaces),
89 surfaces,
/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/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/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/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/cc/output/
H A Doverlay_unittest.cc43 virtual void CheckOverlaySupport(OverlayCandidateList* surfaces) OVERRIDE;
47 OverlayCandidateList* surfaces) {
48 ASSERT_EQ(2U, surfaces->size());
50 OverlayCandidate& candidate = surfaces->back();
46 CheckOverlaySupport( OverlayCandidateList* surfaces) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_compute.c465 struct pipe_surface ** surfaces)
468 struct r600_surface **resources = (struct r600_surface **)surfaces;
463 evergreen_set_compute_resources(struct pipe_context * ctx_, unsigned start, unsigned count, struct pipe_surface ** surfaces) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dnative_dri2.c63 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/drivers/r600/
H A Devergreen_compute.c465 struct pipe_surface ** surfaces)
468 struct r600_surface **resources = (struct r600_surface **)surfaces;
463 evergreen_set_compute_resources(struct pipe_context * ctx_, unsigned start, unsigned count, struct pipe_surface ** surfaces) argument
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_dri2.c63 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/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp524 tcu::Surface* surfaces[2] = {&testSurface, &refSurface}; local
541 tcu::Surface& dstSurface = *surfaces[contextNdx];
659 tcu::Surface* surfaces[2] = {&testSurface, &refSurface}; local
678 tcu::Surface& dstSurface = *surfaces[contextNdx];
867 tcu::Surface* surfaces[2] = {&testSurface, &refSurface}; local
891 tcu::Surface& dstSurface = *surfaces[contextNdx];

Completed in 7107 milliseconds

12