Searched refs:MemoryObjects (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | externalobjects.c | 110 _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()
|
D | shared.c | 140 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()
|
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 | mtypes.h | 3459 struct _mesa_HashTable *MemoryObjects; member
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_context.c | 860 _mesa_HashEnableNameReuse(ctx->Shared->MemoryObjects); in st_create_context_priv()
|
/third_party/openGLES/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/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
|