Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/x11/
Drealglx.c147 glx.AssociateDMPbufferSGIX = NULL; in _real_GetGLXDispatchTable()
Dglxapi.h163 Bool (*AssociateDMPbufferSGIX)(Display *, GLXPbufferSGIX, DMparams *, DMbuffer); member
Dglxapi.c954 return (t->AssociateDMPbufferSGIX)(dpy, pbuffer, params, dmbuffer); in glXAssociateDMPbufferSGIX()
Dfakeglx.c3036 glx.AssociateDMPbufferSGIX = NULL; in _mesa_GetGLXDispatchTable()