/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_pixels_c.h | 31 extern SDL_PixelFormat *SDL_ReallocFormat(SDL_Surface *surface, int bpp,
|
SDL_pixels.c | 224 SDL_PixelFormat *SDL_ReallocFormat(SDL_Surface *surface, int bpp,
|
/external/qemu/distrib/sdl-1.2.15/src/video/dummy/ |
SDL_nullvideo.c | 179 if ( ! SDL_ReallocFormat(current, bpp, 0, 0, 0, 0) ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/caca/ |
SDL_cacavideo.c | 215 if ( ! SDL_ReallocFormat(current, 16, 0xf800, 0x07e0, 0x001f, 0) ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/ |
SDL_aavideo.c | 266 if ( ! SDL_ReallocFormat(current, 8, 0, 0, 0, 0) ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/dc/ |
SDL_dcvideo.c | 232 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/ |
SDL_ipodvideo.c | 355 if (!SDL_ReallocFormat (current, bpp, Rmask, Gmask, Bmask, 0)) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/nds/ |
SDL_ndsvideo.c | 314 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, Amask) ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/ |
SDL_pgvideo.c | 204 if ( ! SDL_ReallocFormat(current, bpp, 0, 0, 0, 0) ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
SDL_nxvideo.c | 317 if ( ! SDL_ReallocFormat (screen, bpp, SDL_Visual.red_mask,
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
SDL_gsvideo.c | 470 if ( ! SDL_ReallocFormat(current, GS_pixelmasks[vinfo.psm].bpp,
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3video.c | 324 if (!SDL_ReallocFormat(current, fb_bits_per_pixel, 0, 0, 0, 0)) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
SDL_wimpvideo.c | 126 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
|
SDL_riscosFullScreenVideo.c | 139 if ( ! SDL_ReallocFormat(current, bpp, Rmask, Gmask, Bmask, 0) ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/svga/ |
SDL_svgavideo.c | 385 if ( ! SDL_ReallocFormat(current, bpp, 0, 0, 0, 0) ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
SDL_epocvideo.cpp | 427 if(!SDL_ReallocFormat(current, bpp, 0, 0, 0, 0))
|
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/ |
SDL_wsconsvideo.c | 356 if (!SDL_ReallocFormat(current,
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_ph_video.c | 470 SDL_ReallocFormat(current, mask->bpp, mask->red, mask->green, mask->blue, 0);
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
SDL_vglvideo.c | 380 if (! SDL_ReallocFormat(current, modes[i]->Depth, VGLCurMode->Rmask,
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbvideo.c | 963 if ( ! SDL_ReallocFormat(current, bpp, 0, 0, 0, 0) ) { 1099 if ( ! SDL_ReallocFormat(current, vinfo.bits_per_pixel, [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
SDL_dgavideo.c | 517 if ( ! SDL_ReallocFormat(current, mode->mode.bitsPerPixel,
|
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemvideo.c | 643 if ( ! SDL_ReallocFormat(current, VDI_bpp, VDI_redmask, VDI_greenmask, VDI_bluemask, VDI_alphamask) ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/ |
SDL_dspvideo.c | 862 if ( ! SDL_ReallocFormat (current, bpp, rmask, gmask, bmask, 0 ) ) { [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios.c | 748 if ( ! SDL_ReallocFormat(current, new_depth, 0, 0, 0, 0) ) {
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocvideo.cpp | 551 if ( ! SDL_ReallocFormat(current, bpp, 0, 0, 0, 0) ) { [all...] |