Lines Matching defs:width
184 int width;
193 , width (0)
209 , width (width_)
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);
598 float dudx = (m_lookupSpec.maxCoord[0]-m_lookupSpec.minCoord[0])*proj*(float)m_textureSpec.width / (float)viewportSize[0];
613 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4);
615 DE_ASSERT(m_textureSpec.width == m_textureSpec.height);
616 m_textureCube = new glu::TextureCube(m_renderCtx, m_textureSpec.format, m_textureSpec.width);
656 float dudx = (c10.s - c00.s)*(float)m_textureSpec.width / (float)viewportSize[0];
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);
692 float dudx = (m_lookupSpec.maxCoord[0]-m_lookupSpec.minCoord[0])*proj*(float)m_textureSpec.width / (float)viewportSize[0];
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);
722 float dudx = (m_lookupSpec.maxCoord[0]-m_lookupSpec.minCoord[0])*proj*(float)m_textureSpec.width / (float)viewportSize[0];