Home
last modified time | relevance | path

Searched refs:DXD_GAMMA_15BIT (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/include/dx/
H A Darch.h154 #define DXD_GAMMA_15BIT 2.0 macro
212 #undef DXD_GAMMA_15BIT
218 #define DXD_GAMMA_15BIT 1.0 macro
244 #undef DXD_GAMMA_15BIT
250 #define DXD_GAMMA_15BIT 1.0 macro
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Ddisplayx.c3974 case 15: *gamma = DXD_GAMMA_15BIT; break; in getGamma()