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

/external/mesa3d/src/mesa/drivers/x11/
H A Drealglx.c54 glx.CreateGLXPixmap = _real_glXCreateGLXPixmap;
H A Dglxapi.h67 GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap); member in struct:_glxapi_table
H A Dglxapi.c230 return (t->CreateGLXPixmap)(dpy, visinfo, pixmap);
H A Dfakeglx.c2943 glx.CreateGLXPixmap = Fake_glXCreateGLXPixmap;

Completed in 249 milliseconds