Home
last modified time | relevance | path

Searched defs:shareList (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/glx/tests/
Dfake_glx_screen.cpp55 struct glx_context *shareList, int renderType) in indirect_create_context()
66 struct glx_context *shareList, in indirect_create_context_attribs()
Dfake_glx_screen.h110 struct glx_context *shareList, int renderType) in create()
120 struct glx_context *shareList, in create_attribs()
/external/mesa3d/src/glx/
Dindirect_glx.c343 struct glx_context *shareList, int renderType) in indirect_create_context()
439 struct glx_context *shareList, in indirect_create_context_attribs()
Dapplegl_glx.c126 struct glx_context *shareList, int renderType) in applegl_create_context()
Ddriwindows_glx.c161 struct glx_context *shareList, int renderType) in driwindows_create_context()
215 struct glx_context *shareList, in driwindows_create_context_attribs()
Ddrisw_glx.c352 struct glx_context *shareList, int renderType) in drisw_create_context()
405 struct glx_context *shareList, in drisw_create_context_attribs()
Ddri3_glx.c253 struct glx_context *shareList, in dri3_create_context_attribs()
348 struct glx_context *shareList, int renderType) in dri3_create_context()
Dglxcmds.c284 struct glx_context *shareList = (struct glx_context *) shareList_user; in CreateContext() local
379 GLXContext shareList, Bool allowDirect) in glXCreateContext()
1626 int renderType, GLXContext shareList, Bool allowDirect) in glXCreateNewContext()
2012 GLXContext shareList, Bool allowDirect) in glXCreateContextWithConfigSGIX()
Ddri2_glx.c182 struct glx_context *shareList, int renderType) in dri2_create_context()
233 struct glx_context *shareList, in dri2_create_context_attribs()
Ddri_glx.c586 struct glx_context *shareList, int renderType) in dri_create_context()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c178 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct) in glXCreateContext()
407 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool di… in glXCreateNewContext()
Dfakeglx.c2250 int renderType, GLXContext shareList, Bool direct ) in Fake_glXCreateNewContext()