Searched refs:Fake_glXMakeContextCurrent (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dfakeglx.c1351 Fake_glXMakeContextCurrent( Display *dpy, GLXDrawable draw, function
1433 return Fake_glXMakeContextCurrent( dpy, drawable, drawable, ctx );
2441 return Fake_glXMakeContextCurrent( dpy, draw, read, ctx );
2980 glx.MakeContextCurrent = Fake_glXMakeContextCurrent;
/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c1351 Fake_glXMakeContextCurrent( Display *dpy, GLXDrawable draw, function
1433 return Fake_glXMakeContextCurrent( dpy, drawable, drawable, ctx );
2441 return Fake_glXMakeContextCurrent( dpy, draw, read, ctx );
2980 glx.MakeContextCurrent = Fake_glXMakeContextCurrent;

Completed in 194 milliseconds