Home
last modified time | relevance | path

Searched refs:maxLevelCount (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCoverageLevel.java113 int maxLevelCount = 0; in oldTestInvariantPaths() local
123 if (levels.size() > maxLevelCount) { in oldTestInvariantPaths()
124 maxLevelCount = levels.size(); in oldTestInvariantPaths()
131 System.out.println(maxLevelCount in oldTestInvariantPaths()
140 + (maxLevelCount == 1 ? "all" : localesWithUniqueLevels in oldTestInvariantPaths()
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp72 static inline int maxLevelCount (int size) in maxLevelCount() function
322 …ontext, name, desc, glu::mapGLInternalFormat(internalFormat), size, numLayers, maxLevelCount(size)) in BasicTexImageCubeArrayCase()
598 …me, desc, glu::mapGLInternalFormat(internalFormat), imageSize, numLayers, maxLevelCount(imageSize)) in TexImageCubeArrayDepthCase()
643 …me, desc, glu::mapGLInternalFormat(internalFormat), imageSize, numLayers, maxLevelCount(imageSize)) in TexSubImageCubeArrayDepthCase()
1052 int texCubeArrayLevels = maxLevelCount(texCubeArraySize); in init()
1064 int texCubeArrayLevels = maxLevelCount(texCubeArraySize); in init()
/external/deqp/modules/gles3/functional/
Des3fTextureSpecificationTests.cpp87 static inline int maxLevelCount (int width, int height) in maxLevelCount() function
92 static inline int maxLevelCount (int width, int height, int depth) in maxLevelCount() function
638 …ame, desc, glu::mapGLTransferFormat(format, dataType), width, height, maxLevelCount(width, height)) in BasicTexImage2DCase()
647 … name, desc, glu::mapGLInternalFormat(internalFormat), width, height, maxLevelCount(width, height)) in BasicTexImage2DCase()
751 …, glu::mapGLInternalFormat(internalFormat), width, height, numLayers, maxLevelCount(width, height)) in BasicTexImage2DArrayCase()
790 …desc, glu::mapGLInternalFormat(internalFormat), width, height, depth, maxLevelCount(width, height,… in BasicTexImage3DCase()
830 …ame, desc, glu::mapGLTransferFormat(format, dataType), width, height, maxLevelCount(width, height)) in RandomOrderTexImage2DCase()
838 … name, desc, glu::mapGLInternalFormat(internalFormat), width, height, maxLevelCount(width, height)) in RandomOrderTexImage2DCase()
1195 …ame, desc, glu::mapGLTransferFormat(format, dataType), width, height, maxLevelCount(width, height)) in BasicTexSubImage2DCase()
1203 … name, desc, glu::mapGLInternalFormat(internalFormat), width, height, maxLevelCount(width, height)) in BasicTexSubImage2DCase()
[all …]
/external/skqp/src/core/
DSkMipMap.cpp531 int maxLevelCount = ComputeLevelCount(baseWidth, baseHeight); in ComputeLevelSize() local
532 if (level >= maxLevelCount || level < 0) { in ComputeLevelSize()
/external/skia/src/core/
DSkMipMap.cpp532 int maxLevelCount = ComputeLevelCount(baseWidth, baseHeight); in ComputeLevelSize() local
533 if (level >= maxLevelCount || level < 0) { in ComputeLevelSize()