Searched refs:getMipPyramidLevelSize (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 3381 inline int getMipPyramidLevelSize (int baseLevelSize, int levelNdx) in getMipPyramidLevelSize() function 3496 const int width = getMipPyramidLevelSize(m_width, levelNdx); in allocLevel() 3549 const int width = getMipPyramidLevelSize(m_width, levelNdx); in allocLevel() 3550 const int height = getMipPyramidLevelSize(m_height, levelNdx); in allocLevel() 3738 const int size = getMipPyramidLevelSize(m_size, levelNdx); in allocLevel() 3871 const int width = getMipPyramidLevelSize(m_width, levelNdx); in allocLevel() 3919 const int width = getMipPyramidLevelSize(m_width, levelNdx); in allocLevel() 3920 const int height = getMipPyramidLevelSize(m_height, levelNdx); in allocLevel() 3976 const int width = getMipPyramidLevelSize(m_width, levelNdx); in allocLevel() 3977 const int height = getMipPyramidLevelSize(m_height, levelNdx); in allocLevel() [all …]
|