Searched refs:m_texWidth (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fTextureMipmapTests.cpp | 1432 const int m_texWidth; member in deqp::gles3::Functional::Texture2DLodControlCase 1447 , m_texWidth (64) in Texture2DLodControlCase() 1463 int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in init() 1465 m_texture = new glu::Texture2D(m_context.getRenderContext(), format, m_texWidth, m_texHeight); in init() 1670 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getBaseLevel() 1699 const int numLevels = deLog2Floor32(de::max(m_texWidth, m_texHeight))+1; in getMaxLevel() 2049 const int m_texWidth; member in deqp::gles3::Functional::Texture3DLodControlCase 2065 , m_texWidth (32) in Texture3DLodControlCase() 2086 int numLevels = deLog2Floor32(de::max(de::max(m_texWidth, m_texHeight), m_texDepth))+1; in init() 2088 …m_texture = new glu::Texture3D(m_context.getRenderContext(), format, m_texWidth, m_texHeight, m_te… in init() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 597 const int m_texWidth; member in deqp::gles31::Functional::__anon258094d40111::TextureBorderClampTest 632 , m_texWidth (texWidth) in TextureBorderClampTest() 676 ….getRenderContext(), m_context.getContextInfo(), m_texFormat, tcu::IVec2(m_texWidth, m_texHeight)); in init() 1398 DE_ASSERT(deIsPowerOfTwo32(m_texWidth) && deIsPowerOfTwo32(m_texHeight)); in TextureBorderClampFormatCase() 1400 DE_ASSERT(!deIsPowerOfTwo32(m_texWidth) && !deIsPowerOfTwo32(m_texHeight)); in TextureBorderClampFormatCase() 1409 DE_ASSERT((m_texWidth % blockPixelSize.x()) == 0 && (m_texHeight % blockPixelSize.y()) == 0); in TextureBorderClampFormatCase() 1411 DE_ASSERT((m_texWidth % blockPixelSize.x()) != 0 && (m_texHeight % blockPixelSize.y()) != 0); in TextureBorderClampFormatCase()
|