Searched refs:state_key (Results 1 – 4 of 4) sorted by relevance
41 for state_key in state_keys:42 if len(state_key) != 32:
102 struct state_key { struct399 static GLuint make_state_key( struct gl_context *ctx, struct state_key *key ) in make_state_key()495 struct state_key *state;631 static GLboolean args_match( const struct state_key *key, GLuint unit ) in args_match()754 const struct state_key *key = p->state; in emit_texenv()1038 const struct state_key *key = p->state; in load_texunit_sources()1063 struct state_key *key = p->state; in emit_fog_instructions()1138 struct state_key *key = p->state; in emit_instructions()1197 create_new_program(struct gl_context *ctx, struct state_key *key) in create_new_program()1305 struct state_key key; in _mesa_get_fixed_func_fragment_program()
53 struct state_key { struct130 const struct state_key *key, in check_active_shininess()149 static void make_state_key( struct gl_context *ctx, struct state_key *key ) in make_state_key()154 memset(key, 0, sizeof(struct state_key)); in make_state_key()306 const struct state_key *state;1608 create_new_program( const struct state_key *key, in create_new_program()1658 struct state_key key; in _mesa_get_fixed_func_vertex_program()
202 static Tcl_ThreadDataKey state_key; variable204 #define tcl_tstate (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))