Home
last modified time | relevance | path

Searched refs:TextureLevelPyramid (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuTexture.hpp582 class TextureLevelPyramid class
585 TextureLevelPyramid (const TextureFormat& format, int numLevels);
586 TextureLevelPyramid (const TextureLevelPyramid& other);
587 ~TextureLevelPyramid(void);
602 TextureLevelPyramid& operator= (const TextureLevelPyramid& other);
615 class Texture1D : private TextureLevelPyramid
631 using TextureLevelPyramid::getFormat;
632 using TextureLevelPyramid::getNumLevels;
633 using TextureLevelPyramid::getLevel;
634 using TextureLevelPyramid::clearLevel;
[all …]
DtcuTexture.cpp2658 TextureLevelPyramid::TextureLevelPyramid (const TextureFormat& format, int numLevels) in TextureLevelPyramid() function in tcu::TextureLevelPyramid
2665 TextureLevelPyramid::TextureLevelPyramid (const TextureLevelPyramid& other) in TextureLevelPyramid() function in tcu::TextureLevelPyramid
2682 TextureLevelPyramid& TextureLevelPyramid::operator= (const TextureLevelPyramid& other) in operator =()
2707 TextureLevelPyramid::~TextureLevelPyramid (void) in ~TextureLevelPyramid()
2711 void TextureLevelPyramid::allocLevel (int levelNdx, int width, int height, int depth) in allocLevel()
2721 void TextureLevelPyramid::clearLevel (int levelNdx) in clearLevel()
2732 : TextureLevelPyramid (format, computeMipPyramidLevels(width)) in Texture1D()
2739 : TextureLevelPyramid (other) in Texture1D()
2750 TextureLevelPyramid::operator=(other); in operator =()
2768 TextureLevelPyramid::allocLevel(levelNdx, width, 1, 1); in allocLevel()
[all …]