Searched defs:fake_glx_context (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glx/tests/
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)
/external/mesa3d/src/glx/tests/
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)
/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 421 milliseconds