Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp47 m_ShapeVertex(), in GraphicsDrawing()
110 m_ShapeVertex.EnableAttrAsArray( m_ShapeBindSymbolPos, physicalAddr, PICA_DATA_SIZE_2_FLOAT ); in InitializeShape()
113 m_ShapeVertex.EnableAttrAsArray( m_ShapeBindSymbolColor, physicalAddr, PICA_DATA_SIZE_4_FLOAT ); in InitializeShape()
171 m_ShapeVertex.DisableAll(); in DestroyShape()
235 command = m_ShapeVertex.MakeEnableAttrCommand( command ); in EndDrawingShape()
236 command = m_ShapeVertex.MakeDrawCommand( command, m_ShapeIndexStream ); in EndDrawingShape()
237 command = m_ShapeVertex.MakeDisableAttrCommand( command ); in EndDrawingShape()
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsDrawing.h483 nn::gr::Vertex m_ShapeVertex; variable