HomeSort by relevance Sort by last modified time
    Searched refs:destx (Results 1 - 25 of 39) sorted by null

1 2

  /hardware/intel/img/psb_video/src/android/
psb_output_android.h 43 short destx; member in struct:_psb_android_output_s
psb_output_android.c 156 short destx,
177 destx, desty, destw, desth, 0, /* no subtitle */
196 short destx, /* screen cooridination */
224 destx += _pos_x;
229 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_overlay: src (%d, %d, %d, %d), destx (%d, %d, %d, %d).\n",
230 srcx, srcy, srcw, srch, destx, desty, destw, desth);
234 destx, desty, destw, desth, /* screen coordinate */
248 short destx;
254 psb_android_get_destbox(&destx, &desty, &destw, &desth);
255 /*drv_debug_msg(VIDEO_DEBUG_GENERAL, "destbox = (%d,%d,%d,%d)\n", destx, desty, destw, desth);*
    [all...]
psb_android_glue.h 43 void psb_android_get_destbox(short* destx, short* desty, unsigned short* destw, unsigned short* desth);
  /hardware/intel/img/psb_video/src/x11/
psb_coverlay.c 366 short destx,
375 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth);
404 int destx, desty, destw, desth; local
418 destx = subpicture->subpic_dstx + surface_x;
444 if (destx < 0) {
445 destw += destx;
446 destx = 0;
454 if ((destx + destw) > surface_w)
455 destw = surface_w - destx;
485 pPriv->clear_key[i].subpic_dstx = destx;
    [all...]
psb_x11.h 56 short destx; member in struct:__anon42816
117 short destx,
135 short destx,
152 short destx,
psb_ctexture.c 60 static VAStatus psb_extend_dri_init(VADriverContextP ctx, unsigned int destx, unsigned desty, unsigned destw, unsigned desth)
71 output->extend_drawable = (Window)psb_xrandr_create_full_screen_window(destx, desty, destw, desth);
227 short destx,
405 srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
465 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: Main video Pixmap, coordinate: srcx= %d, srcy=%d, srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
466 srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer);
468 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, local
473 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo_pixmap, surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
483 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_putsurface_ctexture: Main video, swap buffer, coordinate: srcx= %d, srcy=%d, srcw=%d, srch=%d, destx=%d, desty=%d, destw=%d, desth=%d, cur_buffer=%d\n",
484 srcx, srcy, srcw, srch, destx, desty, destw, desth, texture_priv->current_blt_buffer)
487 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 1, local
492 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->blt_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, destw, desth, 0, local
505 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
510 psb_putsurface_textureblit(ctx, (unsigned char *)texture_priv->flip_meminfo[texture_priv->current_blt_buffer], surface, srcx, srcy, srcw, srch, destx, desty, local
    [all...]
psb_x11.c 112 short destx,
252 XPutImage((Display *)ctx->native_dpy, draw, gc, ximg, 0, 0, destx, desty, width, height);
463 short destx,
491 destx, desty, destw, desth, flags);
511 destx, desty, destw, desth,
527 destx, desty, destw, desth,
533 destx, desty, destw, desth,
psb_xrandr.h 176 Window psb_xrandr_create_full_screen_window(unsigned int destx, unsigned int desty, unsigned int destw, unsigned int desth);
  /hardware/intel/common/libva/va/
va_x11.h 57 short destx,
va_android.h 71 short destx,
va_backend_tpi.h 57 short destx,
va_tpi.h 81 short destx,
va_tpi.c 80 short destx,
97 destx, desty, destw, desth, cliprects, number_cliprects, flags );
va_trace.h 204 short destx,
  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 46 unsigned destx, unsigned desty, unsigned width, unsigned height)
146 OUT_BATCH_F(destx + width);
148 OUT_BATCH_F(destx);
150 OUT_BATCH_F(destx);
165 OUT_BATCH_F(destx + width);
167 OUT_BATCH_F(destx);
169 OUT_BATCH_F(destx);
197 OUT_BATCH_F(destx + width);
199 OUT_BATCH_F(destx);
201 OUT_BATCH_F(destx);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 89 GLint width, GLint height, GLint destx, GLint desty)
104 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
173 span.x = destx;
178 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba);
234 GLint destx, GLint desty )
255 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
315 span.x = destx;
319 _swrast_write_zoomed_depth_span(ctx, destx, desty, &span);
336 GLint destx, GLint desty )
352 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height
    [all...]
swrast.h 137 GLint destx, GLint desty,
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel.h 55 GLint destx, GLint desty, GLenum type);
intel_pixel_copy.c 198 GLint destx, GLint desty, GLenum type)
205 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
209 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel.h 53 GLint destx, GLint desty, GLenum type);
intel_pixel_copy.c 199 GLint destx, GLint desty, GLenum type)
206 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
210 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
  /hardware/intel/common/libva/va/android/
va_android.cpp 196 short destx,
214 short destx,
235 destx, desty, destw, desth,
239 destx, desty, destw, desth,
  /hardware/intel/common/libva/va/x11/
va_x11.c 224 short destx,
242 short destx,
260 destx, desty, destw, desth,
264 destx, desty, destw, desth,
  /external/mesa3d/src/mesa/main/
drawpix.c 268 GLint destx = IROUND(ctx->Current.RasterPos[0]); local
270 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
  /hardware/intel/img/psb_video/src/
psb_output.h 198 short destx,
221 short destx,

Completed in 464 milliseconds

1 2