| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | dri_context.c | 46 const struct __DriverContextConfig *ctx_config, 72 if (ctx_config->flags & ~allowed_flags) { 77 if (ctx_config->attribute_mask & ~allowed_attribs) { 99 attribs.major = ctx_config->major_version; 100 attribs.minor = ctx_config->minor_version; 102 if ((ctx_config->flags & __DRI_CTX_FLAG_FORWARD_COMPATIBLE) != 0) 110 if ((ctx_config->flags & __DRI_CTX_FLAG_DEBUG) != 0) 113 if (ctx_config->flags & __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS) 116 if (ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY) 117 if (ctx_config 44 dri_create_context(gl_api api,const struct gl_config * visual,__DRIcontext * cPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument [all...] |
| H A D | dri_context.h | 89 const struct __DriverContextConfig *ctx_config,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| H A D | dri_context.c | 48 const struct __DriverContextConfig *ctx_config, 74 if (ctx_config->flags & ~allowed_flags) { 79 if (ctx_config->attribute_mask & ~allowed_attribs) { 101 attribs.major = ctx_config->major_version; 102 attribs.minor = ctx_config->minor_version; 104 if ((ctx_config->flags & __DRI_CTX_FLAG_FORWARD_COMPATIBLE) != 0) 112 if ((ctx_config->flags & __DRI_CTX_FLAG_DEBUG) != 0) 115 if (ctx_config->flags & __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS) 118 if (ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY) 119 if (ctx_config 46 dri_create_context(gl_api api,const struct gl_config * visual,__DRIcontext * cPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument [all...] |
| H A D | dri_context.h | 95 const struct __DriverContextConfig *ctx_config,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/ |
| H A D | dri_util.c | 305 struct __DriverContextConfig ctx_config; local in function:driCreateContextAttribs 307 ctx_config.major_version = 1; 308 ctx_config.minor_version = 0; 309 ctx_config.flags = 0; 310 ctx_config.attribute_mask = 0; 311 ctx_config.priority = __DRI_CTX_PRIORITY_MEDIUM; 342 ctx_config.major_version = attribs[i * 2 + 1]; 345 ctx_config.minor_version = attribs[i * 2 + 1]; 348 ctx_config.flags = attribs[i * 2 + 1]; 352 ctx_config [all...] |
| H A D | dri_util.h | 128 const struct __DriverContextConfig *ctx_config,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/ |
| H A D | dri_util.c | 312 struct __DriverContextConfig ctx_config; local in function:driCreateContextAttribs 314 ctx_config.major_version = 1; 315 ctx_config.minor_version = 0; 316 ctx_config.flags = 0; 317 ctx_config.attribute_mask = 0; 318 ctx_config.priority = __DRI_CTX_PRIORITY_MEDIUM; 349 ctx_config.major_version = attribs[i * 2 + 1]; 352 ctx_config.minor_version = attribs[i * 2 + 1]; 355 ctx_config.flags = attribs[i * 2 + 1]; 359 ctx_config [all...] |
| H A D | dri_util.h | 128 const struct __DriverContextConfig *ctx_config,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_context.c | 54 const struct __DriverContextConfig *ctx_config, 63 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { 68 if (ctx_config->attribute_mask) { 79 driContextSetFlags(ctx, ctx_config->flags); 86 if (ctx->Version < (ctx_config->major_version * 10 + 87 ctx_config->minor_version)) { 52 nouveau_context_create(gl_api api,const struct gl_config * visual,__DRIcontext * dri_ctx,const struct __DriverContextConfig * ctx_config,unsigned * error,void * share_ctx) argument
|
| H A D | nouveau_context.h | 113 const struct __DriverContextConfig *ctx_config,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_context.c | 54 const struct __DriverContextConfig *ctx_config, 63 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { 68 if (ctx_config->attribute_mask) { 79 driContextSetFlags(ctx, ctx_config->flags); 86 if (ctx->Version < (ctx_config->major_version * 10 + 87 ctx_config->minor_version)) { 52 nouveau_context_create(gl_api api,const struct gl_config * visual,__DRIcontext * dri_ctx,const struct __DriverContextConfig * ctx_config,unsigned * error,void * share_ctx) argument
|
| H A D | nouveau_context.h | 113 const struct __DriverContextConfig *ctx_config,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_context.c | 177 const struct __DriverContextConfig *ctx_config, 189 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { 194 if (ctx_config->attribute_mask) { 251 driContextSetFlags(ctx, ctx_config->flags); 174 r200CreateContext(gl_api api,const struct gl_config * glVisual,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument
|
| H A D | r200_context.h | 632 ctx_config,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_context.c | 143 const struct __DriverContextConfig *ctx_config, 155 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { 160 if (ctx_config->attribute_mask) { 214 driContextSetFlags(ctx, ctx_config->flags); 140 r100CreateContext(gl_api api,const struct gl_config * glVisual,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument
|
| H A D | radeon_context.h | 456 ctx_config,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_context.c | 178 const struct __DriverContextConfig *ctx_config, 190 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { 195 if (ctx_config->attribute_mask) { 252 driContextSetFlags(ctx, ctx_config->flags); 175 r200CreateContext(gl_api api,const struct gl_config * glVisual,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument
|
| H A D | r200_context.h | 632 ctx_config,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_context.c | 143 const struct __DriverContextConfig *ctx_config, 155 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { 160 if (ctx_config->attribute_mask) { 214 driContextSetFlags(ctx, ctx_config->flags); 140 r100CreateContext(gl_api api,const struct gl_config * glVisual,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument
|
| H A D | radeon_context.h | 456 ctx_config,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_screen.c | 956 const struct __DriverContextConfig *ctx_config, 965 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { 970 if (ctx_config->attribute_mask) { 977 ctx_config->major_version, 978 ctx_config->minor_version, 979 ctx_config->flags, 984 ctx_config->major_version, 985 ctx_config->minor_version, 986 ctx_config->flags, 953 intelCreateContext(gl_api api,const struct gl_config * mesaVis,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_screen.c | 975 const struct __DriverContextConfig *ctx_config, 984 if (ctx_config->flags & ~(__DRI_CTX_FLAG_DEBUG | __DRI_CTX_FLAG_NO_ERROR)) { 989 if (ctx_config->attribute_mask) { 996 ctx_config->major_version, 997 ctx_config->minor_version, 998 ctx_config->flags, 1003 ctx_config->major_version, 1004 ctx_config->minor_version, 1005 ctx_config->flags, 972 intelCreateContext(gl_api api,const struct gl_config * mesaVis,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_context.c | 923 const struct __DriverContextConfig *ctx_config, 942 if (ctx_config->flags & ~allowed_flags) { 947 if (ctx_config->attribute_mask & 955 ((ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY) && 956 ctx_config->reset_strategy != __DRI_CTX_RESET_NO_NOTIFICATION); 998 driContextSetFlags(ctx, ctx_config->flags); 1057 if (ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_PRIORITY) { 1058 switch (ctx_config->priority) { 1071 ctx_config->priority, hw_priority); 1112 if ((ctx_config 920 brwCreateContext(gl_api api,const struct gl_config * mesaVis,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * dri_ctx_error,void * sharedContextPrivate) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_context.c | 963 const struct __DriverContextConfig *ctx_config, 982 if (ctx_config->flags & ~allowed_flags) { 987 if (ctx_config->attribute_mask & 995 ((ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_RESET_STRATEGY) && 996 ctx_config->reset_strategy != __DRI_CTX_RESET_NO_NOTIFICATION); 1053 driContextSetFlags(ctx, ctx_config->flags); 1110 if (ctx_config->attribute_mask & __DRIVER_CONTEXT_ATTRIB_PRIORITY) { 1111 switch (ctx_config->priority) { 1124 ctx_config->priority, hw_priority); 1166 if ((ctx_config 960 brw_create_context(gl_api api,const struct gl_config * mesaVis,__DRIcontext * driContextPriv,const struct __DriverContextConfig * ctx_config,unsigned * dri_ctx_error,void * sharedContextPrivate) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/swrast/ |
| H A D | swrast.c | 759 const struct __DriverContextConfig *ctx_config, 773 (void) ctx_config->flags; 776 if (ctx_config->attribute_mask != 0) { 807 driContextSetFlags(mesaCtx, ctx_config->flags); 756 dri_create_context(gl_api api,const struct gl_config * visual,__DRIcontext * cPriv,const struct __DriverContextConfig * ctx_config,unsigned * error,void * sharedContextPrivate) argument
|