Lines Matching defs:height
185 int height;
194 , height (0)
210 , height (height_)
582 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4);
584 m_texture2D = new glu::Texture2D(m_renderCtx, m_textureSpec.format, m_textureSpec.width, m_textureSpec.height);
599 float dvdy = (m_lookupSpec.maxCoord[1]-m_lookupSpec.minCoord[1])*proj*(float)m_textureSpec.height / (float)viewportSize[1];
613 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4);
615 DE_ASSERT(m_textureSpec.width == m_textureSpec.height);
657 float dvdy = (c01.t - c00.t)*(float)m_textureSpec.height / (float)viewportSize[1];
671 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4);
673 m_texture2DArray = new glu::Texture2DArray(m_renderCtx, m_textureSpec.format, m_textureSpec.width, m_textureSpec.height, m_textureSpec.depth);
693 float dvdy = (m_lookupSpec.maxCoord[1]-m_lookupSpec.minCoord[1])*proj*(float)m_textureSpec.height / (float)viewportSize[1];
706 int baseCellSize = de::min(de::min(m_textureSpec.width/2, m_textureSpec.height/2), m_textureSpec.depth/2);
708 m_texture3D = new glu::Texture3D(m_renderCtx, m_textureSpec.format, m_textureSpec.width, m_textureSpec.height, m_textureSpec.depth);
723 float dvdy = (m_lookupSpec.maxCoord[1]-m_lookupSpec.minCoord[1])*proj*(float)m_textureSpec.height / (float)viewportSize[1];