Lines Matching refs:Builder
131 class Builder
139 Builder& Described(const Description& description) in Described()
150 Builder& BufferSize(s32 width, s32 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()
164 Builder& ColorFormat(RenderColorFormat format) in ColorFormat()
171 Builder& DepthFormat(RenderDepthFormat format) in DepthFormat()
180 Builder& ColorArea(GraphicsMemoryArea memory) in ColorArea()
189 Builder& DepthArea(GraphicsMemoryArea memory) in DepthArea()
198 Builder& ColorAddress(u32 colorAddress) in ColorAddress()
207 Builder& DepthAddress(u32 depthAddress) in DepthAddress()