Searched defs:allocLevel (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 3163 void TextureLevelPyramid::allocLevel (int levelNdx, int width, int height, int depth) in allocLevel() function in tcu::TextureLevelPyramid 3214 void Texture1D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture1D 3267 void Texture2D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture2D 3457 void TextureCube::allocLevel (tcu::CubeFace face, int levelNdx) in allocLevel() function in tcu::TextureCube 3588 void Texture1DArray::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture1DArray 3636 void Texture2DArray::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture2DArray 3693 void Texture3D::allocLevel (int levelNdx) in allocLevel() function in tcu::Texture3D 3788 void TextureCubeArray::allocLevel (int levelNdx) in allocLevel() function in tcu::TextureCubeArray
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4681 void TextureLevelArray::allocLevel (int level, const tcu::TextureFormat& format, int width, int hei… in allocLevel() function in sglr::rc::TextureLevelArray 4739 void Texture1D::allocLevel (int level, const tcu::TextureFormat& format, int width) in allocLevel() function in sglr::rc::Texture1D 4836 void Texture2D::allocLevel (int level, const tcu::TextureFormat& format, int width, int height) in allocLevel() function in sglr::rc::Texture2D 5068 void Texture2DArray::allocLevel (int level, const tcu::TextureFormat& format, int width, int height… in allocLevel() function in sglr::rc::Texture2DArray 5173 void TextureCubeArray::allocLevel (int level, const tcu::TextureFormat& format, int width, int heig… in allocLevel() function in sglr::rc::TextureCubeArray 5294 void Texture3D::allocLevel (int level, const tcu::TextureFormat& format, int width, int height, int… in allocLevel() function in sglr::rc::Texture3D
|