Searched refs:dsty0 (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/include/GL/internal/ |
D | dri_interface.h | 1478 int dstx0, int dsty0, int dstwidth, int dstheight,
|
/third_party/mesa3d/src/loader/ |
D | loader_dri3_helper.c | 210 int dstx0, int dsty0, int width, int height, in loader_dri3_blit_image() argument 228 draw->ext->image->blitImage(dri_context, dst, src, dstx0, dsty0, in loader_dri3_blit_image()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri2.c | 1743 int dstx0, int dsty0, int dstwidth, int dstheight, in dri2_blit_image() argument 1761 blit.dst.box.y = dsty0; in dri2_blit_image()
|