Searched refs:_PackedMode (Results 1 – 3 of 3) sorted by relevance
93 ctx->Fog._PackedMode = FOG_LINEAR; in _mesa_Fogfv()96 ctx->Fog._PackedMode = FOG_EXP; in _mesa_Fogfv()99 ctx->Fog._PackedMode = FOG_EXP2; in _mesa_Fogfv()110 ctx->Fog._PackedMode : FOG_NONE; in _mesa_Fogfv()206 ctx->Fog._PackedMode = FOG_EXP; in _mesa_init_fog()
515 ctx->Fog._PackedEnabledMode = state ? ctx->Fog._PackedMode : FOG_NONE; in _mesa_set_enable()
576 uint8_t _PackedMode; /**< Fog mode as 2 bits */ member