Home
last modified time | relevance | path

Searched refs:destY (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dimage.c482 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 …]
Dimage.h101 GLint *destX, GLint *destY,
114 GLint *destX, GLint *destY,
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h1376 uint32 destY; member
1399 uint32 destY; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.cpp534 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/
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
2829 blit.dst.box.y = destY; in st_CopyTexSubImage()
2844 destX, destY, slice, in st_CopyTexSubImage()
/third_party/skia/modules/canvaskit/
Dinterface.js817 … destX, destY, alphaType, colorType, colorSpace) { argument
836 }, pptr, srcRowBytes, destX, destY);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DRobustResourceInitTest.cpp28 int destY, 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,