Searched refs:m_Point (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.hpp192 DOMAIN_POINT* m_Point; // array where we will store u/v's for the points we generate member in class:CHWTessellator
H A Dtessellator.cpp415 m_Point = 0;
430 delete [] m_Point;
442 if( 0 == m_Point )
444 m_Point = new DOMAIN_POINT[MAX_POINT_COUNT];
1593 return m_Point;
1612 m_Point[pointStorageOffset].u = fixedToFloat(fxpU);
1613 m_Point[pointStorageOffset].v = fixedToFloat(fxpV);
1624 // StringCchPrintf(foo,80,L"off:%d, idx=%d, uv=(%f,%f)\n",indexStorageOffset,index,m_Point[index].u,m_Point[index].v);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
H A Dtessellator.hpp181 DOMAIN_POINT* m_Point; // array where we will store u/v's for the points we generate member in class:CHWTessellator
H A Dtessellator.cpp436 m_Point = 0;
448 delete [] m_Point;
460 if( 0 == m_Point )
462 m_Point = new DOMAIN_POINT[MAX_POINT_COUNT];
1611 return m_Point;
1630 m_Point[pointStorageOffset].u = fixedToFloat(fxpU);
1631 m_Point[pointStorageOffset].v = fixedToFloat(fxpV);
1642 // StringCchPrintf(foo,80,L"off:%d, idx=%d, uv=(%f,%f)\n",indexStorageOffset,index,m_Point[index].u,m_Point[index].v);

Completed in 15 milliseconds