OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_transferQueueIndex
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.cpp
57
,
m_transferQueueIndex
(0)
478
m_transferQueueIndex
= (
m_transferQueueIndex
+ 1) % m_transferQueueSize;
480
int index =
m_transferQueueIndex
;
594
return (
m_transferQueueIndex
+ 1) % m_transferQueueSize;
TransferQueue.h
179
// Note that the
m_transferQueueIndex
only changed in the TexGen thread
181
int
m_transferQueueIndex
;
Completed in 886 milliseconds