OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextureMapperCache
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h
40
class
TextureMapperCache
;
51
TextureMapperCache
* cache;
137
TextureMapperCache
* cache();
248
TextureMapperCache
* m_cache;
TextureMapperNode.cpp
27
class
TextureMapperCache
{
51
TextureMapperCache
()
67
void
TextureMapperCache
::purge()
71
if (m_totalCost <=
TextureMapperCache
::MaxCost)
80
for (int i = size-1; i >= 0 && m_totalCost >
TextureMapperCache
::MaxCost -
TextureMapperCache
::PurgeAmount; --i) {
90
void
TextureMapperCache
::mark(BitmapTexture* texture)
130
TextureMapperCache
* TextureMapperNode::cache()
136
root->m_cache = new
TextureMapperCache
;
Completed in 173 milliseconds