Searched refs:maxLevelCount (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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 …]
|
/third_party/flutter/skia/src/core/ |
D | SkMipMap.cpp | 532 int maxLevelCount = ComputeLevelCount(baseWidth, baseHeight); in ComputeLevelSize() local 533 if (level >= maxLevelCount || level < 0) { in ComputeLevelSize()
|
/third_party/skia/src/core/ |
D | SkMipmap.cpp | 698 int maxLevelCount = ComputeLevelCount(baseWidth, baseHeight); in ComputeLevelSize() local 699 if (level >= maxLevelCount || level < 0) { in ComputeLevelSize()
|