Home
last modified time | relevance | path

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

/external/mesa3d/src/glx/
Dg_glxglvnddispatchfuncs.c33 __ATTRIB(CreateGLXPixmapWithConfigSGIX),
263 __FETCH_FUNCTION_PTR(CreateGLXPixmapWithConfigSGIX); in dispatch_CreateGLXPixmapWithConfigSGIX()
938 __ATTRIB(CreateGLXPixmapWithConfigSGIX),
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h139 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap); member
Dglxapi.c742 return t->CreateGLXPixmapWithConfigSGIX(dpy, config, pixmap); in glXCreateGLXPixmapWithConfigSGIX()
Dfakeglx.c2969 glx.CreateGLXPixmapWithConfigSGIX = Fake_glXCreateGLXPixmapWithConfigSGIX; in _mesa_GetGLXDispatchTable()