Searched refs:_PackedMode (Results 1 – 3 of 3) sorted by relevance
105 ctx->Fog._PackedMode = FOG_LINEAR; in _mesa_Fogfv()108 ctx->Fog._PackedMode = FOG_EXP; in _mesa_Fogfv()111 ctx->Fog._PackedMode = FOG_EXP2; in _mesa_Fogfv()122 ctx->Fog._PackedMode : FOG_NONE; in _mesa_Fogfv()220 ctx->Fog._PackedMode = FOG_EXP; in _mesa_init_fog()
422 ctx->Fog._PackedEnabledMode = state ? ctx->Fog._PackedMode : FOG_NONE; in _mesa_set_enable()
611 uint8_t _PackedMode; /**< Fog mode as 2 bits */ member