Searched refs:fake_glx_context (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A 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);
H A Dfake_glx_screen.h69 class fake_glx_context : public glx_context { class in inherits:glx_context
71 fake_glx_context(struct glx_screen *psc, struct glx_config *mode) function in class:fake_glx_context
75 this->vtable = &fake_glx_context::vt;
86 ~fake_glx_context()
103 return new fake_glx_context(psc, mode);
118 class fake_glx_context_direct : public fake_glx_context {
121 : fake_glx_context(psc, mode)
H A Dcreate_context_unittest.cpp138 fake_glx_context::contexts_allocated = 0;
170 EXPECT_EQ(0, fake_glx_context::contexts_allocated);
179 EXPECT_EQ(0, fake_glx_context::contexts_allocated);
192 EXPECT_EQ(0, fake_glx_context::contexts_allocated);
/external/mesa3d/src/glx/tests/
H A 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);
H A Dfake_glx_screen.h69 class fake_glx_context : public glx_context { class in inherits:glx_context
71 fake_glx_context(struct glx_screen *psc, struct glx_config *mode) function in class:fake_glx_context
75 this->vtable = &fake_glx_context::vt;
86 ~fake_glx_context()
103 return new fake_glx_context(psc, mode);
118 class fake_glx_context_direct : public fake_glx_context {
121 : fake_glx_context(psc, mode)
H A Dcreate_context_unittest.cpp138 fake_glx_context::contexts_allocated = 0;
170 EXPECT_EQ(0, fake_glx_context::contexts_allocated);
179 EXPECT_EQ(0, fake_glx_context::contexts_allocated);
192 EXPECT_EQ(0, fake_glx_context::contexts_allocated);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dfakeglx.c91 * Note that a pointer to a __GLXcontext is a pointer to a fake_glx_context,
98 struct fake_glx_context { struct
1279 * Init basic fields of a new fake_glx_context.
1282 init_glx_context(struct fake_glx_context *glxCtx, Display *dpy)
1302 struct fake_glx_context *glxCtx;
1303 struct fake_glx_context *shareCtx = (struct fake_glx_context *) share_list;
1308 glxCtx = CALLOC_STRUCT(fake_glx_context);
1354 struct fake_glx_context *glxCtx = (struct fake_glx_context *) ct
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c91 * Note that a pointer to a __GLXcontext is a pointer to a fake_glx_context,
98 struct fake_glx_context { struct
1279 * Init basic fields of a new fake_glx_context.
1282 init_glx_context(struct fake_glx_context *glxCtx, Display *dpy)
1302 struct fake_glx_context *glxCtx;
1303 struct fake_glx_context *shareCtx = (struct fake_glx_context *) share_list;
1308 glxCtx = CALLOC_STRUCT(fake_glx_context);
1354 struct fake_glx_context *glxCtx = (struct fake_glx_context *) ct
[all...]

Completed in 1226 milliseconds