Lines Matching defs:width
129 int width;
138 , width (0)
154 , width (width_)
336 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4);
338 m_texture2D = new glu::Texture2D(m_renderCtx, m_textureSpec.format, m_textureSpec.dataType, m_textureSpec.width, m_textureSpec.height);
352 float dudx = (m_lookupSpec.maxCoord[0]-m_lookupSpec.minCoord[0])*proj*(float)m_textureSpec.width / (float)viewportSize[0];
366 int baseCellSize = de::min(m_textureSpec.width/4, m_textureSpec.height/4);
368 DE_ASSERT(m_textureSpec.width == m_textureSpec.height);
369 m_textureCube = new glu::TextureCube(m_renderCtx, m_textureSpec.format, m_textureSpec.dataType, m_textureSpec.width);
397 float dudx = (c10.s - c00.s)*(float)m_textureSpec.width / (float)viewportSize[0];