Searched defs:allocLevel (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTexture.cpp | 4280 void TextureLevelPyramid::allocLevel(int levelNdx, int width, int height, int depth) in allocLevel() function in tcu::TextureLevelPyramid 4331 void Texture1D::allocLevel(int levelNdx) in allocLevel() function in tcu::Texture1D 4387 void Texture2D::allocLevel(int levelNdx) in allocLevel() function in tcu::Texture2D 4578 void TextureCube::allocLevel(tcu::CubeFace face, int levelNdx) in allocLevel() function in tcu::TextureCube 4718 void Texture1DArray::allocLevel(int levelNdx) in allocLevel() function in tcu::Texture1DArray 4766 void Texture2DArray::allocLevel(int levelNdx) in allocLevel() function in tcu::Texture2DArray 4826 void Texture3D::allocLevel(int levelNdx) in allocLevel() function in tcu::Texture3D 4925 void TextureCubeArray::allocLevel(int levelNdx) in allocLevel() function in tcu::TextureCubeArray
|
/aosp_15_r20/external/deqp/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 5018 void TextureLevelArray::allocLevel(int level, const tcu::TextureFormat &format, int width, int heig… in allocLevel() function in sglr::rc::TextureLevelArray 5071 void Texture1D::allocLevel(int level, const tcu::TextureFormat &format, int width) in allocLevel() function in sglr::rc::Texture1D 5165 void Texture2D::allocLevel(int level, const tcu::TextureFormat &format, int width, int height) in allocLevel() function in sglr::rc::Texture2D 5390 void Texture2DArray::allocLevel(int level, const tcu::TextureFormat &format, int width, int height,… in allocLevel() function in sglr::rc::Texture2DArray 5492 void TextureCubeArray::allocLevel(int level, const tcu::TextureFormat &format, int width, int heigh… in allocLevel() function in sglr::rc::TextureCubeArray 5604 void Texture3D::allocLevel(int level, const tcu::TextureFormat &format, int width, int height, int … in allocLevel() function in sglr::rc::Texture3D
|