Searched refs:getSize (Results 1 - 25 of 397) sorted by relevance

1234567891011>>

/frameworks/base/libs/hwui/tests/unit/
H A DGradientCacheTests.cpp36 ASSERT_EQ((uint32_t) texture->objectSize(), cache.getSize());
37 ASSERT_TRUE(cache.getSize());
39 ASSERT_EQ(cache.getSize(), 0u);
H A DTextDropShadowCacheTests.cpp51 ASSERT_EQ((uint32_t) texture->objectSize(), cache.getSize());
52 ASSERT_TRUE(cache.getSize());
54 ASSERT_EQ(cache.getSize(), 0u);
H A DTextureCacheTests.cpp28 ASSERT_EQ(cache.getSize(), 0u);
/frameworks/base/core/java/android/webkit/
H A DWebBackForwardList.java52 public abstract int getSize(); method in class:WebBackForwardList
/frameworks/base/media/java/android/media/
H A DMediaDataSource.java60 public abstract long getSize() throws IOException; method in class:MediaDataSource
H A DIMediaHTTPConnection.aidl30 long getSize();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DNativeFrame.java38 int capacity = format.getSize();
111 if (ints.length * nativeIntSize() > getFormat().getSize()) {
114 (getFormat().getSize() / nativeIntSize()) + " integers).");
122 return getNativeInts(getFormat().getSize());
128 if (floats.length * nativeFloatSize() > getFormat().getSize()) {
131 (getFormat().getSize() / nativeFloatSize()) + " floats).");
139 return getNativeFloats(getFormat().getSize());
152 } else if (getFormat().getSize() != length) {
154 "Frame size is " + getFormat().getSize() + " bytes, but " +
163 byte[] data = getNativeData(getFormat().getSize());
[all...]
H A DVertexFrame.java36 if (getFormat().getSize() <= 0) {
39 if (!nativeAllocate(getFormat().getSize())) {
91 if (getFormat().getSize() != bytes.length) {
/frameworks/base/libs/hwui/
H A DGammaFontRenderer.h58 uint32_t getSize() const { function in class:android::uirenderer::GammaFontRenderer
59 return mRenderer ? mRenderer->getSize() : 0;
H A DCaches.cpp167 textureCache.getSize(), textureCache.getMaxSize());
186 renderBufferCache.getSize(), renderBufferCache.getMaxSize());
188 gradientCache.getSize(), gradientCache.getMaxSize());
190 pathCache.getSize(), pathCache.getMaxSize());
192 tessellationCache.getSize(), tessellationCache.getMaxSize());
193 log.appendFormat(" TextDropShadowCache %8d / %8d\n", dropShadowCache.getSize(),
196 patchCache.getSize(), patchCache.getMaxSize());
202 fboCache.getSize(), fboCache.getMaxSize());
204 total += textureCache.getSize();
205 total += renderBufferCache.getSize();
[all...]
H A DFboCache.h64 uint32_t getSize();
H A DRenderBufferCache.cpp55 uint32_t RenderBufferCache::getSize() { function in class:android::uirenderer::RenderBufferCache
85 mSize -= buffer->getSize();
108 mSize -= buffer->getSize();
128 const uint32_t size = buffer->getSize();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DIconEvent.java24 public int getSize() { method in class:IconEvent
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerWrapContentWithAspectRatioTest.java151 int parentDim = getSize((View) recyclerView.getParent(), testOrientation);
154 assertThat("first child test size", getSize(itemView1, testOrientation),
156 assertThat("first child dependant size", getSize(itemView1, mConfig.mOrientation),
160 assertThat("second child test size", getSize(itemView2, testOrientation),
162 assertThat("second child dependant size", getSize(itemView2, mConfig.mOrientation),
166 assertThat("third child test size", getSize(itemView3, testOrientation),
168 assertThat("third child dependant size", getSize(itemView3, mConfig.mOrientation),
202 final int totalScrollSize = getSize(itemView1, mConfig.mOrientation)
203 + getSize(itemView2, mConfig.mOrientation)
204 + getSize(itemView
[all...]
/frameworks/av/include/media/
H A DIMediaHTTPConnection.h39 virtual off64_t getSize() = 0;
/frameworks/av/include/media/stagefright/
H A DDataURISource.h33 virtual status_t getSize(off64_t *size);
/frameworks/av/media/img_utils/include/img_utils/
H A DByteArrayOutput.h67 virtual size_t getSize() const;
H A DTiffWritable.h53 virtual size_t getSize() const = 0;
/frameworks/av/media/img_utils/src/
H A DByteArrayOutput.cpp45 size_t ByteArrayOutput::getSize() const { function in class:android::img_utils::ByteArrayOutput
/frameworks/av/media/libmedia/include/media/
H A DIMediaHTTPConnection.h39 virtual off64_t getSize() = 0;
/frameworks/av/media/libstagefright/foundation/include/
H A DDataURISource.h33 virtual status_t getSize(off64_t *size);
/frameworks/av/media/libstagefright/include/
H A DDataURISource.h33 virtual status_t getSize(off64_t *size);
/frameworks/base/core/java/android/app/backup/
H A DFullBackupDataOutput.java55 public long getSize() { return mSize; } method in class:FullBackupDataOutput
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp18 size_t ELFAttributeValue::getSize() const { function in class:mcld::ELFAttributeValue
/frameworks/native/include/binder/
H A DMemoryBase.h38 size_t getSize() const { return mSize; } function in class:android::MemoryBase

Completed in 5026 milliseconds

1234567891011>>