/external/mesa3d/src/mesa/main/ |
D | copyimage.h | 42 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,
|
D | image.c | 606 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 …]
|
D | image.h | 107 GLint *destX, GLint *destY, 120 GLint *destX, GLint *destY,
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 1376 uint32 destY; member 1399 uint32 destY; member
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | backend.cpp | 176 int32_t destY = KNOB_MACROTILE_Y_DIM * y; in ProcessStoreTileBE() local 183 destY, in ProcessStoreTileBE()
|
/external/angle/src/libANGLE/renderer/ |
D | renderer_utils.cpp | 548 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/ |
D | interface.js | 427 destX, destY, alphaType, colorType) { argument 445 }, pptr, srcRowBytes, destX, destY);
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_texture.c | 2314 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/ |
D | interface.js | 756 … destX, destY, alphaType, colorType, colorSpace) { argument 774 }, pptr, srcRowBytes, destX, destY);
|
/external/angle/src/tests/gl_tests/ |
D | RobustResourceInitTest.cpp | 27 int destY, in UncompressDXTBlock() argument 144 int dstOff = ((destY + yy) * destWidth + destX + xx); in UncompressDXTBlock()
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 1565 destX: number, destY: number, alphaType?: AlphaType, colorType?: ColorType,
|