HomeSort by relevance Sort by last modified time
    Searched refs:DISEMBLE_RGBA (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit.h 303 #define DISEMBLE_RGBA(buf, bpp, fmt, Pixel, r, g, b, a) \
SDL_blit_A.c 143 DISEMBLE_RGBA(src,srcbpp,srcfmt,Pixel,sR,sG,sB,sA);
858 DISEMBLE_RGBA(src, 4, srcfmt, Pixel, sR, sG, sB, sA); \
    [all...]
SDL_blit_N.c 188 DISEMBLE_RGBA((Uint8 *)src, 4, srcfmt, Pixel, \
590 DISEMBLE_RGBA((Uint8 *)srcp, srcbpp, srcfmt, Pixel, \
    [all...]

Completed in 172 milliseconds