Searched refs:bpp (Results 1 - 25 of 31) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Defi_gop.c141 out->bpp = grub_video_gop_get_bpp (in);
142 out->bytes_per_pixel = out->bpp >> 3;
143 if (!out->bpp)
232 unsigned bpp; local
242 bpp = grub_video_gop_get_bpp (gop->mode->info);
243 if (bpp && ((width == gop->mode->info->width
246 && (depth == bpp || depth == 0))
273 bpp = grub_video_gop_get_bpp (info);
274 if (!bpp)
281 grub_dprintf ("video", "GOP: mode %d: depth %d\n", mode, bpp);
[all...]
H A Dbitmap.c86 mode_info->bpp = 32;
101 mode_info->bpp = 24;
116 mode_info->bpp = 8;
H A Dvideo.c96 if (mode_info->bpp == 32)
118 else if (mode_info->bpp == 24)
140 else if (mode_info->bpp == 16)
161 else if (mode_info->bpp == 1)
167 if (mode_info->bpp > 8)
678 flags |= (mode_info.bpp << GRUB_VIDEO_MODE_TYPE_DEPTH_POS)
H A Dieee1275.c127 out->bpp = 8;
187 framebuffer.mode_info.height, framebuffer.mode_info.bpp);
H A Dradeon_fuloong2e.c111 framebuffer.mode_info.bpp = 16;
H A Defi_uga.c237 framebuffer.mode_info.bpp = 32;
H A Dbitmap_scale.c71 if (src->mode_info.bytes_per_pixel * 8 != src->mode_info.bpp)
73 "bitmap to scale has inconsistent Bpp and bpp");
H A Dbochs.c266 return grub_error (GRUB_ERR_IO, "only 32, 24, 16, 15 and 8-bpp are"
270 return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "4-bpp isn't cupported");
320 framebuffer.mode_info.bpp = depth;
H A Dcirrus.c301 return grub_error (GRUB_ERR_IO, "only 32, 24, 16, 15 and 8-bit bpp are"
401 framebuffer.mode_info.bpp = depth;
H A Dsis315pro.c141 framebuffer.mode_info.bpp = 8;
H A Dsm712.c384 framebuffer.mode_info.bpp = 16;
/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
H A Dfbutil.c40 switch (source->mode_info->bpp)
75 switch (source->mode_info->bpp)
119 switch (source->mode_info->bpp)
H A Dvideo_fb.c645 if (target->mode_info->bpp == 32)
653 else if (target->mode_info->bpp == 24)
661 else if (target->mode_info->bpp == 16)
668 else if (target->mode_info->bpp == 8)
1188 target->mode_info.bpp = 32;
H A Dfbblit.c80 int bpp; local
82 bpp = src->mode_info->bytes_per_pixel;
88 grub_memmove (dstptr, srcptr, width * bpp);
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Dpng.c97 int image_width, image_height, bpp, is_16bit, raw_bytes; member in struct:grub_png_data
241 data->bpp = 3;
249 data->bpp = 4;
257 data->bpp <<= 1;
260 data->image_width * data->bpp);
272 data->raw_bytes = data->image_height * (data->image_width + 1) * data->bpp;
542 row_bytes = data->image_width * data->bpp;
567 cur += data->bpp;
568 for (i = data->bpp; i < row_bytes; i++, cur++, left++)
586 for (i = 0; i < data->bpp;
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Dnetbsd_bootinfo.h134 grub_uint8_t bpp; member in struct:grub_netbsd_btinfo_framebuf
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_overflow.c82 __db_goff(dbp, dbt, tlen, pgno, bpp, bpsz)
87 void **bpp;
121 if ((ret = __os_realloc(bpp, needed)) != 0)
124 dbt->data = *bpp;
126 dbt->data = *bpp;
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dvideoinfo.c39 if (depth && info->bpp != depth)
52 grub_printf ("%4d x %4d x %2d ", info->width, info->height, info->bpp);
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c1069 map_v4v6_hostent(struct hostent *hp, char **bpp, char *ep) { argument
1077 int i = (u_long)*bpp % sizeof(align);
1082 if ((ep - *bpp) < (i + IN6ADDRSZ)) {
1087 *bpp += i;
1088 map_v4v6_address(*ap, *bpp);
1089 *ap = *bpp;
1090 *bpp += IN6ADDRSZ;
/osnet-11/usr/src/grub/grub2/grub-core/video/i386/pc/
H A Dvga.c153 framebuffer.mode_info.bpp = 8;
322 mode_info->bpp = 1;
/osnet-11/usr/src/grub/grub2/grub-core/video/emu/
H A Dsdl.c118 mode_info.bpp = window->format->BitsPerPixel;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dvideo.h131 unsigned int bpp; member in struct:grub_video_mode_info
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dlinux.c297 params->lfb_depth = mode_info.bpp;
347 if (driver_id == GRUB_VIDEO_DRIVER_VBE && mode_info.bpp <= 8)
H A Dbsd.c885 params.bpp = mode_info.bpp;
902 if (mode_info.bpp <= 8 && driv_id == GRUB_VIDEO_DRIVER_VBE)
H A Dmultiboot_mbi.c393 mbi->framebuffer_bpp = mode_info.bpp;

Completed in 148 milliseconds

12