HomeSort by relevance Sort by last modified time
    Searched refs:bpp (Results 126 - 150 of 324) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/qemu/android/
multitouch-screen.c 341 mts_state->fb_header.bpp = surface->pf.bytes_per_pixel;
367 mts_state->fb_header.bpp = 4;
453 mts_state->fb_header.bpp = ds->surface->pf.bytes_per_pixel;
main-common-ui.c 558 int bpp = 16; local
561 bpp = atoi(y+1);
568 D("loaded dynamic skin width=%d height=%d bpp=%d\n", width, height, bpp);
574 "display {\n width %d\n height %d\n bpp %d}\n",
575 width, height,bpp);
578 D("found magic skin width=%d height=%d bpp=%d\n", width, height, bpp);
630 int depth = aconfig_int(n, "bpp", hwConfig->hw_lcd_depth);
  /external/qemu/distrib/sdl-1.2.15/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.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp 124 static SDL_Surface *EPOC_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
368 SDL_TRACE1("bpp %d", Private->EPOC_BytesPerPixel);
373 /* It seems that in SA1100 machines for 8bpp displays there is a 512 palette table at the
375 * In 12 bpp machines the table has 16 entries.
516 int width, int height, int bpp, Uint32 /*flags*/)
521 if (! (bpp == 8 || bpp == 12 || bpp == 16) &&
533 if (! (bpp == 8 || bpp == 12 || bpp == 16) &
    [all...]
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureLoader.java 413 int bpp = 0; local
417 bpp = 4;
421 bpp = 8;
428 int dataSize = (header.mWidth * header.mHeight * bpp) >> 3;
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_drawable.h 82 int width, height, pitch, /*bytes per pixel */ bpp; member in struct:apple_glx_pixmap
  /external/chromium_org/third_party/skia/third_party/ktx/
ktx.cpp 459 int bpp = bitmap.bytesPerPixel(); local
460 uint32_t dataSz = bpp * width * height;
462 if (0 >= bpp) {
491 if (!stream->write(rowPtr, bpp*width)) {
  /external/chromium_org/ui/ozone/platform/dri/
dri_buffer.cc 55 request.bpp = info.bytesPerPixel() << 3;
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.h 82 int width, height, pitch, /*bytes per pixel */ bpp; member in struct:apple_glx_pixmap
  /external/qemu/android/skin/
file.h 31 int bpp; /* bits per pixel, 32 or 16 */ member in struct:SkinDisplay
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
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 */
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzGL.m 65 int QZ_SetupOpenGL (_THIS, int bpp, Uint32 flags) {
70 int colorBits = bpp;
  /external/skia/third_party/ktx/
ktx.cpp 459 int bpp = bitmap.bytesPerPixel(); local
460 uint32_t dataSz = bpp * width * height;
462 if (0 >= bpp) {
491 if (!stream->write(rowPtr, bpp*width)) {
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 76 static SDL_Surface *XBIOS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
652 int width, int height, int bpp, Uint32 flags)
664 bpp = (bpp+7)/8-1;
665 for ( mode=0; SDL_modelist[bpp][mode]; ++mode ) {
666 if ( (SDL_modelist[bpp][mode]->w == width) &&
667 (SDL_modelist[bpp][mode]->h == height) ) {
671 if ( SDL_modelist[bpp][mode] == NULL ) {
675 new_video_mode = SDL_xbiosmode[bpp][mode];
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 3507 int bpp = lodepng_get_bpp(mode); local
4214 unsigned bpp = lodepng_get_bpp(&info_png->color); local
5240 unsigned bpp = lodepng_get_bpp(info); local
    [all...]
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 281 __u32 bpp; member in struct:drm_mode_fb_cmd
371 uint32_t bpp; member in struct:drm_mode_create_dumb
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 464 const GLint bpp = _mesa_get_format_bytes(rb->Format); local
474 return (GLubyte *) srb->Map + y * rowStride + x * bpp;
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 302 __u32 bpp; member in struct:drm_mode_fb_cmd
474 uint32_t bpp; member in struct:drm_mode_create_dumb
  /external/mesa3d/src/mesa/swrast/
s_context.h 464 const GLint bpp = _mesa_get_format_bytes(rb->Format); local
474 return (GLubyte *) srb->Map + y * rowStride + x * bpp;
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
image.c 64 comp->bpp = cmptparms[compno].bpp;
  /external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacavideo.c 57 static SDL_Surface *Caca_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
194 int width, int height, int bpp, Uint32 flags)
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosASM.S 29 ; Display 32bpp to 32bpp, 1:1
  /hardware/intel/img/libdrm/libdrm/
xf86drmMode.h 191 uint32_t bpp; member in struct:_drmModeFB
298 uint8_t bpp, uint32_t pitch, uint32_t bo_handle,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 297 xrb->pitch = bytes_per_line(width * xrb->bpp, 32);
352 xrb->bpp = 32;
358 xrb->bpp = 32;
364 xrb->bpp = 16;
370 xrb->bpp = 8;
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 297 xrb->pitch = bytes_per_line(width * xrb->bpp, 32);
352 xrb->bpp = 32;
358 xrb->bpp = 32;
364 xrb->bpp = 16;
370 xrb->bpp = 8;

Completed in 735 milliseconds

1 2 3 4 56 7 8 91011>>