Searched defs:allocLevel (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexture.cpp | 3512 void TextureLevelPyramid::allocLevel (int levelNdx, int width, int height, int depth) in allocLevel() function in tcu::TextureLevelPyramid 3563 void Texture1D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture1D 3619 void Texture2D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture2D 3810 void TextureCube::allocLevel (tcu::CubeFace face, int levelNdx) in allocLevel() function in tcu::TextureCube 3941 void Texture1DArray::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture1DArray 3989 void Texture2DArray::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture2DArray 4046 void Texture3D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture3D 4141 void TextureCubeArray::allocLevel (int levelNdx) in allocLevel() function in tcu::TextureCubeArray
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4718 void TextureLevelArray::allocLevel (int level, const tcu::TextureFormat& format, int width, int hei… in allocLevel() function in sglr::rc::TextureLevelArray 4776 void Texture1D::allocLevel (int level, const tcu::TextureFormat& format, int width) in allocLevel() function in sglr::rc::Texture1D 4873 void Texture2D::allocLevel (int level, const tcu::TextureFormat& format, int width, int height) in allocLevel() function in sglr::rc::Texture2D 5105 void Texture2DArray::allocLevel (int level, const tcu::TextureFormat& format, int width, int height… in allocLevel() function in sglr::rc::Texture2DArray 5210 void TextureCubeArray::allocLevel (int level, const tcu::TextureFormat& format, int width, int heig… in allocLevel() function in sglr::rc::TextureCubeArray 5331 void Texture3D::allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int… in allocLevel() function in sglr::rc::Texture3D
|