OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Gmask
(Results
1 - 10
of
10
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_surface.h
114
* \param
Gmask
The green mask of the surface to create.
120
Uint32 Rmask, Uint32
Gmask
, Uint32 Bmask, Uint32 Amask);
127
Uint32
Gmask
,
SDL_pixels.h
282
Uint32
Gmask
;
312
Uint32 *
Gmask
,
326
Uint32
Gmask
,
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_surface.h
114
* \param
Gmask
The green mask of the surface to create.
120
Uint32 Rmask, Uint32
Gmask
, Uint32 Bmask, Uint32 Amask);
127
Uint32
Gmask
,
SDL_pixels.h
282
Uint32
Gmask
;
312
Uint32 *
Gmask
,
326
Uint32
Gmask
,
/prebuilts/misc/windows/sdl2/include/
SDL_surface.h
114
* \param
Gmask
The green mask of the surface to create.
120
Uint32 Rmask, Uint32
Gmask
, Uint32 Bmask, Uint32 Amask);
127
Uint32
Gmask
,
SDL_pixels.h
282
Uint32
Gmask
;
312
Uint32 *
Gmask
,
326
Uint32
Gmask
,
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_surface.h
114
* \param
Gmask
The green mask of the surface to create.
120
Uint32 Rmask, Uint32
Gmask
, Uint32 Bmask, Uint32 Amask);
127
Uint32
Gmask
,
SDL_pixels.h
282
Uint32
Gmask
;
312
Uint32 *
Gmask
,
326
Uint32
Gmask
,
/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
58
client->format.greenMax=sdl->format->
Gmask
>>client->format.greenShift;
Completed in 158 milliseconds