Home
last modified time | relevance | path

Searched refs:CreateGLXPixmapWithConfigSGIX (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c30 __ATTRIB(CreateGLXPixmapWithConfigSGIX),
262 __FETCH_FUNCTION_PTR(CreateGLXPixmapWithConfigSGIX); in dispatch_CreateGLXPixmapWithConfigSGIX()
970 __ATTRIB(CreateGLXPixmapWithConfigSGIX),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h138 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap); member
Dglxapi.c737 return t->CreateGLXPixmapWithConfigSGIX(dpy, config, pixmap); in glXCreateGLXPixmapWithConfigSGIX()
Dfakeglx.c2876 glx.CreateGLXPixmapWithConfigSGIX = Fake_glXCreateGLXPixmapWithConfigSGIX; in _mesa_GetGLXDispatchTable()