Home | History | Annotate | Download | only in gl

Lines Matching refs:twoToTheMipLevel

976                 int twoToTheMipLevel = 1 << currentMipLevel;
977 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel);
978 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel);
1009 int twoToTheMipLevel = 1 << currentMipLevel;
1010 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel);
1011 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel);
1082 int twoToTheMipLevel = 1 << currentMipLevel;
1083 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel);
1084 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel);
1108 int twoToTheMipLevel = 1 << currentMipLevel;
1109 int currentWidth = SkTMax(1, baseWidth / twoToTheMipLevel);
1110 int currentHeight = SkTMax(1, baseHeight / twoToTheMipLevel);
1238 int twoToTheMipLevel = 1 << currentMipLevel;
1239 int currentWidth = SkTMax(1, width / twoToTheMipLevel);
1240 int currentHeight = SkTMax(1, height / twoToTheMipLevel);
1273 int twoToTheMipLevel = 1 << currentMipLevel;
1274 int currentWidth = SkTMax(1, width / twoToTheMipLevel);
1275 int currentHeight = SkTMax(1, height / twoToTheMipLevel);
1331 int twoToTheMipLevel = 1 << currentMipLevel;
1332 int currentWidth = SkTMax(1, width / twoToTheMipLevel);
1333 int currentHeight = SkTMax(1, height / twoToTheMipLevel);