Home | History | Annotate | Download | only in functional

Lines Matching refs:m_width

105 		, m_width				(width)
130 glRenderbufferStorage(GL_RENDERBUFFER, m_format, m_width, m_height);
138 glViewport(0, 0, m_width, m_height);
165 int x = rnd.getInt(0, m_width - 1);
167 int w = rnd.getInt(1, m_width - x);
195 readPixels(dst, 0, 0, m_width, m_height, fboFormat, fmtInfo.lookupScale, fmtInfo.lookupBias);
200 const int m_width;