HomeSort by relevance Sort by last modified time
    Searched full:pixelbytes (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.c 223 if (VGLCurMode->ModeInfo.PixelBytes > 0) {
224 this->info.video_mem = VGLCurMode->ModeInfo.PixelBytes *
355 if (VGLCurMode->ModeInfo.PixelBytes == 0)
356 (VGLCurMode->ModeInfo.PixelBytes = 1);
362 VGLCurMode->ModeInfo.PixelBytes;
542 vminfop->PixelBytes = 1; /* Good default value */
560 vminfop->PixelBytes = minfo.vi_pixel_size;
561 switch (vminfop->PixelBytes) {
  /external/skia/bench/
benchmain.cpp 40 size_t pixelBytes = bm1.width() * bm1.bytesPerPixel();
42 if (memcmp(bm1.getAddr(0, y), bm2.getAddr(0, y), pixelBytes)) {

Completed in 139 milliseconds