Searched defs:allocLevel (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexture.cpp | 3630 void TextureLevelPyramid::allocLevel (int levelNdx, int width, int height, int depth) in allocLevel() function in tcu::TextureLevelPyramid 3681 void Texture1D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture1D 3737 void Texture2D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture2D 3931 void TextureCube::allocLevel (tcu::CubeFace face, int levelNdx) in allocLevel() function in tcu::TextureCube 4062 void Texture1DArray::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture1DArray 4110 void Texture2DArray::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture2DArray 4169 void Texture3D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture3D 4264 void TextureCubeArray::allocLevel (int levelNdx) in allocLevel() function in tcu::TextureCubeArray
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4720 void TextureLevelArray::allocLevel (int level, const tcu::TextureFormat& format, int width, int hei… in allocLevel() function in sglr::rc::TextureLevelArray 4778 void Texture1D::allocLevel (int level, const tcu::TextureFormat& format, int width) in allocLevel() function in sglr::rc::Texture1D 4875 void Texture2D::allocLevel (int level, const tcu::TextureFormat& format, int width, int height) in allocLevel() function in sglr::rc::Texture2D 5107 void Texture2DArray::allocLevel (int level, const tcu::TextureFormat& format, int width, int height… in allocLevel() function in sglr::rc::Texture2DArray 5212 void TextureCubeArray::allocLevel (int level, const tcu::TextureFormat& format, int width, int heig… in allocLevel() function in sglr::rc::TextureCubeArray 5333 void Texture3D::allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int… in allocLevel() function in sglr::rc::Texture3D
|