Searched refs:pPointArray (Results 1 – 2 of 2) sorted by relevance
309 GraphicsDrawing::FillTriangles( const math::VEC2* pPointArray, s32 pointCount, ut::Color8 color ) in FillTriangles() argument311 NW_NULL_ASSERT( pPointArray ); in FillTriangles()318 …tribPointer( VTXATTR_POSITION, 2, GL_FLOAT, GL_FALSE, 0, static_cast<const f32*>(pPointArray[0]) ); in FillTriangles()
209 void FillTriangles( const math::VEC2* pPointArray, s32 pointCount, ut::Color8 color );