/frameworks/base/libs/hwui/ |
D | RenderBufferCache.cpp | 45 , mMaxSize(Properties::renderBufferCacheSize) {} in RenderBufferCache() 60 return mMaxSize; in getMaxSize() 129 if (size < mMaxSize) { in put() 130 while (mSize + size > mMaxSize) { in put() 149 buffer->getWidth(), buffer->getHeight(), size, mMaxSize); in put()
|
D | LayerCache.cpp | 35 , mMaxSize(Properties::layerPoolSize) {} in LayerCache() 54 return mMaxSize; in getMaxSize() 59 mMaxSize = maxSize; in setMaxSize() 135 if (size < mMaxSize) { in put() 137 while (mSize + size > mMaxSize) { in put()
|
D | FboCache.cpp | 31 : mMaxSize(Properties::fboCacheSize) {} in FboCache() 46 return mMaxSize; in getMaxSize() 73 if (mCache.size() < mMaxSize) { in put()
|
D | TextDropShadowCache.cpp | 102 , mMaxSize(maxByteSize) { in TextDropShadowCache() 120 return mMaxSize; in getMaxSize() 174 if (size < mMaxSize) { in get() 175 while (mSize + size > mMaxSize) { in get() 188 if (size < mMaxSize) { in get()
|
D | TextureCache.cpp | 38 , mMaxSize(Properties::textureCacheSize) in TextureCache() 62 return mMaxSize; in getMaxSize() 127 bool canCache = size < mMaxSize; in getCachedTexture() 129 while (canCache && mSize + size > mMaxSize) { in getCachedTexture()
|
D | PatchCache.cpp | 35 , mMaxSize(Properties::patchCacheSize) in PatchCache() 173 glBufferData(GL_ARRAY_BUFFER, mMaxSize, nullptr, GL_DYNAMIC_DRAW); in createVertexBuffer() 175 mFreeBlocks = new BufferBlock(0, mMaxSize); in createVertexBuffer() 189 if (mSize + size > mMaxSize) { in setupMesh()
|
D | GradientCache.cpp | 68 , mMaxSize(Properties::gradientCacheSize) in GradientCache() 89 return mMaxSize; in getMaxSize() 158 while (getSize() + size > mMaxSize) { in addLinearGradient() 162 getSize(), size, mMaxSize, info.width); in addLinearGradient()
|
D | PatchCache.h | 68 return mMaxSize; in getMaxSize() 172 const uint32_t mMaxSize; variable
|
D | FboCache.h | 73 uint32_t mMaxSize; variable
|
D | PathCache.cpp | 185 , mMaxSize(Properties::pathCacheSize) { in PathCache() 208 return mMaxSize; in getMaxSize() 257 if (size < mMaxSize) { in purgeCache() 258 while (mSize + size > mMaxSize) { in purgeCache() 265 while (mSize > mMaxSize) { in trim()
|
D | RenderBufferCache.h | 115 uint32_t mMaxSize; variable
|
D | TextureCache.h | 149 const uint32_t mMaxSize; variable
|
D | LayerCache.h | 136 uint32_t mMaxSize; variable
|
D | TessellationCache.cpp | 294 : mMaxSize(Properties::tessellationCacheSize) in TessellationCache() 320 return mMaxSize; in getMaxSize() 330 while (size > mMaxSize) { in trim()
|
D | TextDropShadowCache.h | 158 const uint32_t mMaxSize; variable
|
D | GradientCache.h | 176 const uint32_t mMaxSize; variable
|
D | TessellationCache.h | 194 const uint32_t mMaxSize; variable
|
D | PathCache.h | 302 const uint32_t mMaxSize; variable
|
/frameworks/base/libs/hwui/renderstate/ |
D | OffscreenBufferPool.h | 108 uint32_t getMaxSize() { return mMaxSize; } in getMaxSize() 157 uint32_t mMaxSize; variable
|
D | OffscreenBufferPool.cpp | 118 : mMaxSize(Properties::layerPoolSize) { in OffscreenBufferPool() 188 if (size < mMaxSize) { in putOrDelete() 190 while (mSize + size > mMaxSize) { in putOrDelete()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | StateMachine.java | 579 private int mMaxSize = DEFAULT_SIZE; field in StateMachine.LogRecords 599 mMaxSize = maxSize; in setSize() 641 if (nextIndex >= mMaxSize) { in get() 642 nextIndex -= mMaxSize; in get() 666 if (mLogRecVector.size() < mMaxSize) { in add() 671 if (mOldestIndex >= mMaxSize) { in add()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3OutputStream.cpp | 404 if (mMaxSize == 0) { in configureQueueLocked() 411 mMaxSize, 1); in configureQueueLocked() 417 mMaxSize, mId); in configureQueueLocked()
|
D | Camera3Stream.h | 383 const size_t mMaxSize; variable
|
D | Camera3IOStreamBase.cpp | 80 lines.appendFormat(" Max size: %zu\n", mMaxSize); in dump()
|
D | Camera3InputStream.cpp | 218 assert(mMaxSize == 0); in configureQueueLocked()
|