Lines Matching refs:m_Description
141 m_Description = description; in Described()
152 m_Description.width = width; in BufferSize()
153 m_Description.height = height; in BufferSize()
158 Builder& Width(s32 width) { m_Description.width = width; return *this; } in Width()
161 Builder& Height(s32 height) { m_Description.height = height; return *this; } in Height()
166 m_Description.colorFormat = format; in ColorFormat()
173 m_Description.depthFormat = format; in DepthFormat()
182 m_Description.colorArea = memory; in ColorArea()
191 m_Description.depthArea = memory; in DepthArea()
200 m_Description.colorAddress = colorAddress; in ColorAddress()
209 m_Description.depthAddress = depthAddress; in DepthAddress()
222 Description m_Description;