Home
last modified time | relevance | path

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

/external/autotest/client/deps/glbench/src/
Dglinterface.h23 struct __GLXcontextRec; // Forward declaration from GLX.h.
24 typedef struct __GLXcontextRec *GLXContext;
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h39 typedef struct __GLXcontextRec { struct
/external/mesa3d/include/GL/
Dglx.h178 typedef struct __GLXcontextRec *GLXContext;
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c76 struct __GLXcontextRec struct
1056 glxCtx = CALLOC_STRUCT(__GLXcontextRec); in create_context()