Searched refs:CreateContextWithConfigSGIX (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
H A Drealglx.c124 glx.CreateContextWithConfigSGIX = _real_glXCreateContextWithConfigSGIX;
H A Dglxapi.h140 GLXContext (*CreateContextWithConfigSGIX)(Display *, GLXFBConfigSGIX, int, GLXContext, Bool); member in struct:_glxapi_table
H A Dglxapi.c798 return (t->CreateContextWithConfigSGIX)(dpy, config, render_type, share_list, direct);
H A Dfakeglx.c3013 glx.CreateContextWithConfigSGIX = Fake_glXCreateContextWithConfigSGIX;

Completed in 46 milliseconds