Home
last modified time | relevance | path

Searched refs:m_numMipmapLevels (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTexture.hpp50 int numMipmapLevels (void) const { return m_numMipmapLevels; } //!< Number of levels of detail (mipmap texture) in numMipmapLevels()
59 const int m_numMipmapLevels; member in vkt::image::Texture
H A DvktImageTexture.cpp89 , m_numMipmapLevels (levels) in Texture()
99 , m_numMipmapLevels (other.m_numMipmapLevels) in Texture()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTexture.hpp50 int numMipmapLevels (void) const { return m_numMipmapLevels; } //!< Number of levels of detail (mipmap texture) in numMipmapLevels()
59 const int m_numMipmapLevels; member in vkt::image::Texture
H A DvktImageTexture.cpp89 , m_numMipmapLevels (levels) in Texture()
99 , m_numMipmapLevels (other.m_numMipmapLevels) in Texture()

Completed in 2 milliseconds