HomeSort by relevance Sort by last modified time
    Searched refs:twoToTheMipLevel (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
MipMapTest.cpp 78 int twoToTheMipLevel = 1 << (i + 1);
79 int currentWidth = width / twoToTheMipLevel;
80 int currentHeight = height / twoToTheMipLevel;
  /external/skqp/tests/
MipMapTest.cpp 78 int twoToTheMipLevel = 1 << (i + 1);
79 int currentWidth = width / twoToTheMipLevel;
80 int currentHeight = height / twoToTheMipLevel;
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]

Completed in 4325 milliseconds