Home
last modified time | relevance | path

Searched refs:fake_glx_context (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/glx/tests/
Dfake_glx_screen.cpp27 fake_glx_context::create_attribs
35 const struct glx_context_vtable fake_glx_context::vt = {
36 fake_glx_context::destroy,
47 int fake_glx_context::contexts_allocated = 0;
56 return new fake_glx_context(psc, mode); in indirect_create_context()
Dfake_glx_screen.h69 class fake_glx_context : public glx_context {
71 fake_glx_context(struct glx_screen *psc, struct glx_config *mode) in fake_glx_context() function
75 this->vtable = &fake_glx_context::vt; in fake_glx_context()
86 ~fake_glx_context() in ~fake_glx_context()
103 return new fake_glx_context(psc, mode); in create_attribs()
118 class fake_glx_context_direct : public fake_glx_context {
121 : fake_glx_context(psc, mode) in fake_glx_context_direct()
Dcreate_context_unittest.cpp138 fake_glx_context::contexts_allocated = 0; in SetUp()
170 EXPECT_EQ(0, fake_glx_context::contexts_allocated); in TEST_F()
179 EXPECT_EQ(0, fake_glx_context::contexts_allocated); in TEST_F()
192 EXPECT_EQ(0, fake_glx_context::contexts_allocated); in TEST_F()
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c98 struct fake_glx_context { struct
1282 init_glx_context(struct fake_glx_context *glxCtx, Display *dpy) in init_glx_context()
1302 struct fake_glx_context *glxCtx; in Fake_glXCreateContext()
1303 struct fake_glx_context *shareCtx = (struct fake_glx_context *) share_list; in Fake_glXCreateContext()
1308 glxCtx = CALLOC_STRUCT(fake_glx_context); in Fake_glXCreateContext()
1354 struct fake_glx_context *glxCtx = (struct fake_glx_context *) ctx; in Fake_glXMakeContextCurrent()
1503 struct fake_glx_context *fakeSrc = (struct fake_glx_context *) src; in Fake_glXCopyContext()
1504 struct fake_glx_context *fakeDst = (struct fake_glx_context *) dst; in Fake_glXCopyContext()
1541 struct fake_glx_context *glxCtx = (struct fake_glx_context *) ctx; in Fake_glXDestroyContext()
1557 struct fake_glx_context *glxCtx = (struct fake_glx_context *) ctx; in Fake_glXIsDirect()
[all …]