Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dcopyimage.h42 GLint destX, GLint destY, GLint destZ,
49 GLint destX, GLint destY, GLint destZ,
56 GLint destX, GLint destY, GLint destZ,
63 GLint destX, GLint destY, GLint destZ,
Dimage.c606 GLint *destX, GLint *destY, in _mesa_clip_drawpixels() argument
634 if (*destY < buffer->_Ymin) { in _mesa_clip_drawpixels()
635 unpack->SkipRows += (buffer->_Ymin - *destY); in _mesa_clip_drawpixels()
636 *height -= (buffer->_Ymin - *destY); in _mesa_clip_drawpixels()
637 *destY = buffer->_Ymin; in _mesa_clip_drawpixels()
640 if (*destY + *height > buffer->_Ymax) in _mesa_clip_drawpixels()
641 *height -= (*destY + *height - buffer->_Ymax); in _mesa_clip_drawpixels()
645 if (*destY > buffer->_Ymax) { in _mesa_clip_drawpixels()
646 unpack->SkipRows += (*destY - buffer->_Ymax); in _mesa_clip_drawpixels()
647 *height -= (*destY - buffer->_Ymax); in _mesa_clip_drawpixels()
[all …]
Dimage.h107 GLint *destX, GLint *destY,
120 GLint *destX, GLint *destY,
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h1376 uint32 destY; member
1399 uint32 destY; member
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend.cpp176 int32_t destY = KNOB_MACROTILE_Y_DIM * y; in ProcessStoreTileBE() local
183 destY, in ProcessStoreTileBE()
/external/angle/src/libANGLE/renderer/
Drenderer_utils.cpp548 size_t destY = 0; in CopyImageCHROMIUM() local
551 destY += (height - 1); in CopyImageCHROMIUM()
552 destY -= y; in CopyImageCHROMIUM()
556 destY += y; in CopyImageCHROMIUM()
560 destData + destY * destRowPitch + x * destPixelBytes + z * destDepthPitch; in CopyImageCHROMIUM()
/external/skqp/experimental/canvaskit/
Dinterface.js427 destX, destY, alphaType, colorType) { argument
445 }, pptr, srcRowBytes, destX, destY);
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2314 GLint destX, GLint destY, GLint slice, in fallback_copy_texsubimage() argument
2356 destX, destY, slice, in fallback_copy_texsubimage()
2500 GLint destX, GLint destY, GLint slice, in st_CopyTexSubImage() argument
2586 blit.dst.box.y = destY; in st_CopyTexSubImage()
2600 destX, destY, slice, in st_CopyTexSubImage()
/external/skia/modules/canvaskit/
Dinterface.js756 … destX, destY, alphaType, colorType, colorSpace) { argument
774 }, pptr, srcRowBytes, destX, destY);
/external/angle/src/tests/gl_tests/
DRobustResourceInitTest.cpp27 int destY, in UncompressDXTBlock() argument
144 int dstOff = ((destY + yy) * destWidth + destX + xx); in UncompressDXTBlock()
/external/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts1565 destX: number, destY: number, alphaType?: AlphaType, colorType?: ColorType,