Home | History | Annotate | Download | only in tests

Lines Matching refs:gc

44 glx_context_init(struct glx_context *gc,
47 gc->majorOpcode = 123;
48 gc->screen = psc->scr;
49 gc->psc = psc;
50 gc->config = config;
51 gc->isDirect = GL_TRUE;
52 gc->currentContextTag = -1;
409 struct glx_context *gc = (struct glx_context *) ctx;
411 EXPECT_FALSE(gc->isDirect);
422 struct glx_context *gc = (struct glx_context *) ctx;
424 EXPECT_FALSE(gc->isDirect);
437 struct glx_context *gc = (struct glx_context *) ctx;
439 EXPECT_TRUE(gc->isDirect);
452 struct glx_context *gc = (struct glx_context *) ctx;
454 EXPECT_FALSE(gc->isDirect);
465 struct glx_context *gc = (struct glx_context *) ctx;
467 ASSERT_FALSE(gc->isDirect);
469 gc->client_state_private);
480 struct glx_context *gc = (struct glx_context *) ctx;
482 EXPECT_EQ(&this->fbc, gc->config);
496 struct glx_context *gc = (struct glx_context *) ctx;
498 EXPECT_EQ(7, gc->screen);
509 struct glx_context *gc = (struct glx_context *) ctx;
511 EXPECT_EQ(psc, gc->psc);