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