OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextureCache
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
TextureCache.cpp
25
#include "
TextureCache
.h"
36
TextureCache
::
TextureCache
()
46
TextureCache
::~
TextureCache
() {
54
uint32_t
TextureCache
::getSize() {
58
uint32_t
TextureCache
::getMaxSize() {
66
void
TextureCache
::operator()(uint32_t&, Texture*& texture) {
70
TEXTURE_LOGD("
TextureCache
::callback: name, removed size, mSize = %d, %d, %d", texture->id,
84
void
TextureCache
::resetMarkInUse(void* ownerToken)
[
all
...]
TextureCache.h
60
class
TextureCache
: public OnEntryRemoved<uint32_t, Texture*> {
62
TextureCache
();
63
~
TextureCache
();
139
}; // class
TextureCache
Completed in 124 milliseconds