Home
last modified time | relevance | path

Searched refs:pointSize (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/include/demo/Render/
Ddemo_GraphicsDrawing.h138 virtual void SetPointSize(const f32 pointSize);
Ddemo_RenderSystemDrawing.h160 virtual void SetPointSize(const f32 pointSize);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/demo/Render/
Ddemo_GraphicsDrawing.cpp219 void GraphicsDrawing::SetPointSize(const f32 pointSize) in SetPointSize() argument
221 m_PointSize = pointSize; in SetPointSize()
Ddemo_RenderSystemDrawing.cpp211 void RenderSystemDrawing::SetPointSize(const f32 pointSize) in SetPointSize() argument
213 m_GraphicsDrawing.SetPointSize(pointSize); in SetPointSize()