Home
last modified time | relevance | path

Searched refs:destX (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dimage.c482 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()
Dimage.h101 GLint *destX, GLint *destY,
114 GLint *destX, GLint *destY,
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h1375 uint32 destX; member
1398 uint32 destX; member
Dsvga3d_dx.h844 uint32 destX; member
857 uint32 destX; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.h95 GLint destX, GLint destY, GLint slice,
Dst_cb_texture.c2558 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/
Dinterface.js817destX, destY, alphaType, colorType, colorSpace) { argument
836 }, pptr, srcRowBytes, destX, destY);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DRobustResourceInitTest.cpp27 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/
Dindex.d.ts1558 destX: number, destY: number, alphaType?: AlphaType, colorType?: ColorType,
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c1457 cmd->destX = dstx; in SVGA3D_vgpu10_BufferCopy()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c2014 SVGA3D_DUMP_PARAMETER(destX, u); in SVGA3D_DUMP_HEADER()