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

  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 102 struct state_key { struct
399 static GLuint make_state_key( struct gl_context *ctx, struct state_key *key )
495 struct state_key *state;
631 static GLboolean args_match( const struct state_key *key, GLuint unit )
754 const struct state_key *key = p->state;
1038 const struct state_key *key = p->state;
1063 struct state_key *key = p->state;
    [all...]
ffvertex_prog.c 53 struct state_key { struct
130 const struct state_key *key,
149 static void make_state_key( struct gl_context *ctx, struct state_key *key )
154 memset(key, 0, sizeof(struct state_key));
306 const struct state_key *state;
    [all...]
  /external/python/cpython2/Modules/
_tkinter.c 202 static Tcl_ThreadDataKey state_key; variable
204 #define tcl_tstate (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*)))
    [all...]

Completed in 177 milliseconds