OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:emit_consecutive_elts
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
t_dd_dmatmp2.h
92
static ELT_TYPE *TAG(
emit_consecutive_elts
)( struct gl_context *ctx,
function
268
dest = TAG(
emit_consecutive_elts
)( ctx, dest, j, nr );
275
dest = TAG(
emit_consecutive_elts
)( ctx, dest, j, nr );
276
dest = TAG(
emit_consecutive_elts
)( ctx, dest, start, 1 );
/external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp2.h
92
static ELT_TYPE *TAG(
emit_consecutive_elts
)( struct gl_context *ctx,
function
268
dest = TAG(
emit_consecutive_elts
)( ctx, dest, j, nr );
275
dest = TAG(
emit_consecutive_elts
)( ctx, dest, j, nr );
276
dest = TAG(
emit_consecutive_elts
)( ctx, dest, start, 1 );
Completed in 386 milliseconds