Searched refs:destUnit (Results 1 – 1 of 1) sorted by relevance
545 struct gl_fixedfunc_texture_unit *destUnit = in pop_texture_group() local575 COPY_4FV(destUnit->EyePlane[GEN_S], unit->EyePlane[GEN_S]); in pop_texture_group()576 COPY_4FV(destUnit->EyePlane[GEN_T], unit->EyePlane[GEN_T]); in pop_texture_group()577 COPY_4FV(destUnit->EyePlane[GEN_R], unit->EyePlane[GEN_R]); in pop_texture_group()578 COPY_4FV(destUnit->EyePlane[GEN_Q], unit->EyePlane[GEN_Q]); in pop_texture_group()619 memcpy(destUnit, unit, sizeof(*unit)); in pop_texture_group()620 destUnit->_CurrentCombine = NULL; in pop_texture_group()