Home
last modified time | relevance | path

Searched defs:shareList (Results 1 – 13 of 13) 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()
83 struct glx_context *shareList, in applegl_create_context()
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.c363 struct glx_context *shareList, int renderType) in indirect_create_context()
455 struct glx_context *shareList, in indirect_create_context_attribs()
Dapplegl_glx.c126 struct glx_context *shareList, int renderType) in applegl_create_context()
Ddriwindows_glx.c162 struct glx_context *shareList, int renderType) in driwindows_create_context()
216 struct glx_context *shareList, in driwindows_create_context_attribs()
Dglxcmds.c326 struct glx_context *shareList = (struct glx_context *) shareList_user; in CreateContext() local
436 GLXContext shareList, Bool allowDirect) in glXCreateContext()
1615 int renderType, GLXContext shareList, Bool allowDirect) in glXCreateNewContext()
2025 GLXContext shareList, Bool allowDirect) in glXCreateContextWithConfigSGIX()
Ddri3_glx.c233 struct glx_context *shareList, in dri3_create_context_attribs()
342 struct glx_context *shareList, int renderType) in dri3_create_context()
Ddrisw_glx.c488 struct glx_context *shareList, int renderType) in drisw_create_context()
541 struct glx_context *shareList, in drisw_create_context_attribs()
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.c559 struct glx_context *shareList, int renderType) in dri_create_context()
/external/angle/src/libGLESv2/
Dentry_points_glx.cpp49 GLXContext shareList, in glXCreateContext()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c173 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct) in glXCreateContext()
402 glXCreateNewContext(Display *dpy, GLXFBConfig config, int renderType, GLXContext shareList, Bool di… in glXCreateNewContext()
Dfakeglx.c2232 int renderType, GLXContext shareList, Bool direct ) in Fake_glXCreateNewContext()