Searched refs:BitsPerPixel (Results 26 - 50 of 78) sorted by relevance

1234

/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestalpha.c352 if ( info->vfmt->BitsPerPixel > 8 ) {
353 video_bpp = info->vfmt->BitsPerPixel;
416 printf("Screen is at %d bits per pixel\n",screen->format->BitsPerPixel);
H A Dtestgl.c400 screen->format->BitsPerPixel,
487 if ( SDL_GetVideoInfo()->vfmt->BitsPerPixel <= 8 ) {
552 printf("Screen BPP: %d\n", SDL_GetVideoSurface()->format->BitsPerPixel);
/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.c469 || modeInfo.BitsPerPixel != 8
474 modeInfo.BitsPerPixel);
502 || modeInfo.BitsPerPixel != 8
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_pixels.c53 format->BitsPerPixel = bpp;
297 switch (surface->format->BitsPerPixel) {
577 if (srcfmt->BitsPerPixel!=dstfmt->BitsPerPixel)
H A DSDL_surface.c87 depth = video->displayformatalphapixel->BitsPerPixel;
95 depth = screen->format->BitsPerPixel;
561 if ( dst->format->BitsPerPixel < 8 ) {
562 switch(dst->format->BitsPerPixel) {
825 surface->w, surface->h, format->BitsPerPixel,
H A DSDL_blit.h84 ((A)->BitsPerPixel == (B)->BitsPerPixel \
H A DSDL_blit_0.c447 if ( surface->format->BitsPerPixel != 1 ) {
451 if ( surface->map->dst->format->BitsPerPixel < 8 ) {
/external/qemu/distrib/sdl-1.2.15/src/video/dummy/
H A DSDL_nullvideo.c149 vformat->BitsPerPixel = 8;
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
H A DSDL_romvideo.c216 vformat->BitsPerPixel = (**(**SDL_Display).gdPMap).pixelSize;
217 switch (vformat->BitsPerPixel) {
261 if ( this->screen->format->BitsPerPixel == format->BitsPerPixel ) {
/external/giflib/
H A Dgifalloc.c71 Object->BitsPerPixel = BitSize(ColorCount);
210 ColorUnion->BitsPerPixel = NewBitSize;
H A Dgif_lib.h74 int BitsPerPixel; member in struct:ColorMapObject
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
H A DSDL_aavideo.c180 vformat->BitsPerPixel = 8;
189 if(format->BitsPerPixel != 8)
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcvideo.c143 vformat->BitsPerPixel = 16;
165 switch(format->BitsPerPixel) {
231 // if ( bpp != current->format->BitsPerPixel ) {
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c372 vformat->BitsPerPixel = DefaultDepth(DGA_Display, DGA_Screen);
380 if ( vformat->BitsPerPixel == pix_format[i].depth )
384 vformat->BitsPerPixel = pix_format[i].bits_per_pixel;
387 if ( vformat->BitsPerPixel > 8 ) {
450 return(SDL_modelist[((format->BitsPerPixel+7)/8)-1]);
1033 if ( this->screen->format->BitsPerPixel <= 16 ) {
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.c436 vformat->BitsPerPixel = VDI_bpp;
475 if (format->BitsPerPixel != VDI_bpp) {
908 mfdb_src.fd_nplanes=surface->format->BitsPerPixel;
1001 mfdb_src.fd_nplanes=surface->format->BitsPerPixel;
1059 if (surface->format->BitsPerPixel > 8) {
1307 mfdb_src.fd_nplanes=surface->format->BitsPerPixel;
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_image.c41 bpp=screen->format->BitsPerPixel;
118 bpp=screen->format->BitsPerPixel;
194 if ((screen->format->BitsPerPixel==8) && (desktopbpp!=8))
316 if (ph_SetupOpenGLContext(this, screen->w, screen->h, screen->format->BitsPerPixel, screen->flags)!=0)
363 if ((screen->format->BitsPerPixel==8) && (desktopbpp!=8))
661 switch(surface->format->BitsPerPixel)
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c573 vformat->BitsPerPixel = gapi->gxProperties.cBPP < 8 ? 16 : (unsigned char)gapi->gxProperties.cBPP;
577 vformat->BitsPerPixel = 16;
585 vformat->BitsPerPixel = 16;
594 vformat->BitsPerPixel = 16;
614 return(gapi->SDL_modelist[((format->BitsPerPixel+7)/8)-1]);
633 if (bpp == current->format->BitsPerPixel) {
821 printf("video surface bpp: %d\n", video->format->BitsPerPixel);
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.c325 vformat->BitsPerPixel = GS_pixelmasks[vinfo.psm].bpp;
372 switch (format->BitsPerPixel) {
382 if ( format->BitsPerPixel != 32 ) break;
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglvideo.c267 vformat->BitsPerPixel = VGLCurMode->Depth;
269 vformat->BitsPerPixel = 16; /* Good default */
304 return SDL_modelist[((format->BitsPerPixel+7)/8)-1];
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp418 vformat->BitsPerPixel = /*!!GetBpp(displayMode) */ 8;
460 if (format->BitsPerPixel == 12 || format->BitsPerPixel == 8)
871 const TInt sourceNumBytesPerPixel = ((_this->screen->format->BitsPerPixel-1)>>3) + 1;
913 switch (_this->screen->format->BitsPerPixel)
1008 const TInt sourceNumBytesPerPixel = ((_this->screen->format->BitsPerPixel-1)>>3) + 1;
1054 switch (_this->screen->format->BitsPerPixel)
1153 // TInt sourceNumBytesPerPixel = ((_this->screen->format->BitsPerPixel-1)>>3) + 1;
1197 if (_this->screen->format->BitsPerPixel == 12) {
/external/qemu-pc-bios/vgabios/
H A Dvbe.c860 size_64k = (Bit16u)((Bit32u)cur_info->info.XResolution * cur_info->info.XResolution * cur_info->info.BitsPerPixel) >> 19;
863 (cur_info->info.BitsPerPixel <= dispi_get_max_bpp()) &&
873 printf("VBE mode %x (xres=%x / bpp=%02x) not supported \n", cur_info->mode,cur_info->info.XResolution,cur_info->info.BitsPerPixel);
1007 cur_info->info.BitsPerPixel);
1013 if (cur_info->info.BitsPerPixel == 4)
1018 dispi_set_bpp(cur_info->info.BitsPerPixel);
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c295 vformat->BitsPerPixel = 16;
300 vformat->BitsPerPixel = 8;
712 if (SDL_VideoSurface->format->BitsPerPixel == 16) {
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.c234 vformat -> BitsPerPixel = SDL_Visual.bpp ;
235 if (vformat -> BitsPerPixel > 8) {
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
H A DSDL_pgvideo.c177 vformat->BitsPerPixel = this->hidden->mi.bpp;
244 current->format->BitsPerPixel = this->hidden->shm.bpp;
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl.c333 if ((surface->format->BitsPerPixel == 15) || (surface->format->BitsPerPixel == 16)) {
427 switch (pixel_format->BitsPerPixel) {
542 switch (pixel_format->BitsPerPixel) {

Completed in 584 milliseconds

1234