Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.hpp525 class TextureLevelPyramid class
528 TextureLevelPyramid (const TextureFormat& format, int numLevels);
529 TextureLevelPyramid (const TextureLevelPyramid& other);
530 ~TextureLevelPyramid(void);
545 TextureLevelPyramid& operator= (const TextureLevelPyramid& other);
558 class Texture1D : private TextureLevelPyramid
574 using TextureLevelPyramid::getFormat;
575 using TextureLevelPyramid::getNumLevels;
576 using TextureLevelPyramid::getLevel;
577 using TextureLevelPyramid::clearLevel;
[all …]
DtcuTexture.cpp2906 TextureLevelPyramid::TextureLevelPyramid (const TextureFormat& format, int numLevels) in TextureLevelPyramid() function in tcu::TextureLevelPyramid
2913 TextureLevelPyramid::TextureLevelPyramid (const TextureLevelPyramid& other) in TextureLevelPyramid() function in tcu::TextureLevelPyramid
2930 TextureLevelPyramid& TextureLevelPyramid::operator= (const TextureLevelPyramid& other) in operator =()
2955 TextureLevelPyramid::~TextureLevelPyramid (void) in ~TextureLevelPyramid()
2959 void TextureLevelPyramid::allocLevel (int levelNdx, int width, int height, int depth) in allocLevel()
2969 void TextureLevelPyramid::clearLevel (int levelNdx) in clearLevel()
2980 : TextureLevelPyramid (format, computeMipPyramidLevels(width)) in Texture1D()
2987 : TextureLevelPyramid (other) in Texture1D()
2998 TextureLevelPyramid::operator=(other); in operator =()
3016 TextureLevelPyramid::allocLevel(levelNdx, width, 1, 1); in allocLevel()
[all …]