Lines Matching refs:v
329 texMtx34.v[0] = texMtx.v[0]; in ActivateTextureCoordinators()
330 texMtx34.v[1] = texMtx.v[1]; in ActivateTextureCoordinators()
331 texMtx34.v[2] = texMtx.v[2]; in ActivateTextureCoordinators()
333 coordinator.GetTextureMatrix().v[0] = texMtx34.v[0]; in ActivateTextureCoordinators()
334 coordinator.GetTextureMatrix().v[1] = texMtx34.v[1]; in ActivateTextureCoordinators()
335 coordinator.GetTextureMatrix().v[2] = texMtx34.v[2]; in ActivateTextureCoordinators()
591 texMtx34.v[0] = texMtx.v[0]; in ActivateParticleTextureCoordinators()
592 texMtx34.v[1] = texMtx.v[1]; in ActivateParticleTextureCoordinators()
593 texMtx34.v[2] = texMtx.v[2]; in ActivateParticleTextureCoordinators()
595 coordinator.GetTextureMatrix().v[0] = texMtx34.v[0]; in ActivateParticleTextureCoordinators()
596 coordinator.GetTextureMatrix().v[1] = texMtx34.v[1]; in ActivateParticleTextureCoordinators()
597 coordinator.GetTextureMatrix().v[2] = texMtx34.v[2]; in ActivateParticleTextureCoordinators()