Searched refs:maxLevelCount (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 72 static inline int maxLevelCount (int size) in maxLevelCount() function 320 …ontext, name, desc, glu::mapGLInternalFormat(internalFormat), size, numLayers, maxLevelCount(size)) in BasicTexImageCubeArrayCase() 596 …me, desc, glu::mapGLInternalFormat(internalFormat), imageSize, numLayers, maxLevelCount(imageSize)) in TexImageCubeArrayDepthCase() 641 …me, desc, glu::mapGLInternalFormat(internalFormat), imageSize, numLayers, maxLevelCount(imageSize)) in TexSubImageCubeArrayDepthCase() 1050 int texCubeArrayLevels = maxLevelCount(texCubeArraySize); in init() 1062 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() 1196 …ame, desc, glu::mapGLTransferFormat(format, dataType), width, height, maxLevelCount(width, height)) in BasicTexSubImage2DCase() 1204 … name, desc, glu::mapGLInternalFormat(internalFormat), width, height, maxLevelCount(width, height)) in BasicTexSubImage2DCase() [all …]
|