Lines Matching refs:sid
119 xp_surface_id sid;
126 xp_surface_id sid;
201 if (context->sid != 0 && surface_hash != NULL) {
204 context->sid), NULL);
207 context->sid), lst);
260 draw->sid = 0;
298 if (draw->sid == 0) {
301 0, &draw->sid, NULL,
307 if (!context->isAttached || context->sid != draw->sid) {
310 if (xp_attach_gl_context(context->ctx, draw->sid) != Success) {
316 x_cvt_uint_to_vptr(draw->sid));
318 draw->sid = 0;
323 context->sid = draw->sid;
330 context->sid), NULL);
334 context->sid), lst);
338 (unsigned int)draw->sid);
360 lst = x_hash_table_lookup(surface_hash, (void *)context->sid,
363 x_hash_table_insert(surface_hash, (void *)context->sid, lst);
368 context->sid = 0;
610 glxPriv->sid = 0;