Home | History | Annotate | Download | only in functional

Lines Matching defs:texHeight

301 	const int					texHeight			= refTexture.getHeight();
303 const int defViewportHeight = texHeight*4;
625 const int texHeight = m_texture->getRefTexture().getSize();
627 const int defViewportHeight = texHeight*2;
1250 const int texHeight = refTexture.getHeight();
1254 const RandomViewport viewport (renderTarget, texWidth*4, texHeight*4, deStringHash(getName()));
1500 const int texHeight = refTexture.getHeight();
1503 const RandomViewport viewport (renderTarget, texWidth*4, texHeight*4, deStringHash(getName()));
1811 const int texHeight = m_texture->getRefTexture().getSize();
1814 const int defViewportHeight = texHeight*2;
2127 const int texHeight = refTexture.getHeight();
2130 const RandomViewport viewport (renderTarget, texWidth*4, texHeight*4, deStringHash(getName()));