HomeSort by relevance Sort by last modified time
    Searched refs:bpp (Results 51 - 75 of 119) sorted by null

1 23 4 5

  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 89 int bpp; /* pixel quantum in bits */ member in struct:SDL_PrivateVideoData::__anon6190
94 int depth; /* current visual depth (not bpp) */
148 int w, int h, int bpp, Uint32 flags);
SDL_cgximage.c 384 int bpp; local
410 bpp=this->hidden->BytesPerPixel; // That one is the only one that needs bpp
497 for(t=0;t<bpp;t++)
501 dst+=bpp;
681 int bpp; local
712 bpp=this->hidden->BytesPerPixel; // That one is the only one that needs bpp
771 for(t=0;t<bpp;t++)
775 dst+=bpp;
    [all...]
SDL_cgxmodes.c 92 this->hidden->visuals[n].bpp = GetCyberIDAttr(CYBRIDATTR_BPPIX,tID);
200 bug("\t%lx - depth: %ld bpp: %ld\n",this->hidden->visuals[i].visual,this->hidden->visuals[i].depth,this->hidden->visuals[i].bpp);
211 if(this->hidden->visuals[i].depth == format->BitsPerPixel) // Era bpp
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.h 58 short bpp; /* Colour depth */ member in struct:SDL_PrivateVideoData
101 #define VDI_bpp (this->hidden->bpp)
155 TC: 8 (chunky),15,16,24,32 bpp
156 8I: 8 bpp planes
  /device/htc/common/
releasetools.py 47 width, height, bpp = bitmap_txt.split()
54 %(width)s, %(height)s, %(bpp)s,
  /external/qemu/
console.h 136 void (*cursor_define)(int width, int height, int bpp, int hot_x, int hot_y,
144 DisplaySurface* qemu_create_displaysurface_from(int width, int height, int bpp,
146 PixelFormat qemu_different_endianness_pixelformat(int bpp);
147 PixelFormat qemu_default_pixelformat(int bpp);
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 54 static SDL_Surface *GGI_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
251 SDL_Surface *GGI_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags)
272 switch (bpp)
306 ggiGetPalette(VIS, 0, 1 << bpp, pal);
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzGL.m 54 int QZ_SetupOpenGL (_THIS, int bpp, Uint32 flags) {
59 int colorBits = bpp;
SDL_QuartzVideo.h 90 Uint32 width, height, bpp; /* frequently used data about the display */ member in struct:SDL_PrivateVideoData
138 #define device_bpp (this->hidden->bpp)
189 int QZ_SetupOpenGL (_THIS, int bpp, Uint32 flags);
SDL_QuartzVideo.m 60 int width, int height, int bpp,
251 /* Build list of modes with the requested bpp */
256 int bpp;
260 CFNumberGetValue (number, kCFNumberSInt32Type, &bpp);
262 if (bpp == format->BitsPerPixel) {
394 /* Restore original screen resolution/bpp */
423 int height, int bpp, Uint32 flags) {
442 mode = CGDisplayBestModeForParameters (display_id, bpp, width,
447 SDL_SetError ("Failed to find display resolution: %dx%dx%d", width, height, bpp);
580 if ( ! QZ_SetupOpenGL (this, bpp, flags) )
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.c 55 static SDL_Surface *WSCONS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
206 WSCONS_ReportError("Displays with 8 bpp or less are not supported");
273 "available for this %d bpp.", private->info.depth);
343 int width, int height, int bpp, Uint32 flags)
351 if (bpp != private->info.depth) {
352 WSCONS_ReportError("Requested video depth %d bpp not supported.", bpp);
357 bpp,
472 WSCONS_ReportError("Shadow copy only implemented for 16 bpp");
  /hardware/msm7k/libgralloc/
gralloc.cpp 470 int bpp = 0; local
475 bpp = 4;
478 bpp = 3;
483 bpp = 2;
495 size = stride * h * bpp;
498 size_t bpr = (w*bpp + (align-1)) & ~(align-1);
500 stride = bpr / bpp;
  /external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
SDL_dspvideo.c 155 static SDL_Surface *DSp_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
760 SDL_Surface *current, int width, int height, int bpp, Uint32 flags)
778 if (bpp != dsp_old_depth)
798 attrib.displayBestDepth = bpp;
799 attrib.backBufferBestDepth = bpp;
851 if (bpp != dsp_old_depth) {
856 if (bpp == 16) {
862 if ( ! SDL_ReallocFormat (current, bpp, rmask, gmask, bmask, 0 ) ) {
890 else if ( DSp_NewHWSurface(this, &dsp_back_buffer, bpp, width-1, height-1) == 0 ) {
929 if (bpp == 8)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_image.c 39 int bpp; local
41 bpp=screen->format->BitsPerPixel;
44 switch(bpp)
67 SDL_SetError("ph_SetupImage(): unsupported bpp=%d !\n", bpp);
74 if ((bpp==8) && (desktoppal==SDLPH_PAL_EMULATE))
88 SDL_SetError("ph_SetupImage(): PhCreateImage() failed for bpp=8 !\n");
98 SDL_SetError("ph_SetupImage(): PhCreateImage() failed for bpp=%d !\n", bpp);
114 int bpp; local
    [all...]
SDL_ph_video.h 69 Uint32 bpp; member in struct:ColourMasks
88 Uint32 OGLBPP; /* OpenGL bpp */
116 Uint32 visualbpp; /* current visual bpp */
117 Uint32 desktopbpp; /* bpp of desktop at the moment of start */
  /frameworks/base/tools/aapt/
Images.cpp 33 // This holds an image as 8bpp RGBA.
620 int bpp; local
622 bpp = 1;
624 bpp = 2;
627 bpp = 4;
639 row += bpp;
644 switch (bpp) {
757 int bpp = isOpaque ? 3 : 4; local
758 int paletteSize = w * h + bpp * num_colors;
764 paletteSize, 2 * w * h, bpp * w * h))
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 21 * [png_read_filter_row_mmx_avg() bpp == 2 bugfix, GRR 20000916]
150 __int64 mask2=0x0101010202020404, //24bpp
276 } // end 24 bpp
285 __int64 mask3=0x0101010102020202, //32bpp
420 } // end 32 bpp
526 } // end 8 bpp
808 } // end 16 bpp
972 } // end 48 bpp
1942 int bpp; local
2382 int bpp; local
3279 int bpp; local
3769 png_uint_32 bpp = (row_info->pixel_depth + 7) >> 3; local
3828 png_uint_32 bpp = (row_info->pixel_depth + 7) >> 3; local
3867 png_uint_32 bpp = (row_info->pixel_depth + 7) >> 3; local
    [all...]
  /frameworks/base/libs/rs/
rsAllocation.cpp 575 uint32_t bpp = srcE->getSizeBytes(); local
576 size_t size = w2 * h2 * bpp;
582 uint8_t * ydst = &tmp[(y + ((h2 - h) >> 1)) * w2 * bpp];
583 memcpy(&ydst[((w2 - w) >> 1) * bpp], src, w * bpp);
584 src += w * bpp;
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 56 static SDL_Surface *QT_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
276 int width, int height, int bpp, Uint32 flags)
304 qimage = new QImage(current->w, current->h, bpp);
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 73 SDL_Surface *DIB_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
221 static int DIB_AddMode(_THIS, int bpp, int w, int h)
228 if ( bpp < 8 ) { /* Not supported */
231 index = ((bpp+7)/8)-1;
267 static void DIB_CreatePalette(_THIS, int bpp)
276 ncolors = (1 << bpp);
365 // emulate other bpp (8, 32) and use triple buffer,
480 int width, int height, int bpp, Uint32 flags)
506 if ( bpp == current->format->BitsPerPixel ) {
509 switch (bpp) {
    [all...]
  /bionic/libc/netbsd/
gethnamaddr.c 976 map_v4v6_hostent(struct hostent *hp, char **bpp, char *ep)
981 assert(bpp != NULL);
989 int i = sizeof(align) - (size_t)((u_long)*bpp % sizeof(align));
991 if (ep - *bpp < (i + IN6ADDRSZ)) {
996 *bpp += i;
997 map_v4v6_address(*ap, *bpp);
998 *ap = *bpp;
999 *bpp += IN6ADDRSZ;
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosASM.S 29 ; Display 32bpp to 32bpp, 1:1
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11image.c 105 int bpp; local
111 bpp = screen->format->BytesPerPixel;
  /external/quake/quake/src/QW/client/
vid_win.c 129 int bpp; member in struct:__anon6800
551 modelist[curmode].bpp = 8;
698 modelist[0].bpp = 8;
710 modelist[1].bpp = 8;
722 modelist[2].bpp = 8;
755 int numlowresmodes, bpp, done; local
759 // enumerate 8 bpp modes
789 modelist[nummodes].bpp = devmode.dmBitsPerPel;
832 // with > 8 bpp
838 Con_SafePrintf ("No 8-bpp fullscreen DIB modes found\n");
    [all...]
  /external/quake/quake/src/WinQuake/
vid_win.cpp 125 int bpp; member in struct:__anon7258
510 modelist[curmode].bpp = 8;
657 modelist[0].bpp = 8;
669 modelist[1].bpp = 8;
681 modelist[2].bpp = 8;
714 int numlowresmodes, bpp, done; local
718 // enumerate 8 bpp modes
748 modelist[nummodes].bpp = devmode.dmBitsPerPel;
791 // with > 8 bpp
797 Con_SafePrintf ("No 8-bpp fullscreen DIB modes found\n");
    [all...]

Completed in 472 milliseconds

1 23 4 5