OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UBYTE_TO_USHORT
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_surface.c
221
#define
UBYTE_TO_USHORT
(B) ((B) | ((B) << 8))
/external/mesa3d/src/mesa/main/
macros.h
127
#define
UBYTE_TO_USHORT
(b) (((GLushort) (b) << 8) | (GLushort) (b))
Completed in 479 milliseconds