OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indexPool
(Results
1 - 5
of
5
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
CompactArray.java
45
private Map<T, Integer>
indexPool
= new HashMap<T, Integer>();
80
if (
indexPool
.isEmpty()) {
95
Integer i =
indexPool
.get(obj);
97
i =
indexPool
.size();
98
indexPool
.put(obj, i);
111
indexPool
.clear();
149
int newSize =
indexPool
.size() * getTupleSize();
152
for (Map.Entry<T, Integer> entry :
indexPool
.entrySet()) {
197
index[i] = obj != null ?
indexPool
.get(obj) : -1;
/external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.h
43
* @param
indexPool
pool where indices for queued draws will be saved when
48
GrIndexBufferAllocPool*
indexPool
);
GrInOrderDrawBuffer.cpp
23
GrIndexBufferAllocPool*
indexPool
)
29
, fIndexPool(*
indexPool
)
37
SkASSERT(NULL !=
indexPool
);
/external/skia/src/gpu/
GrInOrderDrawBuffer.h
43
* @param
indexPool
pool where indices for queued draws will be saved when
48
GrIndexBufferAllocPool*
indexPool
);
GrInOrderDrawBuffer.cpp
23
GrIndexBufferAllocPool*
indexPool
)
29
, fIndexPool(*
indexPool
)
37
SkASSERT(NULL !=
indexPool
);
Completed in 78 milliseconds