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

  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestCoverageLevel.java 113 int maxLevelCount = 0;
123 if (levels.size() > maxLevelCount) {
124 maxLevelCount = levels.size();
131 System.out.println(maxLevelCount
140 + (maxLevelCount == 1 ? "all" : localesWithUniqueLevels
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 72 static inline int maxLevelCount (int size)
322 : TextureCubeArraySpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), size, numLayers, maxLevelCount(size))
598 : TextureCubeArraySpecCase(context, name, desc, glu::mapGLInternalFormat(internalFormat), imageSize, numLayers, maxLevelCount(imageSize))
643 : TextureCubeArraySpecCase(context, name, desc, glu::mapGLInternalFormat(internalFormat), imageSize, numLayers, maxLevelCount(imageSize))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp 87 static inline int maxLevelCount (int width, int height)
92 static inline int maxLevelCount (int width, int height, int depth)
638 : Texture2DSpecCase (context, name, desc, glu::mapGLTransferFormat(format, dataType), width, height, maxLevelCount(width, height))
647 : Texture2DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, maxLevelCount(width, height))
751 : Texture2DArraySpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, numLayers, maxLevelCount(width, height))
790 : Texture3DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, depth, maxLevelCount(width, height, depth))
830 : Texture2DSpecCase (context, name, desc, glu::mapGLTransferFormat(format, dataType), width, height, maxLevelCount(width, height))
838 : Texture2DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, maxLevelCount(width, height))
    [all...]
  /external/skia/src/core/
SkMipMap.cpp 532 int maxLevelCount = ComputeLevelCount(baseWidth, baseHeight);
533 if (level >= maxLevelCount || level < 0) {
  /external/skqp/src/core/
SkMipMap.cpp 531 int maxLevelCount = ComputeLevelCount(baseWidth, baseHeight);
532 if (level >= maxLevelCount || level < 0) {

Completed in 205 milliseconds