Home
last modified time | relevance | path

Searched defs:Bmask (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dports/devel/p5-SDL/SDL-2.548/src/Core/objects/
H A DPixelFormat.xs25 Uint32 Rmask, Gmask, Bmask, Amask; variable
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/android/
H A DSDL_pixels.c102 Uint32 * Gmask, Uint32 * Bmask, Uint32 * Amask) in SDL_PixelFormatEnumToMasks()
254 SDL_MasksToPixelFormatEnum(int bpp, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, in SDL_MasksToPixelFormatEnum()
481 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask) in SDL_AllocFormat()
500 Uint32 Bmask, Uint32 Amask) in SDL_InitFormat()
/dports/devel/agar/agar-1.5.0/gui/
H A Diconmgr.h12 Uint32 Bmask; /* Blue mask */ member
H A Dsurface.c57 AG_PixelFormatRGB(int bpp, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask) in AG_PixelFormatRGB()
84 AG_PixelFormatRGBA(int bpp, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, in AG_PixelFormatRGBA()
297 Uint32 Bmask) in AG_SurfaceRGB()
316 Uint32 Bmask, Uint32 Amask) in AG_SurfaceRGBA()
332 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask) in AG_SurfaceFromPixelsRGB()
352 Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask) in AG_SurfaceFromPixelsRGBA()
/dports/games/stratagus/stratagus-3.2.0/src/video/
H A Dmng.cpp107 const Uint32 Bmask = 0x00FF0000; in my_processheader() local
111 const Uint32 Bmask = 0x0000FF00 >> 8; in my_processheader() local
/dports/emulators/cannonball/cannonball-0.34/src/main/sdl2/
H A Drenderbase.hpp73 uint32_t Rmask, Gmask, Bmask; member in RenderBase
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/trivial/
H A Dtri-mask-tri.c34 GLboolean Rmask = GL_TRUE, Gmask = GL_FALSE, Bmask = GL_TRUE; variable
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/trivial/
H A Dtri-mask-tri.c34 GLboolean Rmask = GL_TRUE, Gmask = GL_FALSE, Bmask = GL_TRUE; variable
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/video/
H A Dmng.cpp129 const Uint32 Bmask = 0x00FF0000; in my_processheader() local
133 const Uint32 Bmask = 0x0000FF00 >> 8; in my_processheader() local
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dgl_soft2gl.c140 unsigned int Rmask, Gmask, Bmask; in UpdatePixels() local
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/emscripten/
H A DSDL_emscriptenframebuffer.c35 Uint32 Rmask, Gmask, Bmask, Amask; in Emscripten_CreateWindowFramebuffer() local
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/emscripten/
H A DSDL_emscriptenframebuffer.c35 Uint32 Rmask, Gmask, Bmask, Amask; in Emscripten_CreateWindowFramebuffer() local
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/emscripten/
H A DSDL_emscriptenframebuffer.c35 Uint32 Rmask, Gmask, Bmask, Amask; in Emscripten_CreateWindowFramebuffer() local
/dports/x11/controllermap/SDL2-2.0.18/src/video/emscripten/
H A DSDL_emscriptenframebuffer.c36 Uint32 Rmask, Gmask, Bmask, Amask; in Emscripten_CreateWindowFramebuffer() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/emscripten/
H A DSDL_emscriptenframebuffer.c35 Uint32 Rmask, Gmask, Bmask, Amask; in Emscripten_CreateWindowFramebuffer() local
/dports/devel/sdl20/SDL2-2.0.18/src/video/emscripten/
H A DSDL_emscriptenframebuffer.c36 Uint32 Rmask, Gmask, Bmask, Amask; in Emscripten_CreateWindowFramebuffer() local
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/video/dummy/
H A DSDL_nullframebuffer.c37 Uint32 Rmask, Gmask, Bmask, Amask; in SDL_DUMMY_CreateWindowFramebuffer() local
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/video/dummy/
H A DSDL_nullframebuffer.c37 Uint32 Rmask, Gmask, Bmask, Amask; in SDL_DUMMY_CreateWindowFramebuffer() local
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/video/dummy/
H A DSDL_nullframebuffer.c37 Uint32 Rmask, Gmask, Bmask, Amask; in SDL_DUMMY_CreateWindowFramebuffer() local
/dports/x11/controllermap/SDL2-2.0.18/src/video/offscreen/
H A DSDL_offscreenframebuffer.c38 Uint32 Rmask, Gmask, Bmask, Amask; in SDL_OFFSCREEN_CreateWindowFramebuffer() local
/dports/x11/controllermap/SDL2-2.0.18/src/video/dummy/
H A DSDL_nullframebuffer.c37 Uint32 Rmask, Gmask, Bmask, Amask; in SDL_DUMMY_CreateWindowFramebuffer() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/video/dummy/
H A DSDL_nullframebuffer.c37 Uint32 Rmask, Gmask, Bmask, Amask; in SDL_DUMMY_CreateWindowFramebuffer() local
/dports/devel/sdl20/SDL2-2.0.18/src/video/offscreen/
H A DSDL_offscreenframebuffer.c38 Uint32 Rmask, Gmask, Bmask, Amask; in SDL_OFFSCREEN_CreateWindowFramebuffer() local
/dports/devel/sdl20/SDL2-2.0.18/src/video/dummy/
H A DSDL_nullframebuffer.c37 Uint32 Rmask, Gmask, Bmask, Amask; in SDL_DUMMY_CreateWindowFramebuffer() local
/dports/devel/sdl2pp/libSDL2pp-0.16.1/SDL2pp/
H A DSurface.cc44 … flags, int width, int height, int depth, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask) { in Surface()
49 … width, int height, int depth, int pitch, Uint32 Rmask, Uint32 Gmask, Uint32 Bmask, Uint32 Amask) { in Surface()

12345678910>>...13