Searched defs:destUnit (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dattrib.c715 struct gl_texture_unit *destUnit = &ctx->Texture.Unit[u]; local
716 COPY_4FV(destUnit->GenS.EyePlane, unit->GenS.EyePlane);
717 COPY_4FV(destUnit->GenT.EyePlane, unit->GenT.EyePlane);
718 COPY_4FV(destUnit->GenR.EyePlane, unit->GenR.EyePlane);
719 COPY_4FV(destUnit->GenQ.EyePlane, unit->GenQ.EyePlane);

Completed in 79 milliseconds