OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wideline_stage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c
40
struct
wideline_stage
{
struct
48
static INLINE struct
wideline_stage
*
wideline_stage
( struct draw_stage *stage )
function
50
return (struct
wideline_stage
*)stage;
61
/*const struct
wideline_stage
*wide =
wideline_stage
(stage);*/
204
struct
wideline_stage
*wide = CALLOC_STRUCT(
wideline_stage
);
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c
40
struct
wideline_stage
{
struct
48
static INLINE struct
wideline_stage
*
wideline_stage
( struct draw_stage *stage )
function
50
return (struct
wideline_stage
*)stage;
61
/*const struct
wideline_stage
*wide =
wideline_stage
(stage);*/
204
struct
wideline_stage
*wide = CALLOC_STRUCT(
wideline_stage
);
Completed in 214 milliseconds