Searched refs:computeMipPyramidLevels (Results 1 – 1 of 1) sorted by relevance
3032 inline int computeMipPyramidLevels (int size) in computeMipPyramidLevels() function3037 inline int computeMipPyramidLevels (int width, int height) in computeMipPyramidLevels() function3042 inline int computeMipPyramidLevels (int width, int height, int depth) in computeMipPyramidLevels() function3128 : TextureLevelPyramid (format, computeMipPyramidLevels(width)) in Texture1D()3170 : TextureLevelPyramid (format, computeMipPyramidLevels(width, height)) in Texture2D()3308 const int numLevels = computeMipPyramidLevels(m_size); in TextureCube()3325 const int numLevels = computeMipPyramidLevels(m_size); in TextureCube()3356 const int numLevels = computeMipPyramidLevels(other.m_size); in operator =()3491 : TextureLevelPyramid (format, computeMipPyramidLevels(width)) in Texture1DArray()3536 : TextureLevelPyramid (format, computeMipPyramidLevels(width, height)) in Texture2DArray()[all …]