Searched refs:MakeContextCurrent (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/glx/ |
D | glxcurrent.c | 174 MakeContextCurrent(Display * dpy, GLXDrawable draw, in MakeContextCurrent() function 260 return MakeContextCurrent(dpy, draw, draw, gc); in glXMakeCurrent() 266 (dpy, d, r, ctx), MakeContextCurrent) 271 GLXContext ctx), (dpy, d, r, ctx), MakeContextCurrent)
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 103 Bool (*MakeContextCurrent)(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx); member
|
D | glxapi.c | 541 b = t->MakeContextCurrent(dpy, draw, read, ctx); in glXMakeContextCurrent()
|
D | fakeglx.c | 2900 glx.MakeContextCurrent = Fake_glXMakeContextCurrent; in _mesa_GetGLXDispatchTable()
|