OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_depth
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c
654
int mode,
new_depth
;
local
680
new_depth
= new_video_mode->depth;
681
if (
new_depth
== 4) {
683
new_depth
=8;
685
} else if (
new_depth
== 8) {
692
new_screen_size = width * height * ((
new_depth
)>>3);
748
if ( ! SDL_ReallocFormat(current,
new_depth
, 0, 0, 0, 0) ) {
757
current->pitch = (width *
new_depth
)>>3;
819
SDL_XBIOS_CentscreenSetmode(this, width, height,
new_depth
);
825
if (
new_depth
> 8)
[
all
...]
/external/chromium_org/third_party/lcov/bin/
lcov
[
all
...]
/external/chromium_org/third_party/lcov-1.9/bin/
lcov
[
all
...]
Completed in 303 milliseconds