Searched refs:texWidth (Results 1 – 3 of 3) sorted by relevance
56 int texWidth = bitmap.getWidth(); in ResourceModifier() local68 matrix.setTranslate(texWidth / 2.0f, texHeight / 2.0f); in ResourceModifier()
43 static GLuint genTexture(int texWidth, int texHeight, int fill);
212 GLuint GLUtils::genTexture(int texWidth, int texHeight, int fill) { in genTexture() argument214 int w = roundUpToSmallestPowerOf2(texWidth); in genTexture()