OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextureCache
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/libs/hwui/
TextureCache.cpp
24
#include "
TextureCache
.h"
35
TextureCache
::
TextureCache
()
49
TextureCache
::~
TextureCache
() {
57
uint32_t
TextureCache
::getSize() {
61
uint32_t
TextureCache
::getMaxSize() {
69
void
TextureCache
::operator()(uint32_t&, Texture*& texture) {
73
TEXTURE_LOGD("
TextureCache
::callback: name, removed size, mSize = %d, %d, %d",
87
void
TextureCache
::setAssetAtlas(AssetAtlas* assetAtlas)
[
all
...]
TextureCache.h
57
class
TextureCache
: public OnEntryRemoved<uint32_t, Texture*> {
59
TextureCache
();
60
~
TextureCache
();
160
}; // class
TextureCache
Caches.h
36
#include "
TextureCache
.h"
148
TextureCache
textureCache
;
Android.mk
101
TextureCache
.cpp \
RenderNode.cpp
524
TextureCache
& cache = Caches::getInstance().
textureCache
;
[
all
...]
/frameworks/base/core/jni/android/graphics/
Graphics.cpp
19
#include <
TextureCache
.h>
532
android::uirenderer::Caches::getInstance().
textureCache
.releaseTexture(context->stableID);
Completed in 476 milliseconds