| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| apiexec.py | 25 Each of the four attributes of this class, compatibility, core, es1, and 29 compatibility=20 and core=31. 32 API. For example, glNewList was removed from core profiles, so 33 compatibility=10 and core=None. 39 core: [31, ) 45 def __init__(self, compatibility=None, core=None, es1=None, es2=None): 50 if core is not None: 51 assert isinstance(core, int) 52 assert core >= 31 63 self.core = cor [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| apiexec.py | 25 Each of the four attributes of this class, compatibility, core, es1, and 29 compatibility=20 and core=31. 32 API. For example, glNewList was removed from core profiles, so 33 compatibility=10 and core=None. 39 core: [31, ) 45 def __init__(self, compatibility=None, core=None, es1=None, es2=None): 50 if core is not None: 51 assert isinstance(core, int) 52 assert core >= 31 63 self.core = cor [all...] |
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/ |
| etnaviv_gpu.c | 30 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) 33 .pipe = core, 47 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core) 58 gpu->core = core; 60 gpu->model = get_param(dev, core, ETNAVIV_PARAM_GPU_MODEL); 61 gpu->revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION); 85 unsigned int core = gpu->core; local 95 *value = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_0) [all...] |
| /xsrc/external/mit/libdrm/dist/etnaviv/ |
| etnaviv_gpu.c | 30 static uint64_t get_param(struct etna_device *dev, uint32_t core, uint32_t param) 33 .pipe = core, 47 drm_public struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core) 58 gpu->core = core; 60 gpu->model = get_param(dev, core, ETNAVIV_PARAM_GPU_MODEL); 61 gpu->revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION); 85 unsigned int core = gpu->core; local 95 *value = get_param(dev, core, ETNAVIV_PARAM_GPU_FEATURES_0) [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| Core.c | 98 XtOffsetOf(CoreRec, core.screen), XtRCallProc, (XtPointer) XtCopyScreen}, 102 XtOffsetOf(CoreRec, core.depth), 105 XtOffsetOf(CoreRec, core.colormap), 108 XtOffsetOf(CoreRec, core.background_pixel), 111 XtOffsetOf(CoreRec, core.background_pixmap), 114 XtOffsetOf(CoreRec, core.border_pixel), 117 XtOffsetOf(CoreRec, core.border_pixmap), 120 XtOffsetOf(CoreRec, core.mapped_when_managed), 123 sizeof(XtTranslations), XtOffsetOf(CoreRec, core.tm.translations), 126 sizeof(XtTranslations), XtOffsetOf(CoreRec, core.accelerators) [all...] |
| SetValues.c | 244 cwc = (ConstraintWidgetClass) XtClass(w->core.parent); 245 if (w->core.constraints) { 258 oldw->core.constraints = XtStackAlloc(constraintSize, oldcCache); 259 reqw->core.constraints = XtStackAlloc(constraintSize, reqcCache); 260 (void) memcpy(oldw->core.constraints, 261 w->core.constraints, (size_t) constraintSize); 265 SetValues((char *) w->core.constraints, 269 (void) memcpy(reqw->core.constraints, 270 w->core.constraints, (size_t) constraintSize); 299 if (oldw->core.x != w->core.x) [all...] |
| Geometry.c | 115 Widget parent = widget->core.parent; 185 manager = ((CompositeWidgetClass) (parent->core.widget_class)) 226 if (widget->core.being_destroyed) { 245 if (request->request_mode & CWX && widget->core.x != request->x) { 248 widget->core.x, request->x)); 251 if (request->request_mode & CWY && widget->core.y != request->y) { 254 widget->core.y, request->y)); 257 if (request->request_mode & CWWidth && widget->core.width != request->width) { 260 widget->core.width, request->width)); 264 && widget->core.height != request->height) [all...] |
| Destroy.c | 97 for (i = 0; i < widget->core.num_popups; i++) { 98 Recursive(widget->core.popup_list[i], proc); 111 widget->core.being_destroyed = TRUE; 126 if (widget->core.destroy_callbacks != NULL) { 128 widget->core.destroy_callbacks, (XtPointer) NULL); 143 cwClass = (ConstraintWidgetClass) XtParent(widget)->core.widget_class; 163 for (class = widget->core.widget_class; 175 ext = (ObjectClassExtension) XtGetClassExtension(widget->core.widget_class, 218 parent = widget->core.parent; 220 if (parent && XtIsWidget(parent) && parent->core.num_popups) [all...] |
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| imThaiIm.c | 66 _XGetLCValues(im->core.lcd, XlcNLanguage, &language, NULL); 68 (strcmp(im->core.im_name, "") == 0 || 69 strcmp(im->core.im_name, "BasicCheck") == 0 || 70 strcmp(im->core.im_name, "Strict") == 0 || 71 strcmp(im->core.im_name, "Thaicat") == 0 || 72 strcmp(im->core.im_name, "Passthrough") == 0)) 82 XLCd lcd = im->core.lcd; 88 if(_XimSetIMResourceList(&im->core.im_resources, 89 &im->core.im_num_resources) == False) { 92 if(_XimSetICResourceList(&im->core.ic_resources [all...] |
| imInt.c | 105 if (im->core.destroy_callback.callback) 106 (*im->core.destroy_callback.callback)((XIM)im, 107 im->core.destroy_callback.client_data, NULL); 108 for (ic = im->core.ic_chain; ic; ic = ic->core.next) { 109 if (ic->core.destroy_callback.callback) { 110 (*ic->core.destroy_callback.callback)(ic, 111 ic->core.destroy_callback.client_data, NULL); 134 if (im->core.destroy_callback.callback) 135 (*im->core.destroy_callback.callback)(im [all...] |
| imDefFlt.c | 92 Xim im = (Xim)ic->core.im; 95 if (IS_DYNAMIC_EVENT_FLOW(ic->core.im) && 111 Xim im = (Xim)ic->core.im; 114 if (IS_DYNAMIC_EVENT_FLOW(ic->core.im) && 129 Xim im = (Xim)ic->core.im; 144 Xim im = (Xim)ic->core.im; 209 Xim im = (Xim)ic->core.im; 272 if (ic->core.focus_window) { 274 _XRegisterFilterByType (ic->core.im->core.display [all...] |
| imLcIc.c | 44 ((Xim)ic->core.im)->private.local.current_ic = (XIC)NULL; 46 if (ic->core.focus_window) 47 _XUnregisterFilter(ic->core.im->core.display, 48 ic->core.focus_window, _XimLocalFilter, (XPointer)ic); 58 if(((Xim)ic->core.im)->private.local.current_ic == (XIC)ic) { 59 ((Xim)ic->core.im)->private.local.current_ic = (XIC)NULL; 61 if (ic->core.focus_window) 62 _XUnregisterFilter(ic->core.im->core.display [all...] |
| /xsrc/external/mit/MesaLib/dist/bin/pick/ |
| core_test.py | 21 """Tests for pick's core data structures and routines.""" 30 from . import core 36 def unnominated_commit(self) -> 'core.Commit': 37 return core.Commit('abc123', 'sub: A commit', main_sha='45678') 40 def nominated_commit(self) -> 'core.Commit': 41 return core.Commit('abc123', 'sub: A commit', True, 42 core.NominationType.CC, core.Resolution.UNRESOLVED) 46 def test_not_nominated(self, unnominated_commit: 'core.Commit'): 50 'nomination_type': None, 'resolution': core.Resolution.UNRESOLVED.value [all...] |
| /xsrc/external/mit/xman/dist/ |
| tkfuncs.c | 41 * I am doing the "wrong" thing here by looking in the core field for the 55 return ((int) w->core.width); 67 return ((int) w->core.height); 79 return ((int) w->core.border_width);
|
| /xsrc/external/mit/libX11/dist/src/ |
| FSWrap.c | 184 list = &oc->core.missing_list; 185 oc->core.om_automatic = True; 187 list = &om->core.required_charset; 197 *def_string = oc->core.default_string; 214 *font_name_list = font_set->core.font_info.font_name_list; 215 *font_struct_list = font_set->core.font_info.font_struct_list; 216 return font_set->core.font_info.num_font; 222 return font_set->core.base_name_list; 228 return font_set->core.om->core.lcd->core->name [all...] |
| OCWrap.c | 56 oc->core.next = om->core.oc_list; 57 om->core.oc_list = oc; 68 prev = oc_list = oc->core.om->core.oc_list; 70 oc->core.om->core.oc_list = oc_list->core.next; 72 while ((oc_list = oc_list->core.next)) { 74 prev->core.next = oc_list->core.next [all...] |
| OMWrap.c | 51 XLCd lcd = om->core.lcd; 53 next = om->core.oc_list; 56 next = oc->core.next; 60 om->core.oc_list = NULL; 122 return om->core.display; 128 return om->core.lcd->core->name;
|
| /xsrc/external/mit/libXmu/dist/src/ |
| ShapeWidg.c | 112 int width = w->core.width; 113 int height = w->core.height; 121 width += w->core.border_width << 1; 122 height += w->core.border_width << 1; 146 -(int)w->core.border_width, -(int)w->core.border_width, 148 if (w->core.border_width) 152 values.line_width = Min(w->core.width, w->core.height); 155 if (w->core.width < w->core.height [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| vk_device.h | 74 const VkPhysicalDeviceVulkan11Features *core); 76 const VkPhysicalDeviceVulkan12Features *core); 79 const VkPhysicalDeviceVulkan11Properties *core); 81 const VkPhysicalDeviceVulkan12Properties *core);
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| glxdricommon.h | 36 glxConvertConfigs(const __DRIcoreExtension *core,
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| lcPublic.c | 87 lcd->core = Xcalloc(1, sizeof(XLCdPublicRec)); 88 if (lcd->core == NULL) 100 Xfree(lcd->core); 145 XLCdMethods core = &publicMethods.core; local 148 methods->close = core->close; 151 methods->map_modifiers = core->map_modifiers; 168 methods->init_parse_info = core->init_parse_info; 171 methods->mb_text_prop_to_list = core->mb_text_prop_to_list; 174 methods->wc_text_prop_to_list = core->wc_text_prop_to_list [all...] |
| XDefaultOMIF.c | 97 XOMCoreRec core; member in struct:_XOMGenericRec 117 XOCCoreRec core; member in struct:_XOCGenericRec 129 data = XOM_GENERIC(oc->core.om)->data; 189 Display *dpy = oc->core.om->core.display; 208 XRectangle *ink = &oc->core.font_set_extents.max_ink_extent; 209 XRectangle *logical = &oc->core.font_set_extents.max_logical_extent; 214 font_list = oc->core.font_info.font_struct_list; 258 oc->core.font_info.num_font = 1; 259 oc->core.font_info.font_name_list = font_name_list [all...] |
| XDefaultIMIF.c | 92 XIMCoreRec core; member in struct:_StaticXIM 194 if ((lcd->core->modifiers) && (*lcd->core->modifiers)) { 196 mod = strstr(lcd->core->modifiers, MODIFIER); 206 if ((im->core.im_name = strdup(buf)) == NULL) 210 im->core.lcd = lcd; 211 im->core.ic_chain = (XIC)NULL; 212 im->core.display = dpy; 213 im->core.rdb = rdb; 214 im->core.res_name = NULL [all...] |
| /xsrc/external/mit/libXt/dist/include/X11/ |
| IntrinsicI.h | 81 (XtIsWidget(object) ? (object)->core.screen->display : \ 83 _XtWindowedAncestor(object)->core.screen->display) 86 (XtIsWidget(object) ? (object)->core.screen : \ 88 _XtWindowedAncestor(object)->core.screen) 92 ->core.window) 95 (XtIsRectObj(object) ? (object)->core.managed : False) 98 (XtIsRectObj(object) ? ((object)->core.sensitive && \ 99 (object)->core.ancestor_sensitive) : False)
|
| /xsrc/external/mit/libXaw/dist/src/ |
| Tree.c | 239 values.background = w->core.background_pixel; 361 if (request->core.width <= 0) cnew->core.width = 5; 362 if (request->core.height <= 0) cnew->core.height = 5; 412 TreeWidget tw = (TreeWidget) cnew->core.parent; 450 cnew->core.background_pixel != current->core.background_pixel || 491 TreeWidget tw = (TreeWidget) cnew->core.parent; 538 layout_tree ((TreeWidget) (w->core.parent), FALSE) [all...] |