Lines Matching refs:allocLevel
2711 void TextureLevelPyramid::allocLevel (int levelNdx, int width, int height, int depth) in allocLevel() function in tcu::TextureLevelPyramid
2762 void Texture1D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture1D
2768 TextureLevelPyramid::allocLevel(levelNdx, width, 1, 1); in allocLevel()
2807 void Texture2D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture2D
2814 TextureLevelPyramid::allocLevel(levelNdx, width, height, 1); in allocLevel()
2947 allocLevel((CubeFace)face, levelNdx); in TextureCube()
2983 allocLevel((CubeFace)face, levelNdx); in operator =()
2997 void TextureCube::allocLevel (tcu::CubeFace face, int levelNdx) in allocLevel() function in tcu::TextureCube
3128 void Texture1DArray::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture1DArray
3134 TextureLevelPyramid::allocLevel(levelNdx, width, m_numLayers, 1); in allocLevel()
3176 void Texture2DArray::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture2DArray
3183 TextureLevelPyramid::allocLevel(levelNdx, width, height, m_numLayers); in allocLevel()
3233 void Texture3D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture3D
3241 TextureLevelPyramid::allocLevel(levelNdx, width, height, depth); in allocLevel()
3328 void TextureCubeArray::allocLevel (int levelNdx) in allocLevel() function in tcu::TextureCubeArray
3334 TextureLevelPyramid::allocLevel(levelNdx, size, size, m_depth); in allocLevel()