Searched refs:m_ShapeVertex (Results 1 – 2 of 2) sorted by relevance
47 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()
483 nn::gr::Vertex m_ShapeVertex; variable