Home | History | Annotate | Download | only in glrenderer

Lines Matching defs:texWidth

646         int texWidth = texture.getTextureWidth();
649 source.left /= texWidth;
650 source.right /= texWidth;
655 float xBound = (float) width / texWidth;