Home
last modified time | relevance | path

Searched refs:destY (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dimage.c474 * If Pixel.ZoomY is -1, *destY will be changed to be the first row which
475 * we'll actually write. Beforehand, *destY-1 is the first drawing row.
482 GLint *destX, GLint *destY, in _mesa_clip_drawpixels()
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 > buffe in _mesa_clip_drawpixels()
481 _mesa_clip_drawpixels(const struct gl_context *ctx, GLint *destX, GLint *destY, GLsizei *width, GLsizei *height, struct gl_pixelstore_attrib *unpack) _mesa_clip_drawpixels() argument
614 _mesa_clip_copytexsubimage(const struct gl_context *ctx, GLint *destX, GLint *destY, GLint *srcX, GLint *srcY, GLsizei *width, GLsizei *height) _mesa_clip_copytexsubimage() argument
[all...]
H A Dimage.h101 GLint *destX, GLint *destY,
114 GLint *destX, GLint *destY,
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.h95 GLint destX, GLint destY, GLint slice,
H A Dst_cb_texture.c2558 GLint destX, GLint destY, GLint slice, in fallback_copy_texsubimage()
2600 destX, destY, slice, in fallback_copy_texsubimage()
2744 GLint destX, GLint destY, GLint slice, in st_CopyTexSubImage()
2829 blit.dst.box.y = destY; in st_CopyTexSubImage()
2844 destX, destY, slice, in st_CopyTexSubImage()
2554 fallback_copy_texsubimage(struct gl_context *ctx, struct gl_renderbuffer *rb, struct gl_texture_image *stImage, GLenum baseFormat, GLint destX, GLint destY, GLint slice, GLint srcX, GLint srcY, GLsizei width, GLsizei height) fallback_copy_texsubimage() argument
2742 st_CopyTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint destX, GLint destY, GLint slice, struct gl_renderbuffer *rb, GLint srcX, GLint srcY, GLsizei width, GLsizei height) st_CopyTexSubImage() argument
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h1376 uint32 destY; member
1399 uint32 destY; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A 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/skia/modules/canvaskit/
H A Dinterface.js817 destX, destY, alphaType, colorType, colorSpace) {
836 }, pptr, srcRowBytes, destX, destY);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustResourceInitTest.cpp28 int destY, in UncompressDXTBlock()
145 int dstOff = ((destY + yy) * destWidth + destX + xx); in UncompressDXTBlock()
27 UncompressDXTBlock(int destX, int destY, int destWidth, const std::vector<uint8_t> &src, int srcOffset, GLenum format, std::vector<GLColor> *colorsOut) UncompressDXTBlock() argument

Completed in 17 milliseconds