Lines Matching refs:v
331 texMtx34.v[0] = texMtx.v[0]; in ActivateTextureCoordinators()
332 texMtx34.v[1] = texMtx.v[1]; in ActivateTextureCoordinators()
333 texMtx34.v[2] = texMtx.v[2]; in ActivateTextureCoordinators()
335 coordinator.GetTextureMatrix().v[0] = texMtx34.v[0]; in ActivateTextureCoordinators()
336 coordinator.GetTextureMatrix().v[1] = texMtx34.v[1]; in ActivateTextureCoordinators()
337 coordinator.GetTextureMatrix().v[2] = texMtx34.v[2]; in ActivateTextureCoordinators()
593 texMtx34.v[0] = texMtx.v[0]; in ActivateParticleTextureCoordinators()
594 texMtx34.v[1] = texMtx.v[1]; in ActivateParticleTextureCoordinators()
595 texMtx34.v[2] = texMtx.v[2]; in ActivateParticleTextureCoordinators()
597 coordinator.GetTextureMatrix().v[0] = texMtx34.v[0]; in ActivateParticleTextureCoordinators()
598 coordinator.GetTextureMatrix().v[1] = texMtx34.v[1]; in ActivateParticleTextureCoordinators()
599 coordinator.GetTextureMatrix().v[2] = texMtx34.v[2]; in ActivateParticleTextureCoordinators()