Home
last modified time | relevance | path

Searched refs:MemoryObjects (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dexternalobjects.c110 _mesa_HashLockMutex(ctx->Shared->MemoryObjects); in _mesa_DeleteMemoryObjectsEXT()
117 _mesa_HashRemoveLocked(ctx->Shared->MemoryObjects, in _mesa_DeleteMemoryObjectsEXT()
123 _mesa_HashUnlockMutex(ctx->Shared->MemoryObjects); in _mesa_DeleteMemoryObjectsEXT()
166 _mesa_HashLockMutex(ctx->Shared->MemoryObjects); in _mesa_CreateMemoryObjectsEXT()
167 if (_mesa_HashFindFreeKeys(ctx->Shared->MemoryObjects, memoryObjects, n)) { in _mesa_CreateMemoryObjectsEXT()
175 _mesa_HashUnlockMutex(ctx->Shared->MemoryObjects); in _mesa_CreateMemoryObjectsEXT()
180 _mesa_HashInsertLocked(ctx->Shared->MemoryObjects, in _mesa_CreateMemoryObjectsEXT()
186 _mesa_HashUnlockMutex(ctx->Shared->MemoryObjects); in _mesa_CreateMemoryObjectsEXT()
Dshared.c140 shared->MemoryObjects = _mesa_NewHashTable(); in _mesa_alloc_shared_state()
451 if (shared->MemoryObjects) { in free_shared_state()
452 _mesa_HashDeleteAll(shared->MemoryObjects, delete_memory_object_cb, ctx); in free_shared_state()
453 _mesa_DeleteHashTable(shared->MemoryObjects); in free_shared_state()
Dexternalobjects.h47 _mesa_HashLookup(ctx->Shared->MemoryObjects, memory); in _mesa_lookup_memory_object()
57 _mesa_HashLookupLocked(ctx->Shared->MemoryObjects, memory); in _mesa_lookup_memory_object_locked()
Dmtypes.h3459 struct _mesa_HashTable *MemoryObjects; member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c860 _mesa_HashEnableNameReuse(ctx->Shared->MemoryObjects); in st_create_context_priv()
/third_party/openGLES/extensions/EXT/
DEXT_external_objects.txt951 11) Must both Gen[MemoryObjects,Semaphores]EXT commands and
952 Create[MemoryObjects,Semaphores]EXT commands be defined, or is
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_external_objects.txt951 11) Must both Gen[MemoryObjects,Semaphores]EXT commands and
952 Create[MemoryObjects,Semaphores]EXT commands be defined, or is