/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_copy.c | 78 GLint srcx, GLint srcy, in do_blit_copypixels() argument 164 srcx += dstx - orig_dstx; in do_blit_copypixels() 168 orig_srcx = srcx; in do_blit_copypixels() 172 &srcx, &srcy, &width, &height)) in do_blit_copypixels() 175 dstx += srcx - orig_srcx; in do_blit_copypixels() 191 srcx += read_irb->draw_x; in do_blit_copypixels() 198 read_irb->mt->region, 0, srcx, srcy, in do_blit_copypixels() 216 GLint srcx, GLint srcy, in intelCopyPixels() argument 225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) in intelCopyPixels() 229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type); in intelCopyPixels()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | intel_pixel_copy.c | 78 GLint srcx, GLint srcy, in do_blit_copypixels() argument 164 srcx += dstx - orig_dstx; in do_blit_copypixels() 168 orig_srcx = srcx; in do_blit_copypixels() 172 &srcx, &srcy, &width, &height)) in do_blit_copypixels() 175 dstx += srcx - orig_srcx; in do_blit_copypixels() 191 srcx += read_irb->draw_x; in do_blit_copypixels() 198 read_irb->mt->region, 0, srcx, srcy, in do_blit_copypixels() 216 GLint srcx, GLint srcy, in intelCopyPixels() argument 225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) in intelCopyPixels() 229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type); in intelCopyPixels()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_copy.c | 78 GLint srcx, GLint srcy, in do_blit_copypixels() argument 164 srcx += dstx - orig_dstx; in do_blit_copypixels() 168 orig_srcx = srcx; in do_blit_copypixels() 172 &srcx, &srcy, &width, &height)) in do_blit_copypixels() 175 dstx += srcx - orig_srcx; in do_blit_copypixels() 191 srcx += read_irb->draw_x; in do_blit_copypixels() 198 read_irb->mt->region, 0, srcx, srcy, in do_blit_copypixels() 216 GLint srcx, GLint srcy, in intelCopyPixels() argument 225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) in intelCopyPixels() 229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type); in intelCopyPixels()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_pixel_copy.c | 78 GLint srcx, GLint srcy, in do_blit_copypixels() argument 164 srcx += dstx - orig_dstx; in do_blit_copypixels() 168 orig_srcx = srcx; in do_blit_copypixels() 172 &srcx, &srcy, &width, &height)) in do_blit_copypixels() 175 dstx += srcx - orig_srcx; in do_blit_copypixels() 191 srcx += read_irb->draw_x; in do_blit_copypixels() 198 read_irb->mt->region, 0, srcx, srcy, in do_blit_copypixels() 216 GLint srcx, GLint srcy, in intelCopyPixels() argument 225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) in intelCopyPixels() 229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type); in intelCopyPixels()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | intel_pixel_copy.c | 78 GLint srcx, GLint srcy, in do_blit_copypixels() argument 164 srcx += dstx - orig_dstx; in do_blit_copypixels() 168 orig_srcx = srcx; in do_blit_copypixels() 172 &srcx, &srcy, &width, &height)) in do_blit_copypixels() 175 dstx += srcx - orig_srcx; in do_blit_copypixels() 191 srcx += read_irb->draw_x; in do_blit_copypixels() 198 read_irb->mt->region, 0, srcx, srcy, in do_blit_copypixels() 216 GLint srcx, GLint srcy, in intelCopyPixels() argument 225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) in intelCopyPixels() 229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type); in intelCopyPixels()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_pixel_copy.c | 78 GLint srcx, GLint srcy, in do_blit_copypixels() argument 164 srcx += dstx - orig_dstx; in do_blit_copypixels() 168 orig_srcx = srcx; in do_blit_copypixels() 172 &srcx, &srcy, &width, &height)) in do_blit_copypixels() 175 dstx += srcx - orig_srcx; in do_blit_copypixels() 191 srcx += read_irb->draw_x; in do_blit_copypixels() 198 read_irb->mt->region, 0, srcx, srcy, in do_blit_copypixels() 216 GLint srcx, GLint srcy, in intelCopyPixels() argument 225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) in intelCopyPixels() 229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type); in intelCopyPixels()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_copypix.c | 50 regions_overlap(GLint srcx, GLint srcy, in regions_overlap() argument 57 if (srcx >= dstx + width || (srcx + width <= dstx)) { in regions_overlap() 72 if (srcx > (dstx + ((zoomX > 0.0F) ? (width * zoomX + 1.0F) : 0.0F))) { in regions_overlap() 76 else if (srcx + width + 1.0F < dstx + ((zoomX > 0.0F) ? 0.0F : (width * zoomX))) { in regions_overlap() 99 copy_rgba_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, in copy_rgba_pixels() argument 115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_rgba_pixels() 151 width, srcx, sy + row, p ); in copy_rgba_pixels() 175 width, srcx, sy, rgba ); in copy_rgba_pixels() 243 copy_depth_pixels( struct gl_context *ctx, GLint srcx, GLint srcy, in copy_depth_pixels() argument 266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_depth_pixels() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
D | s_copypix.c | 50 regions_overlap(GLint srcx, GLint srcy, in regions_overlap() argument 57 if (srcx >= dstx + width || (srcx + width <= dstx)) { in regions_overlap() 72 if (srcx > (dstx + ((zoomX > 0.0F) ? (width * zoomX + 1.0F) : 0.0F))) { in regions_overlap() 76 else if (srcx + width + 1.0F < dstx + ((zoomX > 0.0F) ? 0.0F : (width * zoomX))) { in regions_overlap() 99 copy_rgba_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, in copy_rgba_pixels() argument 115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_rgba_pixels() 151 width, srcx, sy + row, p ); in copy_rgba_pixels() 175 width, srcx, sy, rgba ); in copy_rgba_pixels() 243 copy_depth_pixels( struct gl_context *ctx, GLint srcx, GLint srcy, in copy_depth_pixels() argument 266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_depth_pixels() [all …]
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_extend.c | 108 int srcy, int srcx, in vp9_copy_and_extend_frame_with_rect() argument 112 const int el_y = srcx ? 0 : dst->border; in vp9_copy_and_extend_frame_with_rect() 115 const int er_y = srcx + srcw != src->y_width ? 0 : in vp9_copy_and_extend_frame_with_rect() 117 const int src_y_offset = srcy * src->y_stride + srcx; in vp9_copy_and_extend_frame_with_rect() 118 const int dst_y_offset = srcy * dst->y_stride + srcx; in vp9_copy_and_extend_frame_with_rect() 124 const int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1); in vp9_copy_and_extend_frame_with_rect() 125 const int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); in vp9_copy_and_extend_frame_with_rect()
|
D | vp9_extend.h | 23 int srcy, int srcx,
|
/external/libvpx/libvpx/vp8/common/ |
D | extend.c | 107 int srcy, int srcx, in vp8_copy_and_extend_frame_with_rect() argument 114 int src_y_offset = srcy * src->y_stride + srcx; in vp8_copy_and_extend_frame_with_rect() 115 int dst_y_offset = srcy * dst->y_stride + srcx; in vp8_copy_and_extend_frame_with_rect() 116 int src_uv_offset = ((srcy * src->uv_stride) >> 1) + (srcx >> 1); in vp8_copy_and_extend_frame_with_rect() 117 int dst_uv_offset = ((srcy * dst->uv_stride) >> 1) + (srcx >> 1); in vp8_copy_and_extend_frame_with_rect() 122 if (srcx) in vp8_copy_and_extend_frame_with_rect() 126 if (srcx + srcw != src->y_width) in vp8_copy_and_extend_frame_with_rect()
|
D | extend.h | 22 int srcy, int srcx,
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_yuv.c | 86 int srcx, srcy, srcw, srch; in SDL_DisplayYUVOverlay() local 95 srcx = 0; in SDL_DisplayYUVOverlay() 106 srcx -= (dstx * overlay->w) / dstrect->w; in SDL_DisplayYUVOverlay() 130 src.x = srcx; in SDL_DisplayYUVOverlay()
|
D | SDL_surface.c | 448 int srcx, srcy, w, h; in SDL_UpperBlit() local 470 srcx = srcrect->x; in SDL_UpperBlit() 472 if(srcx < 0) { in SDL_UpperBlit() 473 w += srcx; in SDL_UpperBlit() 474 dstrect->x -= srcx; in SDL_UpperBlit() 475 srcx = 0; in SDL_UpperBlit() 477 maxw = src->w - srcx; in SDL_UpperBlit() 493 srcx = srcy = 0; in SDL_UpperBlit() 507 srcx += dx; in SDL_UpperBlit() 526 sr.x = srcx; in SDL_UpperBlit()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | drawpix.c | 193 _mesa_CopyPixels( GLint srcx, GLint srcy, GLsizei width, GLsizei height, in _mesa_CopyPixels() argument 202 srcx, srcy, width, height, in _mesa_CopyPixels() 271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty, in _mesa_CopyPixels()
|
/external/mesa3d/src/mesa/main/ |
D | drawpix.c | 193 _mesa_CopyPixels( GLint srcx, GLint srcy, GLsizei width, GLsizei height, in _mesa_CopyPixels() argument 202 srcx, srcy, width, height, in _mesa_CopyPixels() 271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty, in _mesa_CopyPixels()
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
D | xf86dga.h | 216 int srcx, 228 int srcx,
|
/external/chromium_org/third_party/libva/va/ |
D | va_x11.h | 53 short srcx,
|
D | va_backend_tpi.h | 54 short srcx,
|
D | va_android.h | 66 short srcx,
|
D | va_tpi.h | 75 short srcx,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
D | i915_blit.h | 41 short srcx, short srcy,
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_blit.h | 41 short srcx, short srcy,
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | surface.c | 343 short srcx, short srcy, unsigned short srcw, unsigned short srch, in XvMCPutSurface() argument 357 struct u_rect src_rect = {srcx, srcx + srcw, srcy, srcy + srch}; in XvMCPutSurface() 376 assert(srcx + srcw - 1 < surface->width); in XvMCPutSurface()
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
D | surface.c | 343 short srcx, short srcy, unsigned short srcw, unsigned short srch, in XvMCPutSurface() argument 357 struct u_rect src_rect = {srcx, srcx + srcw, srcy, srcy + srch}; in XvMCPutSurface() 376 assert(srcx + srcw - 1 < surface->width); in XvMCPutSurface()
|