Searched refs:m_powerOfTwo (Results 1 – 4 of 4) sorted by relevance
74 , m_powerOfTwo (powerOfTwo) in Texture2DRenderCase()99 if (m_powerOfTwo) in init()110 …DE_ASSERT(m_powerOfTwo || (!mipmaps && m_wrapS == GL_CLAMP_TO_EDGE && m_wrapT == GL_CLAMP_TO_EDGE)… in init()
65 bool m_powerOfTwo; member in deqp::gles2::Performance::Texture2DRenderCase
73 , m_powerOfTwo (powerOfTwo) in Texture2DRenderCase()107 if (m_powerOfTwo) in init()118 …DE_ASSERT(m_powerOfTwo || (!mipmaps && m_wrapS == GL_CLAMP_TO_EDGE && m_wrapT == GL_CLAMP_TO_EDGE)… in init()
69 const bool m_powerOfTwo; member in deqp::gles3::Performance::Texture2DRenderCase