Searched refs:destY (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | image.c | 482 GLint *destX, GLint *destY, in _mesa_clip_drawpixels() argument 510 if (*destY < buffer->_Ymin) { in _mesa_clip_drawpixels() 511 unpack->SkipRows += (buffer->_Ymin - *destY); in _mesa_clip_drawpixels() 512 *height -= (buffer->_Ymin - *destY); in _mesa_clip_drawpixels() 513 *destY = buffer->_Ymin; in _mesa_clip_drawpixels() 516 if (*destY + *height > buffer->_Ymax) in _mesa_clip_drawpixels() 517 *height -= (*destY + *height - buffer->_Ymax); in _mesa_clip_drawpixels() 521 if (*destY > buffer->_Ymax) { in _mesa_clip_drawpixels() 522 unpack->SkipRows += (*destY - buffer->_Ymax); in _mesa_clip_drawpixels() 523 *height -= (*destY - buffer->_Ymax); in _mesa_clip_drawpixels() [all …]
|
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 | 1376 uint32 destY; member 1399 uint32 destY; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 534 size_t destY = 0; in CopyImageCHROMIUM() local 537 destY += (height - 1); in CopyImageCHROMIUM() 538 destY -= y; in CopyImageCHROMIUM() 542 destY += y; in CopyImageCHROMIUM() 546 destData + destY * destRowPitch + x * destPixelBytes + z * destDepthPitch; in CopyImageCHROMIUM()
|
/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 2829 blit.dst.box.y = destY; 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 | 28 int destY, 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,
|