/third_party/mesa3d/src/glx/tests/ |
H A D | fake_glx_screen.cpp | 52 indirect_create_context(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, int renderType) indirect_create_context() argument 62 indirect_create_context_attribs(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) indirect_create_context_attribs() argument 79 applegl_create_context(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, int renderType) applegl_create_context() argument
|
H A D | fake_glx_screen.h | 111 create(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, int renderType) create() argument 120 create_attribs(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) create_attribs() argument
|
/third_party/mesa3d/src/glx/ |
H A D | applegl_glx.c | 123 applegl_create_context( struct glx_screen *psc, struct glx_config *config, struct glx_context *shareList, int renderType) applegl_create_context() argument
|
H A D | indirect_glx.c | 258 indirect_create_context(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, int renderType) indirect_create_context() argument 275 indirect_create_context_attribs(struct glx_screen *psc, struct glx_config *mode, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) indirect_create_context_attribs() argument
|
H A D | dri_common.c | 662 dri_common_create_context(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, int renderType) dri_common_create_context() argument
|
H A D | driwindows_glx.c | 120 driwindows_create_context(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, int renderType) driwindows_create_context() argument 174 driwindows_create_context_attribs(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) driwindows_create_context_attribs() argument [all...] |
H A D | dri2_glx.c | 154 dri2_create_context_attribs(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) dri2_create_context_attribs() argument
|
H A D | dri3_glx.c | 232 dri3_create_context_attribs(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) dri3_create_context_attribs() argument
|
H A D | drisw_glx.c | 554 drisw_create_context_attribs(struct glx_screen *base, struct glx_config *config_base, struct glx_context *shareList, unsigned num_attribs, const uint32_t *attribs, unsigned *error) drisw_create_context_attribs() argument
|
H A D | glxcmds.c | 325 struct glx_context *shareList = (struct glx_context *) shareList_user; in CreateContext() local 442 glXCreateContext(Display * dpy, XVisualInfo * vis, GLXContext shareList, Bool allowDirect) glXCreateContext() argument 1620 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig, int renderType, GLXContext shareList, Bool allowDirect) glXCreateNewContext() argument 2029 glXCreateContextWithConfigSGIX(Display * dpy, GLXFBConfigSGIX fbconfig, int renderType, GLXContext shareList, Bool allowDirect) glXCreateContextWithConfigSGIX() argument [all...] |