Searched defs:state_key (Results 1 – 6 of 6) sorted by relevance
57 struct state_key { struct58 GLbitfield varying_vp_inputs;60 unsigned fragprog_inputs_read:12;62 unsigned light_color_material_mask:12;63 unsigned light_global_enabled:1;64 unsigned light_local_viewer:1;65 unsigned light_twoside:1;66 unsigned material_shininess_is_zero:1;67 unsigned need_eye_coords:1;68 unsigned normalize:1;[all …]
78 struct state_key { struct79 GLuint nr_enabled_units:4;80 GLuint separate_specular:1;81 GLuint fog_mode:2; /**< FOG_x */82 GLuint inputs_available:12;83 GLuint num_draw_buffers:4;86 struct {104 } unit[MAX_TEXTURE_COORD_UNITS];
36 union state_key { union
577 auto state_key = ScramblePhiloxKey(pkey); in ScramblePhiloxKey() local
248 static Tcl_ThreadDataKey state_key; variable
202 static Tcl_ThreadDataKey state_key; variable