Searched refs:surface_flags (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dcontext.c48 int *mc_type, int *surface_flags,
64 assert(surface_flags);
99 *surface_flags = surface_info[l].flags;
113 *mc_type, *surface_flags, *subpic_max_w, *subpic_max_h);
188 int surface_flags = 0; local
205 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags,
221 if (surface_flags & XVMC_INTRA_UNSIGNED) {
45 Validate(Display *dpy, XvPortID port, int surface_type_id, unsigned int width, unsigned int height, int flags, bool *found_port, int *screen, int *chroma_format, int *mc_type, int *surface_flags, unsigned short *subpic_max_w, unsigned short *subpic_max_h) argument
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dcontext.c48 int *mc_type, int *surface_flags,
64 assert(surface_flags);
99 *surface_flags = surface_info[l].flags;
113 *mc_type, *surface_flags, *subpic_max_w, *subpic_max_h);
188 int surface_flags = 0; local
205 &found_port, &scrn, &chroma_format, &mc_type, &surface_flags,
221 if (surface_flags & XVMC_INTRA_UNSIGNED) {
45 Validate(Display *dpy, XvPortID port, int surface_type_id, unsigned int width, unsigned int height, int flags, bool *found_port, int *screen, int *chroma_format, int *mc_type, int *surface_flags, unsigned short *subpic_max_w, unsigned short *subpic_max_h) argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_cmd.c431 unsigned surface_flags; local
435 surface_flags = SVGA_RELOC_WRITE;
439 surface_flags = SVGA_RELOC_READ;
456 swc->surface_relocation(swc, &cmd->host.sid, texture->handle, surface_flags);
489 unsigned surface_flags; local
493 surface_flags = SVGA_RELOC_WRITE;
497 surface_flags = SVGA_RELOC_READ;
514 swc->surface_relocation(swc, &cmd->host.sid, host, surface_flags);
H A Dsvga_resource_buffer_upload.c188 unsigned surface_flags; local
193 surface_flags = SVGA_RELOC_WRITE;
197 surface_flags = SVGA_RELOC_READ;
216 swc->surface_relocation(swc, &cmd->host.sid, host, surface_flags);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c431 unsigned surface_flags; local
435 surface_flags = SVGA_RELOC_WRITE;
439 surface_flags = SVGA_RELOC_READ;
456 swc->surface_relocation(swc, &cmd->host.sid, texture->handle, surface_flags);
489 unsigned surface_flags; local
493 surface_flags = SVGA_RELOC_WRITE;
497 surface_flags = SVGA_RELOC_READ;
514 swc->surface_relocation(swc, &cmd->host.sid, host, surface_flags);
H A Dsvga_resource_buffer_upload.c188 unsigned surface_flags; local
193 surface_flags = SVGA_RELOC_WRITE;
197 surface_flags = SVGA_RELOC_READ;
216 swc->surface_relocation(swc, &cmd->host.sid, host, surface_flags);
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_surface.c797 Uint32 surface_flags; local
840 surface_flags = surface->flags;
841 if ( (surface_flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
845 surface_flags &= ~SDL_SRCCOLORKEY;
851 if ( (surface_flags & SDL_SRCALPHA) == SDL_SRCALPHA ) {
872 if ( (surface_flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) {
873 Uint32 cflags = surface_flags&(SDL_SRCCOLORKEY|SDL_RLEACCELOK);
883 if ( (surface_flags & SDL_SRCALPHA) == SDL_SRCALPHA ) {
884 Uint32 aflags = surface_flags&(SDL_SRCALPHA|SDL_RLEACCELOK);

Completed in 160 milliseconds