Home
last modified time | relevance | path

Searched refs:allocateLocalStorage (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Reactor/
DThread.hpp70 static void *allocateLocalStorage(LocalStorageKey key, size_t size);
168 inline void *Thread::allocateLocalStorage(LocalStorageKey key, size_t size) in allocateLocalStorage() function in rr::Thread
/external/swiftshader/src/Common/
DThread.hpp70 static void *allocateLocalStorage(LocalStorageKey key, size_t size);
168 inline void *Thread::allocateLocalStorage(LocalStorageKey key, size_t size) in allocateLocalStorage() function in sw::Thread
/external/swiftshader/src/System/
DThread.hpp70 static void *allocateLocalStorage(LocalStorageKey key, size_t size);
168 inline void *Thread::allocateLocalStorage(LocalStorageKey key, size_t size) in allocateLocalStorage() function in sw::Thread
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp79 Current *current = (Current*)sw::Thread::allocateLocalStorage(currentTLS, sizeof(Current)); in attachThread()