OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:draw_flatshade_stage
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe.h
87
extern struct draw_stage *
draw_flatshade_stage
( struct draw_context *context );
draw_pipe_flatshade.c
254
struct draw_stage *
draw_flatshade_stage
( struct draw_context *draw )
function
draw_pipe.c
49
draw->pipeline.flatshade =
draw_flatshade_stage
( draw );
Completed in 105 milliseconds