Searched defs:state_key (Results 1 – 5 of 5) sorted by relevance
85 struct state_key { struct86 GLuint nr_enabled_units:4;87 GLuint separate_specular:1;88 GLuint fog_mode:2; /**< FOG_x */89 GLuint inputs_available:12;90 GLuint num_draw_buffers:4;93 struct {111 } unit[MAX_TEXTURE_COORD_UNITS];
54 struct state_key { struct55 GLbitfield varying_vp_inputs;57 unsigned fragprog_inputs_read:12;59 unsigned light_color_material_mask:12;60 unsigned light_global_enabled:1;61 unsigned light_local_viewer:1;62 unsigned light_twoside:1;63 unsigned material_shininess_is_zero:1;64 unsigned need_eye_coords:1;65 unsigned normalize:1;[all …]
576 auto state_key = ScramblePhiloxKey(pkey); in ScramblePhiloxKey() local
240 static Tcl_ThreadDataKey state_key; variable
202 static Tcl_ThreadDataKey state_key; variable