Lines Matching defs:m_width
171 const int m_width;
212 , m_width (width)
231 m_textures.push_back(new glu::Texture2D(m_context.getRenderContext(), m_format, m_width, m_height));
232 m_textures.push_back(new glu::Texture2D(m_context.getRenderContext(), m_format, m_width, m_height));
713 const int m_width;
757 , m_width (width)
781 int numLevels = deLog2Floor32(de::max(m_width, m_height)) + 1;
784 m_gradientTex = new glu::Texture2DArray(m_context.getRenderContext(), m_format, m_width, m_height, m_numLayers);
785 m_gridTex = new glu::Texture2DArray(m_context.getRenderContext(), m_format, m_width, m_height, m_numLayers);