Lines Matching refs:allocLevel
3107 void TextureLevelPyramid::allocLevel (int levelNdx, int width, int height, int depth) in allocLevel() function in tcu::TextureLevelPyramid
3158 void Texture1D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture1D
3164 TextureLevelPyramid::allocLevel(levelNdx, width, 1, 1); in allocLevel()
3203 void Texture2D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture2D
3210 TextureLevelPyramid::allocLevel(levelNdx, width, height, 1); in allocLevel()
3343 allocLevel((CubeFace)face, levelNdx); in TextureCube()
3379 allocLevel((CubeFace)face, levelNdx); in operator =()
3393 void TextureCube::allocLevel (tcu::CubeFace face, int levelNdx) in allocLevel() function in tcu::TextureCube
3524 void Texture1DArray::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture1DArray
3530 TextureLevelPyramid::allocLevel(levelNdx, width, m_numLayers, 1); in allocLevel()
3572 void Texture2DArray::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture2DArray
3579 TextureLevelPyramid::allocLevel(levelNdx, width, height, m_numLayers); in allocLevel()
3629 void Texture3D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture3D
3637 TextureLevelPyramid::allocLevel(levelNdx, width, height, depth); in allocLevel()
3724 void TextureCubeArray::allocLevel (int levelNdx) in allocLevel() function in tcu::TextureCubeArray
3730 TextureLevelPyramid::allocLevel(levelNdx, size, size, m_depth); in allocLevel()