Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c788 struct gl_texture_unit *destUnit = &ctx->Texture.Unit[u]; in pop_texture_group() local
789 COPY_4FV(destUnit->GenS.EyePlane, unit->GenS.EyePlane); in pop_texture_group()
790 COPY_4FV(destUnit->GenT.EyePlane, unit->GenT.EyePlane); in pop_texture_group()
791 COPY_4FV(destUnit->GenR.EyePlane, unit->GenR.EyePlane); in pop_texture_group()
792 COPY_4FV(destUnit->GenQ.EyePlane, unit->GenQ.EyePlane); in pop_texture_group()