Searched refs:maxLevelCount (Results 1 – 5 of 5) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCoverageLevel.java | 120 int maxLevelCount = 0; in oldTestInvariantPaths() local 130 if (levels.size() > maxLevelCount) { in oldTestInvariantPaths() 131 maxLevelCount = levels.size(); in oldTestInvariantPaths() 138 System.out.println(maxLevelCount in oldTestInvariantPaths() 147 + (maxLevelCount == 1 ? "all" : localesWithUniqueLevels in oldTestInvariantPaths()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 72 static inline int maxLevelCount (int size) in maxLevelCount() function 324 …ontext, name, desc, glu::mapGLInternalFormat(internalFormat), size, numLayers, maxLevelCount(size)) in BasicTexImageCubeArrayCase() 600 …me, desc, glu::mapGLInternalFormat(internalFormat), imageSize, numLayers, maxLevelCount(imageSize)) in TexImageCubeArrayDepthCase() 645 …me, desc, glu::mapGLInternalFormat(internalFormat), imageSize, numLayers, maxLevelCount(imageSize)) in TexSubImageCubeArrayDepthCase() 1054 int texCubeArrayLevels = maxLevelCount(texCubeArraySize); in init() 1066 int texCubeArrayLevels = maxLevelCount(texCubeArraySize); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 87 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/ |
D | SkMipMap.cpp | 531 int maxLevelCount = ComputeLevelCount(baseWidth, baseHeight); in ComputeLevelSize() local 532 if (level >= maxLevelCount || level < 0) { in ComputeLevelSize()
|
/external/skia/src/core/ |
D | SkMipmap.cpp | 695 int maxLevelCount = ComputeLevelCount(baseWidth, baseHeight); in ComputeLevelSize() local 696 if (level >= maxLevelCount || level < 0) { in ComputeLevelSize()
|