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

1 2 3 4

  /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_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.h 56 short destx; member in struct:__anon40239
117 short destx,
135 short destx,
152 short destx,
  /hardware/intel/img/psb_video/src/android/
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);
psb_output_android.h 43 short destx; member in struct:_psb_android_output_s
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_clear.c 47 unsigned destx, unsigned desty, unsigned width, unsigned height)
147 OUT_BATCH_F(destx + width);
149 OUT_BATCH_F(destx);
151 OUT_BATCH_F(destx);
166 OUT_BATCH_F(destx + width);
168 OUT_BATCH_F(destx);
170 OUT_BATCH_F(destx);
198 OUT_BATCH_F(destx + width);
200 OUT_BATCH_F(destx);
202 OUT_BATCH_F(destx);
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_clear.c 47 unsigned destx, unsigned desty, unsigned width, unsigned height)
147 OUT_BATCH_F(destx + width);
149 OUT_BATCH_F(destx);
151 OUT_BATCH_F(destx);
166 OUT_BATCH_F(destx + width);
168 OUT_BATCH_F(destx);
170 OUT_BATCH_F(destx);
198 OUT_BATCH_F(destx + width);
200 OUT_BATCH_F(destx);
202 OUT_BATCH_F(destx);
    [all...]
  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
sample.rs 33 float destX = (float)rsAllocationGetDimX(destAlloc) - 1.0f;
37 uv.x = (float)x / destX;
  /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,
184 span.x = destx;
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,
326 span.x = destx;
330 _swrast_write_zoomed_depth_span(ctx, destx, desty, &span);
347 GLint destx, GLint desty )
363 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height
    [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,
184 span.x = destx;
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,
326 span.x = destx;
330 _swrast_write_zoomed_depth_span(ctx, destx, desty, &span);
347 GLint destx, GLint desty )
363 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height
    [all...]
  /hardware/intel/common/libva/va/android/
va_android.cpp 195 short destx,
213 short destx,
234 destx, desty, destw, desth,
238 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/chromium_org/third_party/mesa/src/src/mesa/main/
image.h 105 GLint *destX, GLint *destY,
118 GLint *destX, GLint *destY,
  /external/mesa3d/src/mesa/main/
image.h 105 GLint *destX, GLint *destY,
118 GLint *destX, GLint *destY,
  /frameworks/av/media/libstagefright/yuv/
YUVCanvas.cpp 71 int32_t destX = destStartX + offsetX;
79 mYUVImage.setPixelValue(destX, destY, yValue, uValue, vValue);
  /hardware/intel/common/libva/va/
va_tpi.c 80 short destx,
97 destx, desty, destw, desth, cliprects, number_cliprects, flags );
va_backend_tpi.h 57 short destx,
va_x11.h 57 short destx,
  /external/chromium_org/third_party/libva/va/
va_backend_tpi.h 58 short destx,
va_x11.h 57 short destx,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel.h 59 GLint destx, GLint desty, GLenum type);
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);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel.h 59 GLint destx, GLint desty, GLenum type);
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);

Completed in 896 milliseconds

1 2 3 4