Searched refs:getSizeInBytes (Results 1 – 8 of 8) sorted by relevance
41 EXPECT_EQ(64u * 192u * 4u, layer.getSizeInBytes()); in RENDERTHREAD_OPENGL_PIPELINE_TEST()75 ASSERT_LT(layer->getSizeInBytes(), pool.getMaxSize()); in RENDERTHREAD_OPENGL_PIPELINE_TEST()78 ASSERT_EQ(layer->getSizeInBytes(), pool.getSize()); in RENDERTHREAD_OPENGL_PIPELINE_TEST()121 EXPECT_EQ(layer->getSizeInBytes(), pool.getSize()); in RENDERTHREAD_OPENGL_PIPELINE_TEST()131 EXPECT_GT(hugeLayer->getSizeInBytes(), pool.getMaxSize()); in RENDERTHREAD_OPENGL_PIPELINE_TEST()
287 mSizeInBytes -= page.getSizeInBytes(); in removeRenderedPage()299 final int contentSizeInBytes = renderedPage.getSizeInBytes(); in putRenderedPage()327 mSizeInBytes -= renderedPage.getSizeInBytes(); in removeLeastNeeded()335 mSizeInBytes -= renderedPage.getSizeInBytes(); in removeLeastNeeded()339 public int getSizeInBytes() { in getSizeInBytes() method in PageContentRepository.PageContentLruCache427 public int getSizeInBytes() { in getSizeInBytes() method in PageContentRepository.RenderedPage842 if (mPageContentCache.getSizeInBytes() <= 0 in onPreExecute()843 || mPageContentCache.getSizeInBytes() + bitmapSizeInBytes in onPreExecute()863 + mPageContentCache.getSizeInBytes() + " bytes"); in onPreExecute()872 + mPageContentCache.getSizeInBytes() + " bytes"); in onPreExecute()
155 mSize -= layer->getSizeInBytes(); in get()187 const uint32_t size = layer->getSizeInBytes(); in putOrDelete()193 mSize -= victim->getSizeInBytes(); in putOrDelete()
63 uint32_t getSizeInBytes() { return texture.objectSize(); } in getSizeInBytes() function
60 int32_t getSizeInBytes();
129 int32_t SharedMemoryParcelable::getSizeInBytes() { in getSizeInBytes() function in SharedMemoryParcelable
68 EXPECT_EQ(sharedMemoryA.getSizeInBytes(), sharedMemoryB.getSizeInBytes()); in TEST()
879 slangAssert(SL->getSizeInBytes() >= fieldPrePaddingOffset); in PadHelperFunctionStruct()880 if (const size_t tailPadding = SL->getSizeInBytes() - fieldPrePaddingOffset) { in PadHelperFunctionStruct()