Lines Matching defs:levelNdx
4023 …tPixelBufferAccess getCubeArrayFaceAccess(const ConstPixelBufferAccess *const levels, int levelNdx, in getCubeArrayFaceAccess()
4218 inline int getMipPyramidLevelSize(int baseLevelSize, int levelNdx) in getMipPyramidLevelSize()
4237 for (int levelNdx = 0; levelNdx < other.getNumLevels(); levelNdx++) in TextureLevelPyramid() local
4259 for (int levelNdx = 0; levelNdx < other.getNumLevels(); levelNdx++) in operator =() local
4280 void TextureLevelPyramid::allocLevel(int levelNdx, int width, int height, int depth) in allocLevel()
4290 void TextureLevelPyramid::clearLevel(int levelNdx) in clearLevel()
4331 void Texture1D::allocLevel(int levelNdx) in allocLevel()
4387 void Texture2D::allocLevel(int levelNdx) in allocLevel()
4524 for (int levelNdx = 0; levelNdx < numLevels; levelNdx++) in TextureCube() local
4556 for (int levelNdx = 0; levelNdx < numLevels; levelNdx++) in operator =() local
4578 void TextureCube::allocLevel(tcu::CubeFace face, int levelNdx) in allocLevel()
4588 void TextureCube::clearLevel(tcu::CubeFace face, int levelNdx) in clearLevel()
4718 void Texture1DArray::allocLevel(int levelNdx) in allocLevel()
4766 void Texture2DArray::allocLevel(int levelNdx) in allocLevel()
4826 void Texture3D::allocLevel(int levelNdx) in allocLevel()
4925 void TextureCubeArray::allocLevel(int levelNdx) in allocLevel()