OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POINT_STAGE_DATA
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_points.c
36
struct
point_stage_data
{
struct
40
#define
POINT_STAGE_DATA
(stage) ((struct
point_stage_data
*)stage->privatePtr)
53
struct
point_stage_data
*store =
POINT_STAGE_DATA
(stage);
83
struct
point_stage_data
*store;
85
store =
POINT_STAGE_DATA
(stage);
97
struct
point_stage_data
*store =
POINT_STAGE_DATA
(stage);
/external/mesa3d/src/mesa/tnl/
t_vb_points.c
36
struct
point_stage_data
{
struct
40
#define
POINT_STAGE_DATA
(stage) ((struct
point_stage_data
*)stage->privatePtr)
53
struct
point_stage_data
*store =
POINT_STAGE_DATA
(stage);
83
struct
point_stage_data
*store;
85
store =
POINT_STAGE_DATA
(stage);
97
struct
point_stage_data
*store =
POINT_STAGE_DATA
(stage);
Completed in 516 milliseconds