OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadPoolAllocator
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
PoolAlloc.cpp
51
TPoolAllocator *
threadPoolAllocator
= new TPoolAllocator();
55
threadData->
threadPoolAllocator
=
threadPoolAllocator
;
91
return *threadData->
threadPoolAllocator
;
98
threadData->
threadPoolAllocator
= &poolAllocator;
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
PoolAlloc.h
259
TPoolAllocator*
threadPoolAllocator
;
Completed in 158 milliseconds