Searched defs:SWvertex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Dswrast.h67 * \struct SWvertex
80 * wpos[0] and [1] are the screen-coords of SWvertex.
104 } SWvertex; typedef in typeref:struct:__anon14582
183 _swrast_Point( struct gl_context *ctx, const SWvertex *v );
186 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 );
189 _swrast_Triangle( struct gl_context *ctx, const SWvertex *v0,
190 const SWvertex *v1, const SWvertex *v2 );
194 const SWvertex *v
[all...]
/external/mesa3d/src/mesa/swrast/
H A Dswrast.h67 * \struct SWvertex
80 * wpos[0] and [1] are the screen-coords of SWvertex.
104 } SWvertex; typedef in typeref:struct:__anon27993
183 _swrast_Point( struct gl_context *ctx, const SWvertex *v );
186 _swrast_Line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 );
189 _swrast_Triangle( struct gl_context *ctx, const SWvertex *v0,
190 const SWvertex *v1, const SWvertex *v2 );
194 const SWvertex *v
[all...]

Completed in 621 milliseconds