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"
35
TextureCache
::
TextureCache
():
49
TextureCache
::
TextureCache
(uint32_t maxByteSize):
55
TextureCache
::~
TextureCache
() {
59
void
TextureCache
::init() {
72
uint32_t
TextureCache
::getSize() {
76
uint32_t
TextureCache
::getMaxSize()
[
all
...]
TextureCache.h
51
class
TextureCache
: public OnEntryRemoved<SkBitmap*, Texture*> {
53
TextureCache
();
54
TextureCache
(uint32_t maxByteSize);
55
~
TextureCache
();
126
}; // class
TextureCache
Completed in 56 milliseconds