HomeSort by relevance Sort by last modified time
    Searched refs:privatePtr (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/mesa/tnl/
t_vb_points.c 41 #define POINT_STAGE_DATA(stage) ((struct point_stage_data *)stage->privatePtr)
85 stage->privatePtr = malloc(sizeof(*store));
102 stage->privatePtr = NULL;
t_vb_texmat.c 51 #define TEXMAT_STAGE_DATA(stage) ((struct texmat_stage_data *)stage->privatePtr)
91 stage->privatePtr = calloc(1, sizeof(*store));
113 stage->privatePtr = NULL;
t_vb_normals.c 45 #define NORMAL_STAGE_DATA(stage) ((struct normal_stage_data *)stage->privatePtr)
153 stage->privatePtr = malloc(sizeof(*store));
173 stage->privatePtr = NULL;
181 NULL, /* privatePtr */
t_vb_vertex.c 52 #define VERTEX_STAGE_DATA(stage) ((struct vertex_stage_data *)stage->privatePtr)
140 struct vertex_stage_data *store = (struct vertex_stage_data *)stage->privatePtr;
239 stage->privatePtr = calloc(1, sizeof(*store));
269 stage->privatePtr = NULL;
t_vb_fog.c 45 #define FOG_STAGE_DATA(stage) ((struct fog_stage_data *)stage->privatePtr)
242 stage->privatePtr = malloc(sizeof(*store));
263 stage->privatePtr = NULL;
t_vb_light.c 77 #define LIGHT_STAGE_DATA(stage) ((struct light_stage_data *)(stage->privatePtr))
428 stage->privatePtr = malloc(sizeof(*store));
465 stage->privatePtr = NULL;
t_vb_program.c 78 #define VP_STAGE_DATA(stage) ((struct vp_stage_data *)(stage->privatePtr))
473 stage->privatePtr = calloc(1, sizeof(*store));
506 stage->privatePtr = NULL;
t_vb_texgen.c 78 #define TEXGEN_STAGE_DATA(stage) ((struct texgen_stage_data *)stage->privatePtr)
563 stage->privatePtr = calloc(1, sizeof(*store));
593 stage->privatePtr = NULL;
t_context.h 237 void *privatePtr;

Completed in 516 milliseconds