OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:do_point
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.c
114
static void
do_point
( struct draw_context *draw,
function
193
do_point
( draw, verts + stride * (i0) ); \
290
do_point
( draw, verts + stride * (i0) )
/external/mesa3d/src/gallium/auxiliary/indices/
u_indices_gen.py
124
def
do_point
( intype, outtype, ptr, v0 ):
function
172
do_point
( intype, outtype, 'out+i', 'i' );
Completed in 81 milliseconds