HomeSort by relevance Sort by last modified time
    Searched defs:light_stage_data (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_light.c 64 struct light_stage_data { struct
76 #define LIGHT_STAGE_DATA(stage) ((struct light_stage_data *)(stage->privatePtr))
197 update_materials(struct gl_context *ctx, struct light_stage_data *store)
223 struct vertex_buffer *VB, struct light_stage_data *store)
328 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
405 LIGHT_STAGE_DATA(stage)->light_func_tab = tab;
421 struct light_stage_data *store;
425 store = LIGHT_STAGE_DATA(stage)
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_light.c 64 struct light_stage_data { struct
76 #define LIGHT_STAGE_DATA(stage) ((struct light_stage_data *)(stage->privatePtr))
197 update_materials(struct gl_context *ctx, struct light_stage_data *store)
223 struct vertex_buffer *VB, struct light_stage_data *store)
328 struct light_stage_data *store = LIGHT_STAGE_DATA(stage);
405 LIGHT_STAGE_DATA(stage)->light_func_tab = tab;
421 struct light_stage_data *store;
425 store = LIGHT_STAGE_DATA(stage)
    [all...]

Completed in 57 milliseconds