Searched refs:destX (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | image.c | 482 GLint *destX, GLint *destY, in _mesa_clip_drawpixels() argument 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() argument 624 *destX = *destX + *srcX - srcX0; in _mesa_clip_copytexsubimage()
|
D | image.h | 101 GLint *destX, GLint *destY, 114 GLint *destX, GLint *destY,
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 1375 uint32 destX; member 1398 uint32 destX; member
|
D | svga3d_dx.h | 844 uint32 destX; member 857 uint32 destX; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.h | 95 GLint destX, GLint destY, GLint slice,
|
D | st_cb_texture.c | 2558 GLint destX, GLint destY, GLint slice, in fallback_copy_texsubimage() argument 2600 destX, destY, slice, in fallback_copy_texsubimage() 2744 GLint destX, GLint destY, GLint slice, in st_CopyTexSubImage() argument 2828 blit.dst.box.x = destX; in st_CopyTexSubImage() 2844 destX, destY, slice, in st_CopyTexSubImage()
|
/third_party/skia/modules/canvaskit/ |
D | interface.js | 817 … destX, destY, alphaType, colorType, colorSpace) { argument 836 }, pptr, srcRowBytes, destX, destY);
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | RobustResourceInitTest.cpp | 27 void UncompressDXTBlock(int destX, in UncompressDXTBlock() argument 145 int dstOff = ((destY + yy) * destWidth + destX + xx); in UncompressDXTBlock()
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 1558 destX: number, destY: number, alphaType?: AlphaType, colorType?: ColorType,
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd_vgpu10.c | 1457 cmd->destX = dstx; in SVGA3D_vgpu10_BufferCopy()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.c | 2014 SVGA3D_DUMP_PARAMETER(destX, u); in SVGA3D_DUMP_HEADER()
|