Home
last modified time | relevance | path

Searched refs:maxLevelCount (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp72 static inline int maxLevelCount (int size) in maxLevelCount() function
324 : TextureCubeArraySpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), size, numLayers, maxLevelCount(size)) in BasicTexImageCubeArrayCase()
600 : TextureCubeArraySpecCase(context, name, desc, glu::mapGLInternalFormat(internalFormat), imageSize, numLayers, maxLevelCount(imageSize)) in TexImageCubeArrayDepthCase()
645 : TextureCubeArraySpecCase(context, name, 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/
H A 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 : Texture2DSpecCase (context, name, desc, glu::mapGLTransferFormat(format, dataType), width, height, maxLevelCount(width, height)) in BasicTexImage2DCase()
647 : Texture2DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, maxLevelCount(width, height)) in BasicTexImage2DCase()
751 : Texture2DArraySpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, numLayers, maxLevelCount(width, height)) in BasicTexImage2DArrayCase()
790 : Texture3DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, depth, maxLevelCount(width, height, depth)) in BasicTexImage3DCase()
830 : Texture2DSpecCase (context, name, desc, glu::mapGLTransferFormat(format, dataType), width, height, maxLevelCount(width, height)) in RandomOrderTexImage2DCase()
838 : Texture2DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, maxLevelCount(width, height)) in RandomOrderTexImage2DCase()
1195 : Texture2DSpecCase (context, name, desc, glu::mapGLTransferFormat(format, dataType), width, height, maxLevelCount(width, height)) in BasicTexSubImage2DCase()
1203 : Texture2DSpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), width, height, maxLevelCount(widt in BasicTexSubImage2DCase()
[all...]
/third_party/skia/src/core/
H A DSkMipmap.cpp698 int maxLevelCount = ComputeLevelCount(baseWidth, baseHeight); in ComputeLevelSize() local
699 if (level >= maxLevelCount || level < 0) { in ComputeLevelSize()

Completed in 10 milliseconds