Searched defs:srcy (Results 26 - 40 of 40) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dsubpicture.c346 short srcx, short srcy, unsigned short width, unsigned short height,
378 upload_sampler(pipe, subpicture_priv->sampler, &dst_box, image->data, src_stride, srcx, srcy);
345 XvMCCompositeSubpicture(Display *dpy, XvMCSubpicture *subpicture, XvImage *image, short srcx, short srcy, unsigned short width, unsigned short height, short dstx, short dsty) argument
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_texture.c273 unsigned srcx, unsigned srcy, unsigned width, unsigned height)
284 srcx, srcy);
269 st_surface_data(struct pipe_context *pipe, struct pipe_transfer *dst, unsigned dstx, unsigned dsty, const void *src, unsigned src_stride, unsigned srcx, unsigned srcy, unsigned width, unsigned height) argument
H A Dst_cb_drawpixels.c1205 copy_stencil_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, argument
1228 _mesa_readpixels(ctx, srcx, srcy, width, height,
1332 blit_copy_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, argument
1367 readY = srcy;
1415 st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy, argument
1439 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_STENCIL);
1440 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH);
1446 copy_stencil_pixels(ctx, srcx, srcy, width, height, dstx, dsty);
1450 if (blit_copy_pixels(ctx, srcx, srcy, width, height, dstx, dsty, type))
1525 srcy
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsubpicture.c346 short srcx, short srcy, unsigned short width, unsigned short height,
378 upload_sampler(pipe, subpicture_priv->sampler, &dst_box, image->data, src_stride, srcx, srcy);
345 XvMCCompositeSubpicture(Display *dpy, XvMCSubpicture *subpicture, XvImage *image, short srcx, short srcy, unsigned short width, unsigned short height, short dstx, short dsty) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c273 unsigned srcx, unsigned srcy, unsigned width, unsigned height)
284 srcx, srcy);
269 st_surface_data(struct pipe_context *pipe, struct pipe_transfer *dst, unsigned dstx, unsigned dsty, const void *src, unsigned src_stride, unsigned srcx, unsigned srcy, unsigned width, unsigned height) argument
H A Dst_cb_drawpixels.c1205 copy_stencil_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, argument
1228 _mesa_readpixels(ctx, srcx, srcy, width, height,
1332 blit_copy_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, argument
1367 readY = srcy;
1415 st_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy, argument
1439 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_STENCIL);
1440 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH);
1446 copy_stencil_pixels(ctx, srcx, srcy, width, height, dstx, dsty);
1450 if (blit_copy_pixels(ctx, srcx, srcy, width, height, dstx, dsty, type))
1525 srcy
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
H A DXF86DGA2.c544 int srcy,
561 req->srcy = srcy;
574 int srcy,
592 req->srcy = srcy;
540 XDGACopyArea( Display *dpy, int screen, int srcx, int srcy, unsigned int width, unsigned int height, int dstx, int dsty ) argument
570 XDGACopyTransparentArea( Display *dpy, int screen, int srcx, int srcy, unsigned int width, unsigned int height, int dstx, int dsty, unsigned long key ) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_dd.c608 GLint srcx, GLint srcy, GLsizei width, GLsizei height,
627 srcy = YFLIP(srcXrb, srcy) - height + 1;
630 srcx, srcy, width, height, destx, desty);
633 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type );
607 xmesa_CopyPixels( struct gl_context *ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint destx, GLint desty, GLenum type ) argument
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_dd.c608 GLint srcx, GLint srcy, GLsizei width, GLsizei height,
627 srcy = YFLIP(srcXrb, srcy) - height + 1;
630 srcx, srcy, width, height, destx, desty);
633 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type );
607 xmesa_CopyPixels( struct gl_context *ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint destx, GLint desty, GLenum type ) argument
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_surface.c448 int srcx, srcy, w, h; local
481 srcy = srcrect->y;
483 if(srcy < 0) {
484 h += srcy;
485 dstrect->y -= srcy;
486 srcy = 0;
488 maxh = src->h - srcy;
493 srcx = srcy = 0;
517 srcy += dy;
527 sr.y = srcy;
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c868 int srcx, srcy; local
880 DGA_dst_to_xy(this, src, &srcx, &srcy);
882 srcy += srcrect->y;
889 printf("Blitting %dx%d from %d,%d to %d,%d\n", w, h, srcx, srcy, dstx, dsty);
893 srcx, srcy, w, h, dstx, dsty, src->format->colorkey);
896 srcx, srcy, w, h, dstx, dsty);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1243 LLVMValueRef srcy = lp_build_emit_fetch( &bld->bld_base, inst, 2, dim ); local
1252 ddxdyonec[dim] = LLVMBuildShuffleVector(builder, srcx, srcy,
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1243 LLVMValueRef srcy = lp_build_emit_fetch( &bld->bld_base, inst, 2, dim ); local
1252 ddxdyonec[dim] = LLVMBuildShuffleVector(builder, srcx, srcy,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1237 uint32 srcy; member in struct:SVGA3dCopyRect
1249 uint32 srcy; member in struct:SVGA3dCopyBox
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_reg.h1237 uint32 srcy; member in struct:SVGA3dCopyRect
1249 uint32 srcy; member in struct:SVGA3dCopyBox

Completed in 1008 milliseconds

12