Lines Matching defs:state
43 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
47 index = __glXGetActiveTextureUnit(state);
50 if (!__glXSetArrayEnable(state, array, index, val)) {
73 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
88 sp->storePack = state->storePack;
89 sp->storeUnpack = state->storeUnpack;
92 __glXPushArrayState(state);
105 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
117 state->storePack = sp->storePack;
118 state->storeUnpack = sp->storeUnpack;
121 __glXPopArrayState(state);