Searched refs:destY (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dcopyimage.h42 GLint destX, GLint destY, GLint destZ,
49 GLint destX, GLint destY, GLint destZ,
H A Dimage.c598 * If Pixel.ZoomY is -1, *destY will be changed to be the first row which
599 * we'll actually write. Beforehand, *destY-1 is the first drawing row.
606 GLint *destX, GLint *destY,
634 if (*destY < buffer->_Ymin) {
635 unpack->SkipRows += (buffer->_Ymin - *destY);
636 *height -= (buffer->_Ymin - *destY);
637 *destY = buffer->_Ymin;
640 if (*destY + *height > buffer->_Ymax)
641 *height -= (*destY + *height - buffer->_Ymax);
645 if (*destY > buffe
605 _mesa_clip_drawpixels(const struct gl_context * ctx,GLint * destX,GLint * destY,GLsizei * width,GLsizei * height,struct gl_pixelstore_attrib * unpack) argument
738 _mesa_clip_copytexsubimage(const struct gl_context * ctx,GLint * destX,GLint * destY,GLint * srcX,GLint * srcY,GLsizei * width,GLsizei * height) argument
[all...]
H A Dimage.h107 GLint *destX, GLint *destY,
120 GLint *destX, GLint *destY,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dcopyimage.h42 GLint destX, GLint destY, GLint destZ,
49 GLint destX, GLint destY, GLint destZ,
56 GLint destX, GLint destY, GLint destZ,
63 GLint destX, GLint destY, GLint destZ,
H A Dimage.c598 * If Pixel.ZoomY is -1, *destY will be changed to be the first row which
599 * we'll actually write. Beforehand, *destY-1 is the first drawing row.
606 GLint *destX, GLint *destY,
634 if (*destY < buffer->_Ymin) {
635 unpack->SkipRows += (buffer->_Ymin - *destY);
636 *height -= (buffer->_Ymin - *destY);
637 *destY = buffer->_Ymin;
640 if (*destY + *height > buffer->_Ymax)
641 *height -= (*destY + *height - buffer->_Ymax);
645 if (*destY > buffe
605 _mesa_clip_drawpixels(const struct gl_context * ctx,GLint * destX,GLint * destY,GLsizei * width,GLsizei * height,struct gl_pixelstore_attrib * unpack) argument
738 _mesa_clip_copytexsubimage(const struct gl_context * ctx,GLint * destX,GLint * destY,GLint * srcX,GLint * srcY,GLsizei * width,GLsizei * height) argument
[all...]
H A Dimage.h107 GLint *destX, GLint *destY,
120 GLint *destX, GLint *destY,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga_reg.h1376 uint32 destY; member in struct:__anonea0e1c881908
1399 uint32 destY; member in struct:__anonea0e1c881a08
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga_reg.h1376 uint32 destY; member in struct:__anon6cda5f7b1908
1399 uint32 destY; member in struct:__anon6cda5f7b1a08
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dbackend.cpp176 int32_t destY = KNOB_MACROTILE_Y_DIM * y; local in function:ProcessStoreTileBE
183 destY,
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dsvga_reg.h1097 uint32 destY; member in struct:SVGAFifoCmdRectCopy
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c2245 GLint destX, GLint destY, GLint slice,
2283 destX, destY, slice,
2423 GLint destX, GLint destY, GLint slice,
2509 blit.dst.box.y = destY;
2523 destX, destY, slice,
2241 fallback_copy_texsubimage(struct gl_context * ctx,struct st_renderbuffer * strb,struct st_texture_image * stImage,GLenum baseFormat,GLint destX,GLint destY,GLint slice,GLint srcX,GLint srcY,GLsizei width,GLsizei height) argument
2421 st_CopyTexSubImage(struct gl_context * ctx,GLuint dims,struct gl_texture_image * texImage,GLint destX,GLint destY,GLint slice,struct gl_renderbuffer * rb,GLint srcX,GLint srcY,GLsizei width,GLsizei height) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c2634 GLint destX, GLint destY, GLint slice,
2676 destX, destY, slice,
2820 GLint destX, GLint destY, GLint slice,
2906 blit.dst.box.y = destY;
2921 destX, destY, slice,
2630 fallback_copy_texsubimage(struct gl_context * ctx,struct st_renderbuffer * strb,struct st_texture_image * stImage,GLenum baseFormat,GLint destX,GLint destY,GLint slice,GLint srcX,GLint srcY,GLsizei width,GLsizei height) argument
2818 st_CopyTexSubImage(struct gl_context * ctx,GLuint dims,struct gl_texture_image * texImage,GLint destX,GLint destY,GLint slice,struct gl_renderbuffer * rb,GLint srcX,GLint srcY,GLsizei width,GLsizei height) argument

Completed in 23 milliseconds