Lines Matching refs:Builder
133 class Builder
141 Builder& Described(const Description& description) in Described()
152 Builder& BufferSize(s32 width, s32 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()
166 Builder& ColorFormat(RenderColorFormat format) in ColorFormat()
173 Builder& DepthFormat(RenderDepthFormat format) in DepthFormat()
182 Builder& ColorArea(GraphicsMemoryArea memory) in ColorArea()
191 Builder& DepthArea(GraphicsMemoryArea memory) in DepthArea()
200 Builder& ColorAddress(u32 colorAddress) in ColorAddress()
209 Builder& DepthAddress(u32 depthAddress) in DepthAddress()