OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:default_pixel_format
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c
737
const static struct SDL_PixelFormat
default_pixel_format
= {
local
744
srcfmt = &
default_pixel_format
;
747
dstfmt = &
default_pixel_format
;
[
all
...]
SDL_blit_N.c
113
const static struct SDL_PixelFormat
default_pixel_format
= {
local
120
srcfmt = &
default_pixel_format
;
123
dstfmt = &
default_pixel_format
;
[
all
...]
Completed in 31 milliseconds