Home
last modified time | relevance | path

Searched refs:destX (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dimage.c482 GLint *destX, GLint *destY, in _mesa_clip_drawpixels()
496 if (*destX < buffer->_Xmin) { in _mesa_clip_drawpixels()
497 unpack->SkipPixels += (buffer->_Xmin - *destX); in _mesa_clip_drawpixels()
498 *width -= (buffer->_Xmin - *destX); in _mesa_clip_drawpixels()
499 *destX = buffer->_Xmin; in _mesa_clip_drawpixels()
502 if (*destX + *width > buffer->_Xmax) in _mesa_clip_drawpixels()
503 *width -= (*destX + *width - buffer->_Xmax); in _mesa_clip_drawpixels()
615 GLint *destX, GLint *destY, in _mesa_clip_copytexsubimage()
624 *destX = *destX in _mesa_clip_copytexsubimage()
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()
2828 blit.dst.box.x = destX; 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.h1375 uint32 destX; member
1398 uint32 destX; member
H A Dsvga3d_dx.h844 uint32 destX; member
857 uint32 destX; member
/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.cpp27 void UncompressDXTBlock(int destX, in UncompressDXTBlock() argument
145 int dstOff = ((destY + yy) * destWidth + destX + xx); in UncompressDXTBlock()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1457 cmd->destX = dstx; in SVGA3D_vgpu10_BufferCopy()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c2014 SVGA3D_DUMP_PARAMETER(destX, u); in SVGA3D_DUMP_HEADER()

Completed in 24 milliseconds