Home
last modified time | relevance | path

Searched refs:twoToTheMipLevel (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DMipMapTest.cpp79 int twoToTheMipLevel = 1 << (i + 1); in test_mipmap_generation() local
80 int currentWidth = width / twoToTheMipLevel; in test_mipmap_generation()
81 int currentHeight = height / twoToTheMipLevel; in test_mipmap_generation()
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp1755 const int twoToTheMipLevel = 1 << level; in createTexture() local
1756 const int currentWidth = std::max(1, dimensions.width() / twoToTheMipLevel); in createTexture()
1757 const int currentHeight = std::max(1, dimensions.height() / twoToTheMipLevel); in createTexture()

Completed in 8 milliseconds