OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vformat
(Results
26 - 32
of
32
) sorted by null
1
2
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_sysvideo.cc
46
static int BE_VideoInit(_THIS, SDL_PixelFormat *
vformat
);
261
int BE_VideoInit(_THIS, SDL_PixelFormat *
vformat
)
282
vformat
->BitsPerPixel = ColorSpaceToBitsPerPixel(bscreen.ColorSpace());
283
if (
vformat
->BitsPerPixel == 0 ) {
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp
82
static int EPOC_VideoInit(_THIS, SDL_PixelFormat *
vformat
);
228
int EPOC_VideoInit(_THIS, SDL_PixelFormat *
vformat
)
298
vformat
->BitsPerPixel = /*!!GetBpp(displayMode) */ 8;
299
vformat
->BytesPerPixel = /*!!Private->EPOC_BytesPerPixel*/ 1;
/external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c
150
SDL_PixelFormat
vformat
;
local
239
SDL_memset(&
vformat
, 0, sizeof(
vformat
));
240
if ( video->VideoInit(video, &
vformat
) < 0 ) {
248
vformat
.BitsPerPixel,
249
vformat
.Rmask,
vformat
.Gmask,
vformat
.Bmask, 0);
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c
54
static int DirectFB_VideoInit(_THIS, SDL_PixelFormat *
vformat
);
370
int DirectFB_VideoInit(_THIS, SDL_PixelFormat *
vformat
)
423
if (DFBToSDLPixelFormat (dlc.pixelformat,
vformat
))
424
DFBToSDLPixelFormat (DSPF_LUT8,
vformat
);
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c
79
static int GEM_VideoInit(_THIS, SDL_PixelFormat *
vformat
);
304
int GEM_VideoInit(_THIS, SDL_PixelFormat *
vformat
)
439
vformat
->BitsPerPixel = VDI_bpp;
/external/libvpx/examples/includes/geshi/geshi/
sas.php
101
'VFORMATWX','VFORMATW','
VFORMAT
','VINARRAYX','VINARRAY',
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c
406
static int DX5_VideoInit(_THIS, SDL_PixelFormat *
vformat
);
894
int DX5_VideoInit(_THIS, SDL_PixelFormat *
vformat
)
938
vformat
->BitsPerPixel = GetDeviceCaps(hdc,PLANES) *
[
all
...]
Completed in 142 milliseconds
1
2