OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SWvertex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
swrast.h
67
* \struct
SWvertex
80
* wpos[0] and [1] are the screen-coords of
SWvertex
.
104
}
SWvertex
;
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
*v0, const SWvertex *v1
[
all
...]
/external/mesa3d/src/mesa/swrast/
swrast.h
67
* \struct
SWvertex
80
* wpos[0] and [1] are the screen-coords of
SWvertex
.
104
}
SWvertex
;
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
*v0, const SWvertex *v1
[
all
...]
Completed in 58 milliseconds