OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_singleAllocPool
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/referencerenderer/
rrVertexPacket.cpp
82
if (
m_singleAllocPool
.empty())
83
m_singleAllocPool
= allocArray(poolSize);
85
VertexPacket* packet = *--
m_singleAllocPool
.end();
86
m_singleAllocPool
.pop_back();
rrVertexPacket.hpp
111
std::vector<VertexPacket*>
m_singleAllocPool
;
Completed in 49 milliseconds