Lines Matching refs: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);
84 sp->storePack = state->storePack;
85 sp->storeUnpack = state->storeUnpack;
88 __glXPushArrayState(state);
101 __GLXattribute *state = (__GLXattribute *) (gc->client_state_private);
113 state->storePack = sp->storePack;
114 state->storeUnpack = sp->storeUnpack;
117 __glXPopArrayState(state);