Lines Matching refs:m_Description
143 m_Description = description; in Described()
154 m_Description.width = width; in BufferSize()
155 m_Description.height = height; in BufferSize()
160 Builder& Width(s32 width) { m_Description.width = width; return *this; } in Width()
163 Builder& Height(s32 height) { m_Description.height = height; return *this; } in Height()
168 m_Description.colorFormat = format; in ColorFormat()
175 m_Description.depthFormat = format; in DepthFormat()
184 m_Description.colorArea = memory; in ColorArea()
193 m_Description.depthArea = memory; in DepthArea()
202 m_Description.colorAddress = colorAddress; in ColorAddress()
211 m_Description.depthAddress = depthAddress; in DepthAddress()
224 Description m_Description;