Searched refs:MemoryObjects (Results 1 – 7 of 7) sorted by relevance
| /third_party/mesa3d/src/mesa/main/ |
| D | externalobjects.h | 47 _mesa_HashLookup(ctx->Shared->MemoryObjects, memory); in _mesa_lookup_memory_object() 57 _mesa_HashLookupLocked(ctx->Shared->MemoryObjects, memory); in _mesa_lookup_memory_object_locked()
|
| D | shared.c | 142 shared->MemoryObjects = _mesa_NewHashTable(); in _mesa_alloc_shared_state() 453 if (shared->MemoryObjects) { in free_shared_state() 454 _mesa_HashDeleteAll(shared->MemoryObjects, delete_memory_object_cb, ctx); in free_shared_state() 455 _mesa_DeleteHashTable(shared->MemoryObjects); in free_shared_state()
|
| D | externalobjects.c | 151 _mesa_HashLockMutex(ctx->Shared->MemoryObjects); in _mesa_DeleteMemoryObjectsEXT() 158 _mesa_HashRemoveLocked(ctx->Shared->MemoryObjects, in _mesa_DeleteMemoryObjectsEXT() 164 _mesa_HashUnlockMutex(ctx->Shared->MemoryObjects); in _mesa_DeleteMemoryObjectsEXT() 207 _mesa_HashLockMutex(ctx->Shared->MemoryObjects); in _mesa_CreateMemoryObjectsEXT() 208 if (_mesa_HashFindFreeKeys(ctx->Shared->MemoryObjects, memoryObjects, n)) { in _mesa_CreateMemoryObjectsEXT() 216 _mesa_HashUnlockMutex(ctx->Shared->MemoryObjects); in _mesa_CreateMemoryObjectsEXT() 221 _mesa_HashInsertLocked(ctx->Shared->MemoryObjects, in _mesa_CreateMemoryObjectsEXT() 227 _mesa_HashUnlockMutex(ctx->Shared->MemoryObjects); in _mesa_CreateMemoryObjectsEXT()
|
| D | mtypes.h | 2515 struct _mesa_HashTable *MemoryObjects; member
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| D | st_context.c | 751 _mesa_HashEnableNameReuse(ctx->Shared->MemoryObjects); in st_create_context_priv()
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
| D | EXT_external_objects.txt | 951 11) Must both Gen[MemoryObjects,Semaphores]EXT commands and 952 Create[MemoryObjects,Semaphores]EXT commands be defined, or is
|
| /third_party/openGLES/extensions/EXT/ |
| D | EXT_external_objects.txt | 979 11) Must both Gen[MemoryObjects,Semaphores]EXT commands and 980 Create[MemoryObjects,Semaphores]EXT commands be defined, or is
|