/third_party/mesa3d/src/mesa/main/ |
H A D | image.c | 482 GLint *destX, GLint *destY, in _mesa_clip_drawpixels() 496 if (*destX < buffer->_Xmin) { in _mesa_clip_drawpixels() 497 unpack->SkipPixels += (buffer->_Xmin - *destX); in _mesa_clip_drawpixels() 498 *width -= (buffer->_Xmin - *destX); in _mesa_clip_drawpixels() 499 *destX = buffer->_Xmin; in _mesa_clip_drawpixels() 502 if (*destX + *width > buffer->_Xmax) in _mesa_clip_drawpixels() 503 *width -= (*destX + *width - buffer->_Xmax); in _mesa_clip_drawpixels() 615 GLint *destX, GLint *destY, in _mesa_clip_copytexsubimage() 624 *destX = *destX in _mesa_clip_copytexsubimage() 481 _mesa_clip_drawpixels(const struct gl_context *ctx, GLint *destX, GLint *destY, GLsizei *width, GLsizei *height, struct gl_pixelstore_attrib *unpack) _mesa_clip_drawpixels() argument 614 _mesa_clip_copytexsubimage(const struct gl_context *ctx, GLint *destX, GLint *destY, GLint *srcX, GLint *srcY, GLsizei *width, GLsizei *height) _mesa_clip_copytexsubimage() argument [all...] |
H A D | image.h | 101 GLint *destX, GLint *destY, 114 GLint *destX, GLint *destY,
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_texture.h | 95 GLint destX, GLint destY, GLint slice,
|
H A D | st_cb_texture.c | 2558 GLint destX, GLint destY, GLint slice, in fallback_copy_texsubimage() 2600 destX, destY, slice, in fallback_copy_texsubimage() 2744 GLint destX, GLint destY, GLint slice, in st_CopyTexSubImage() 2828 blit.dst.box.x = destX; in st_CopyTexSubImage() 2844 destX, destY, slice, in st_CopyTexSubImage() 2554 fallback_copy_texsubimage(struct gl_context *ctx, struct gl_renderbuffer *rb, struct gl_texture_image *stImage, GLenum baseFormat, GLint destX, GLint destY, GLint slice, GLint srcX, GLint srcY, GLsizei width, GLsizei height) fallback_copy_texsubimage() argument 2742 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) st_CopyTexSubImage() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga_reg.h | 1375 uint32 destX; member 1398 uint32 destX; member
|
H A D | svga3d_dx.h | 844 uint32 destX; member 857 uint32 destX; member
|
/third_party/skia/modules/canvaskit/ |
H A D | interface.js | 817 destX, destY, alphaType, colorType, colorSpace) { 836 }, pptr, srcRowBytes, destX, destY);
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | RobustResourceInitTest.cpp | 27 void UncompressDXTBlock(int destX, in UncompressDXTBlock() argument 145 int dstOff = ((destY + yy) * destWidth + destX + xx); in UncompressDXTBlock()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_cmd_vgpu10.c | 1457 cmd->destX = dstx; in SVGA3D_vgpu10_BufferCopy()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_dump.c | 2014 SVGA3D_DUMP_PARAMETER(destX, u); in SVGA3D_DUMP_HEADER()
|