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

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_surface.h 115 * \param Bmask The blue mask of the surface to create.
120 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
128 Uint32 Bmask,
SDL_pixels.h 283 Uint32 Bmask;
313 Uint32 * Bmask,
327 Uint32 Bmask,
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_surface.h 115 * \param Bmask The blue mask of the surface to create.
120 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
128 Uint32 Bmask,
SDL_pixels.h 283 Uint32 Bmask;
313 Uint32 * Bmask,
327 Uint32 Bmask,
  /prebuilts/misc/windows/sdl2/include/
SDL_surface.h 115 * \param Bmask The blue mask of the surface to create.
120 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
128 Uint32 Bmask,
SDL_pixels.h 283 Uint32 Bmask;
313 Uint32 * Bmask,
327 Uint32 Bmask,
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_surface.h 115 * \param Bmask The blue mask of the surface to create.
120 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
128 Uint32 Bmask,
SDL_pixels.h 283 Uint32 Bmask;
313 Uint32 * Bmask,
327 Uint32 Bmask,
  /prebuilts/misc/windows/sdl2/test/
testautomation_pixels.c 144 masks = result->Rmask | result->Gmask | result->Bmask | result->Amask;
166 masks = result->Rmask | result->Gmask | result->Bmask | result->Amask;
  /external/libvncserver/client_examples/
SDLvncviewer.c 59 client->format.blueMax=sdl->format->Bmask>>client->format.blueShift;

Completed in 258 milliseconds