OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calc_swizzle32
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_A.c
728
static vector unsigned char
calc_swizzle32
(const SDL_PixelFormat *srcfmt,
function
842
vector unsigned char vpermute =
calc_swizzle32
(srcfmt, NULL);
[
all
...]
SDL_blit_N.c
104
static vector unsigned char
calc_swizzle32
(const SDL_PixelFormat *srcfmt,
function
158
vector unsigned char vpermute =
calc_swizzle32
(srcfmt, NULL);
323
vpermute =
calc_swizzle32
(NULL, dstfmt);
468
vpermute =
calc_swizzle32
(NULL, dstfmt);
562
vpermute =
calc_swizzle32
(srcfmt, dstfmt);
666
vector unsigned char vpermute =
calc_swizzle32
(srcfmt, dstfmt);
744
vector unsigned char vpermute =
calc_swizzle32
(srcfmt, dstfmt);
[
all
...]
Completed in 67 milliseconds