Lines Matching defs:obj
53 struct gl_memory_object *obj = CALLOC_STRUCT(gl_memory_object);
54 if (!obj)
57 obj->Name = name;
58 obj->Dedicated = GL_FALSE;
59 return obj;
64 struct gl_memory_object *obj,
78 obj->memory = screen->memobj_create_from_handle(screen,
80 obj->Dedicated);
89 struct gl_memory_object *obj,
108 obj->memory = screen->memobj_create_from_handle(screen,
110 obj->Dedicated);
178 struct gl_memory_object *obj =
181 return obj ? GL_TRUE : GL_FALSE;
622 struct gl_semaphore_object *obj = CALLOC_STRUCT(gl_semaphore_object);
623 if (!obj)
626 obj->Name = name;
627 return obj;
845 struct gl_semaphore_object *obj =
848 return obj ? GL_TRUE : GL_FALSE;