OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rmask
(Results
1 - 10
of
10
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_surface.h
113
* \param
Rmask
The red mask of the surface to create.
120
Uint32
Rmask
, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
126
Uint32
Rmask
,
SDL_pixels.h
281
Uint32
Rmask
;
311
Uint32 *
Rmask
,
325
Uint32
Rmask
,
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_surface.h
113
* \param
Rmask
The red mask of the surface to create.
120
Uint32
Rmask
, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
126
Uint32
Rmask
,
SDL_pixels.h
281
Uint32
Rmask
;
311
Uint32 *
Rmask
,
325
Uint32
Rmask
,
/prebuilts/misc/windows/sdl2/include/
SDL_surface.h
113
* \param
Rmask
The red mask of the surface to create.
120
Uint32
Rmask
, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
126
Uint32
Rmask
,
SDL_pixels.h
281
Uint32
Rmask
;
311
Uint32 *
Rmask
,
325
Uint32
Rmask
,
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_surface.h
113
* \param
Rmask
The red mask of the surface to create.
120
Uint32
Rmask
, Uint32 Gmask, Uint32 Bmask, Uint32 Amask);
126
Uint32
Rmask
,
SDL_pixels.h
281
Uint32
Rmask
;
311
Uint32 *
Rmask
,
325
Uint32
Rmask
,
/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
57
client->format.redMax=sdl->format->
Rmask
>>client->format.redShift;
Completed in 68 milliseconds