Searched refs:gfxfb_blt (Results 1 – 2 of 2) sorted by relevance
/freebsd/stand/common/ |
H A D | gfx_fb.c | 780 gfxfb_blt(void *BltBuffer, GFXFB_BLT_OPERATION BltOperation, in gfxfb_blt() function 1132 (void) gfxfb_blt(NULL, GfxFbBltVideoToVideo, in gfx_fb_copy_area() 1164 (void) gfxfb_blt(destination, GfxFbBltBufferToVideo, in gfx_fb_copy_area() 1371 (void) gfxfb_blt(buf, GfxFbBltBufferToVideo, in gfx_fb_cons_display() 1393 if (gfxfb_blt(buf, GfxFbBltVideoToBltBuffer, x, y, 0, 0, in gfx_fb_cons_display() 1396 (void) gfxfb_blt(buf, GfxFbBltBufferToVideo, 0, 0, x, y, in gfx_fb_cons_display() 1464 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x, y, 1, 1, 0); in gfx_fb_setpixel() 1482 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y1, x2 - x1, in gfx_fb_drawrect() 1485 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y1, x2 - x1, 1, 0); in gfx_fb_drawrect() 1486 gfxfb_blt(&c, GfxFbBltVideoFill, 0, 0, x1, y2, x2 - x1, 1, 0); in gfx_fb_drawrect() [all …]
|
H A D | gfx_fb.h | 234 int gfxfb_blt(void *, GFXFB_BLT_OPERATION, uint32_t, uint32_t,
|