Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp45 m_ShapeVertex(), in GraphicsDrawing()
108 m_ShapeVertex.EnableAttrAsArray( m_ShapeBindSymbolPos, physicalAddr, PICA_DATA_SIZE_2_FLOAT ); in InitializeShape()
111 m_ShapeVertex.EnableAttrAsArray( m_ShapeBindSymbolColor, physicalAddr, PICA_DATA_SIZE_4_FLOAT ); in InitializeShape()
169 m_ShapeVertex.DisableAll(); in DestroyShape()
233 command = m_ShapeVertex.MakeEnableAttrCommand( command ); in EndDrawingShape()
234 command = m_ShapeVertex.MakeDrawCommand( command, m_ShapeIndexStream ); in EndDrawingShape()
235 command = m_ShapeVertex.MakeDisableAttrCommand( command ); in EndDrawingShape()
/NW4C-1.3.3/include/nw/demo/
Ddemo_GraphicsDrawing.h481 nn::gr::Vertex m_ShapeVertex; variable