Searched refs:SetPointSize (Results 1 – 5 of 5) sorted by relevance
109 s_RenderSystem.SetPointSize( 2.0f * ( value + 1.0f ) ); in DrawDisplay0()
138 virtual void SetPointSize(const f32 pointSize);
160 virtual void SetPointSize(const f32 pointSize);
211 void RenderSystemDrawing::SetPointSize(const f32 pointSize) in SetPointSize() function in demo::RenderSystemDrawing213 m_GraphicsDrawing.SetPointSize(pointSize); in SetPointSize()
219 void GraphicsDrawing::SetPointSize(const f32 pointSize) in SetPointSize() function in demo::GraphicsDrawing