Lines Matching refs:gc
42 glx_context_init(struct glx_context *gc,
45 gc->majorOpcode = 123;
46 gc->screen = psc->scr;
47 gc->psc = psc;
48 gc->config = config;
49 gc->isDirect = GL_TRUE;
50 gc->currentContextTag = -1;
427 struct glx_context *gc = (struct glx_context *) ctx;
429 EXPECT_FALSE(gc->isDirect);
439 struct glx_context *gc = (struct glx_context *) ctx;
441 EXPECT_FALSE(gc->isDirect);
453 struct glx_context *gc = (struct glx_context *) ctx;
455 EXPECT_TRUE(gc->isDirect);
467 struct glx_context *gc = (struct glx_context *) ctx;
469 EXPECT_FALSE(gc->isDirect);
479 struct glx_context *gc = (struct glx_context *) ctx;
481 ASSERT_FALSE(gc->isDirect);
483 gc->client_state_private);
493 struct glx_context *gc = (struct glx_context *) ctx;
495 EXPECT_EQ(&this->fbc, gc->config);
508 struct glx_context *gc = (struct glx_context *) ctx;
510 EXPECT_EQ(7, gc->screen);
520 struct glx_context *gc = (struct glx_context *) ctx;
522 EXPECT_EQ(psc, gc->psc);