Searched refs:computeMipPyramidLevels (Results 1 – 1 of 1) sorted by relevance
4237 inline int computeMipPyramidLevels(int size) in computeMipPyramidLevels() function4242 inline int computeMipPyramidLevels(int width, int height) in computeMipPyramidLevels() function4247 inline int computeMipPyramidLevels(int width, int height, int depth) in computeMipPyramidLevels() function4335 : TextureLevelPyramid(format, computeMipPyramidLevels(width)) in Texture1D()4377 : TextureLevelPyramid(format, computeMipPyramidLevels(width, height)) in Texture2D()4531 const int numLevels = computeMipPyramidLevels(m_size); in TextureCube()4546 const int numLevels = computeMipPyramidLevels(m_size); in TextureCube()4576 const int numLevels = computeMipPyramidLevels(other.m_size); in operator =()4719 : TextureLevelPyramid(format, computeMipPyramidLevels(width)) in Texture1DArray()4764 : TextureLevelPyramid(format, computeMipPyramidLevels(width, height)) in Texture2DArray()[all …]