Home
last modified time | relevance | path

Searched defs:allocLevel (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuTexture.cpp3441 void TextureLevelPyramid::allocLevel (int levelNdx, int width, int height, int depth) in allocLevel() function in tcu::TextureLevelPyramid
3492 void Texture1D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture1D
3545 void Texture2D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture2D
3736 void TextureCube::allocLevel (tcu::CubeFace face, int levelNdx) in allocLevel() function in tcu::TextureCube
3867 void Texture1DArray::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture1DArray
3915 void Texture2DArray::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture2DArray
3972 void Texture3D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture3D
4067 void TextureCubeArray::allocLevel (int levelNdx) in allocLevel() function in tcu::TextureCubeArray
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4699 void TextureLevelArray::allocLevel (int level, const tcu::TextureFormat& format, int width, int hei… in allocLevel() function in sglr::rc::TextureLevelArray
4757 void Texture1D::allocLevel (int level, const tcu::TextureFormat& format, int width) in allocLevel() function in sglr::rc::Texture1D
4854 void Texture2D::allocLevel (int level, const tcu::TextureFormat& format, int width, int height) in allocLevel() function in sglr::rc::Texture2D
5086 void Texture2DArray::allocLevel (int level, const tcu::TextureFormat& format, int width, int height… in allocLevel() function in sglr::rc::Texture2DArray
5191 void TextureCubeArray::allocLevel (int level, const tcu::TextureFormat& format, int width, int heig… in allocLevel() function in sglr::rc::TextureCubeArray
5312 void Texture3D::allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int… in allocLevel() function in sglr::rc::Texture3D