Home
last modified time | relevance | path

Searched refs:srcx (Results 1 – 25 of 84) sorted by relevance

1234

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_copy.c78 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/
Dintel_pixel_copy.c78 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/
Dintel_pixel_copy.c78 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/
Dintel_pixel_copy.c78 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/
Dintel_pixel_copy.c78 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/
Dintel_pixel_copy.c78 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/
Ds_copypix.c50 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/
Ds_copypix.c50 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/
Dvp9_extend.c108 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()
Dvp9_extend.h23 int srcy, int srcx,
/external/libvpx/libvpx/vp8/common/
Dextend.c107 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()
Dextend.h22 int srcy, int srcx,
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_yuv.c86 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()
DSDL_surface.c448 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/
Ddrawpix.c193 _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/
Ddrawpix.c193 _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/
Dxf86dga.h216 int srcx,
228 int srcx,
/external/chromium_org/third_party/libva/va/
Dva_x11.h53 short srcx,
Dva_backend_tpi.h54 short srcx,
Dva_android.h66 short srcx,
Dva_tpi.h75 short srcx,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
Di915_blit.h41 short srcx, short srcy,
/external/mesa3d/src/gallium/drivers/i915/
Di915_blit.h41 short srcx, short srcy,
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsurface.c343 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/
Dsurface.c343 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()

1234