HomeSort by: relevance | last modified time | path
    Searched defs:object (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
101-macros-used-twice.c 1 #define object 1 macro
4 #if object
7 #if object
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
101-macros-used-twice.c 1 #define object 1 macro
4 #if object
7 #if object
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
VendorEP.h 77 ObjectPart object; member in struct:XawVendorShellExtRec
AsciiSinkP.h 52 * AsciiSink Object Private Data
57 /* New fields for the AsciiSink object class record */
71 /* New fields for the AsciiSink object record */
90 ObjectPart object; member in struct:_AsciiSinkRec
MultiSinkP.h 79 * MultiSink Object Private Data
84 /* new fields for the MultiSink object class */
98 /* New fields for the MultiSink object record */
117 ObjectPart object; member in struct:_MultiSinkRec
SmeLineP.h 67 ObjectPart object; member in struct:_SmeLineRec
SmeP.h 27 * This is the private header file for the Athena Sme object.
28 * This object is intended to be used with the simple menu widget.
77 ObjectPart object; member in struct:_SmeRec
AsciiSrcP.h 53 * this text source is to use the AsciiText Object.
99 /* New fields for the AsciiSrc object */
134 ObjectPart object; member in struct:_AsciiSrcRec
MultiSrcP.h 78 * this text source is to use the MultiText Object.
118 /* New fields for the MultiSrc object class */
132 /* New fields for the MultiSrc object */
165 ObjectPart object; member in struct:_MultiSrcRec
SmeBSBP.h 32 * Sme Object Private Data
50 /* New fields for the Sme Object record */
86 ObjectPart object; member in struct:_SmeBSBRec
  /xsrc/external/mit/xmh/dist/
tsourceP.h 105 ObjectPart object; member in struct:_TocSourceRec
  /xsrc/external/mit/MesaLib/dist/src/vulkan/util/
vk_debug_utils.c 162 struct vk_object_base *object = local
166 if (object->object_name) {
167 vk_free(&device->alloc, object->object_name);
168 object->object_name = NULL;
170 object->object_name = vk_strdup(&device->alloc, pNameInfo->pObjectName,
172 if (!object->object_name)
vk_log.c 50 unreachable("Unsupported object type");
58 unreachable("Unsupported object type");
239 /* VK_EXT_debug_report-provided callback accepts only one object
280 struct vk_object_base *object = (struct vk_object_base *)_obj; local
281 struct vk_instance *instance = vk_object_to_instance(object);
282 object = vk_object_for_error(object, error);
284 /* If object->client_visible isn't set then the object hasn't been fully
286 * happens if an error is thrown during object construction. This is saf
    [all...]
  /xsrc/external/mit/fontconfig/dist/src/
fcobjs.c 37 FcObjectType object; member in struct:FcObjectOtherTypeInfo
56 if (ots->object.object)
57 free (ots->object.object);
72 if (0 == strcmp (ot->object.object, str))
81 ot->object.object = (char *) FcStrdup (str);
82 ot->object.type = FcTypeUnknown
    [all...]
fcserialize.c 35 * Serialization helper object -- allocate space in the
82 FcSerializeHashPtr (const void *object)
84 uintptr_t x = (uintptr_t)object;
104 FcSerializeHashPtr (const void *object)
106 uintptr_t x = (uintptr_t)object;
118 FcSerializeFind (const FcSerialize *serialize, const void *object)
120 uintptr_t hash = FcSerializeHashPtr (object);
128 if (object == bucket->object) {
138 const void *object = insert->object local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_handle_table.c 48 /** Object array. Empty handles have a null object */
56 /** Optional object destructor */
57 void (*destroy)(void *object);
87 void (*destroy)(void *object))
133 void *object; local
135 /* The order here is important so that the object being destroyed is not
141 object = ht->objects[index];
142 if (object) {
146 ht->destroy(object);
223 void *object; local
240 void *object; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_batch.cpp 105 ID3D12Object *object = (ID3D12Object *)entry->key; local
106 object->Release();
247 ID3D12Object *object)
249 struct set_entry *entry = _mesa_set_search(batch->objects, object);
251 entry = _mesa_set_add(batch->objects, object);
252 object->AddRef();
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_handle_table.c 48 /** Object array. Empty handles have a null object */
56 /** Optional object destructor */
57 void (*destroy)(void *object);
87 void (*destroy)(void *object))
133 void *object; local
135 /* The order here is important so that the object being destroyed is not
141 object = ht->objects[index];
142 if (object) {
146 ht->destroy(object);
223 void *object; local
240 void *object; local
    [all...]
  /xsrc/external/mit/freetype/dist/include/freetype/
ftincrem.h 68 * An opaque type describing a user-provided object used to implement
297 * inc_int.object = my_object;
318 FT_Incremental object; member in struct:FT_Incremental_InterfaceRec_
  /xsrc/external/mit/libXpm/dist/src/
hashtab.c 49 xpmHashAtom object = (xpmHashAtom) XpmMalloc(sizeof(struct _xpmHashAtom)); local
51 if (object) {
52 object->name = name;
53 object->data = data;
55 return object;
  /xsrc/external/mit/libXt/dist/include/X11/
HookObjI.h 32 /* This object is implementation-dependent and private to the library. */
54 ObjectPart object; member in struct:_HookObjRec
  /xsrc/external/mit/libdrm/dist/radeon/
bof.c 49 * object
53 bof_t *object; local
55 object = calloc(1, sizeof(bof_t));
56 if (object == NULL)
58 object->refcount = 1;
59 object->type = BOF_TYPE_OBJECT;
60 object->size = 12;
61 return object;
64 bof_t *bof_object_get(bof_t *object, const char *keyname)
68 for (i = 0; i < object->array_size; i += 2)
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/
sp.c 10 struct object { struct
20 struct object objects[32];
31 struct object object; local
33 object.path = vgCreatePath(VG_PATH_FORMAT_STANDARD, VG_PATH_DATATYPE_F,
35 vgAppendPathData(object.path, num_segments, segments, coords);
37 object.fill = vgCreatePaint();
38 vgSetColor(object.fill, color);
39 memcpy(object.matrix, identity_matrix, 9 * sizeof(VGfloat));
40 object.draw_mode = VG_FILL_PATH
51 struct object object; local
73 struct object object; local
95 struct object object; local
490 struct object object = cartman.objects[i]; local
    [all...]
  /xsrc/external/mit/xedit/dist/lisp/
regex.c 215 re-p object
218 LispObj *object; local
220 object = ARGUMENT(0);
222 return (REGEXP(object) ? T : NIL);
  /xsrc/external/mit/freetype/dist/src/cff/
cffparse.h 67 void* object; member in struct:CFF_ParserRec_
82 void* object,

Completed in 14 milliseconds

1 2 3