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

1 2 3

  /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:__anon40239
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...]
  /external/chromium_org/third_party/libva/va/
va_android.h 71 short desty,
va_x11.h 58 short desty,
va_backend_tpi.h 59 short desty,
va_tpi.h 80 short desty,
  /hardware/intel/common/libva/va/
va_android.h 71 short desty,
va_x11.h 58 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 );
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_clear.c 47 unsigned destx, unsigned desty, unsigned width, unsigned height)
148 OUT_BATCH_F(desty + height);
150 OUT_BATCH_F(desty + height);
152 OUT_BATCH_F(desty);
167 OUT_BATCH_F(desty + height);
169 OUT_BATCH_F(desty + height);
171 OUT_BATCH_F(desty);
199 OUT_BATCH_F(desty + height);
201 OUT_BATCH_F(desty + height);
203 OUT_BATCH_F(desty);
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 47 unsigned destx, unsigned desty, unsigned width, unsigned height)
148 OUT_BATCH_F(desty + height);
150 OUT_BATCH_F(desty + height);
152 OUT_BATCH_F(desty);
167 OUT_BATCH_F(desty + height);
169 OUT_BATCH_F(desty + height);
171 OUT_BATCH_F(desty);
199 OUT_BATCH_F(desty + height);
201 OUT_BATCH_F(desty + height);
203 OUT_BATCH_F(desty);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_copypix.c 100 GLint width, GLint height, GLint destx, GLint desty)
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
123 if (!overlapping && srcy < desty) {
126 dy = desty + height - 1;
132 dy = desty;
189 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba);
245 GLint destx, GLint desty )
266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
274 if (!overlapping && srcy < desty) {
277 dy = desty + height - 1
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 100 GLint width, GLint height, GLint destx, GLint desty)
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
123 if (!overlapping && srcy < desty) {
126 dy = desty + height - 1;
132 dy = desty;
189 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba);
245 GLint destx, GLint desty )
266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
274 if (!overlapping && srcy < desty) {
277 dy = desty + height - 1
    [all...]
  /hardware/intel/common/libva/va/android/
va_android.cpp 196 short desty,
214 short desty,
234 destx, desty, destw, desth,
238 destx, desty, destw, desth,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 218 GLint destx, GLint desty, GLenum type)
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
intel_pixel.h 59 GLint destx, GLint desty, GLenum type);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel_copy.c 218 GLint destx, GLint desty, GLenum type)
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
intel_pixel.h 59 GLint destx, GLint desty, GLenum type);
  /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,

Completed in 5014 milliseconds

1 2 3