Home
last modified time | relevance | path

Searched refs:m_ShapeVertexCount (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp37 m_ShapeVertexCount( 0 ), in GraphicsDrawing()
201 m_ShapeVertexCount = 0; in BeginDrawingShape()
220 m_ShapeIndexStream.drawVtxNum = m_ShapeVertexCount; in EndDrawingShape()
222 u32 shapePositionStreamArraySize = 2 * 4 * m_ShapeVertexCount; in EndDrawingShape()
223 u32 shapeColorStreamArraySize = 4 * 4 * m_ShapeVertexCount; in EndDrawingShape()
224 u32 shapeIndexStreamArraySize = 2 * m_ShapeVertexCount; in EndDrawingShape()
242 m_ShapeVertexCount = 0; in EndDrawingShape()
250 NW_ASSERT( ( m_ShapeVertexCount + SHAPE_DRAW_LINE_VERTEX_COUNT ) <= m_MaxShapeVertexCount ); in DrawLine()
252 … count = this->BuildLine( p1, p2, m_LineWidth, &m_ShapePositionStreamArray[ m_ShapeVertexCount ] ); in DrawLine()
254 u32 index = 4 * m_ShapeVertexCount; in DrawLine()
[all …]
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsDrawing.h470 s32 m_ShapeVertexCount; variable