Home
last modified time | relevance | path

Searched refs:UBYTE_TO_USHORT (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dmacros.h132 #define UBYTE_TO_USHORT(b) (((GLushort) (b) << 8) | (GLushort) (b)) macro
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c409 #define UBYTE_TO_USHORT(B) ((B) | ((B) << 8)) macro

Completed in 3 milliseconds