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

1 2

  /hardware/intel/img/psb_video/src/android/
psb_output_android.h 44 short desty; member in struct:_psb_android_output_s
psb_output_android.c 157 short desty,
177 destx, desty, destw, desth, 0, /* no subtitle */
197 short desty,
225 desty += _pos_y;
230 srcx, srcy, srcw, srch, destx, desty, destw, desth);
234 destx, desty, destw, desth, /* screen coordinate */
249 short desty;
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);*/
256 if ((destx >= 0) && (desty >= 0) &
    [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 367 short desty,
375 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth);
404 int destx, desty, destw, desth; local
419 desty = subpicture->subpic_dsty + surface_y;
449 if (desty < 0) {
450 desth += desty;
451 desty = 0;
456 if ((desty + desth) > surface_h)
457 desth = surface_h - desty;
486 pPriv->clear_key[i].subpic_dsty = desty;
    [all...]
psb_x11.h 57 short desty; member in struct:__anon42816
118 short desty,
136 short desty,
153 short desty,
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);
228 short desty,
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 113 short desty,
252 XPutImage((Display *)ctx->native_dpy, draw, gc, ximg, 0, 0, destx, desty, width, height);
464 short desty,
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 58 short desty,
va_android.h 72 short desty,
va_backend_tpi.h 58 short desty,
va_tpi.h 82 short desty,
va_tpi.c 81 short desty,
97 destx, desty, destw, desth, cliprects, number_cliprects, flags );
va_trace.h 205 short desty,
  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 46 unsigned destx, unsigned desty, unsigned width, unsigned height)
147 OUT_BATCH_F(desty + height);
149 OUT_BATCH_F(desty + height);
151 OUT_BATCH_F(desty);
166 OUT_BATCH_F(desty + height);
168 OUT_BATCH_F(desty + height);
170 OUT_BATCH_F(desty);
198 OUT_BATCH_F(desty + height);
200 OUT_BATCH_F(desty + height);
202 OUT_BATCH_F(desty);
    [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,
112 if (!overlapping && srcy < desty) {
115 dy = desty + height - 1;
121 dy = desty;
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,
263 if (!overlapping && srcy < desty) {
266 dy = desty + height - 1
    [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 197 short desty,
215 short desty,
235 destx, desty, destw, desth,
239 destx, desty, destw, desth,
  /hardware/intel/common/libva/va/x11/
va_x11.c 225 short desty,
243 short desty,
260 destx, desty, destw, desth,
264 destx, desty, destw, desth,
  /external/mesa3d/src/mesa/main/
drawpix.c 269 GLint desty = IROUND(ctx->Current.RasterPos[1]); local
270 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
  /hardware/intel/img/psb_video/src/
psb_output.h 199 short desty,
222 short desty,

Completed in 1030 milliseconds

1 2