Home
last modified time | relevance | path

Searched refs:bytesAllocated (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/delibs/depool/
DdeMemPool.c53 int bytesAllocated; member
190 initialPage->bytesAllocated += (int)sizeof(deMemPool); in createPoolInternal()
396 numAllocatedBytes += memPage->bytesAllocated; in deMemPool_getNumAllocatedBytes()
462 void* curPagePtr = (void*)((deUint8*)(curPage + 1) + curPage->bytesAllocated); in deMemPool_allocInternal()
466 if (numBytes + alignPadding > curPage->capacity - curPage->bytesAllocated) in deMemPool_allocInternal()
479 DE_ASSERT(curPage->bytesAllocated == 0); in deMemPool_allocInternal()
488 curPage->bytesAllocated += numBytes+alignPadding; in deMemPool_allocInternal()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCanvas2DLayerManagerTest.cpp102 m_freeableBytes = bytesAllocated(); in flush()
183 EXPECT_EQ((size_t)5, layer->bytesAllocated()); in evictionTest()
197 EXPECT_EQ((size_t)10, layer->bytesAllocated()); in hiddenCanvasTest()
201 EXPECT_EQ((size_t)0, layer->bytesAllocated()); in hiddenCanvasTest()
233 EXPECT_EQ((size_t)5, layer->bytesAllocated()); in flushEvictionTest()
DCanvas2DLayerBridge.cpp175 freeMemoryIfPossible(bytesAllocated()); in freeTransientResources()
181 return !m_destructionInProgress && (hasReleasedMailbox() || bytesAllocated()); in hasTransientResources()
223 void Canvas2DLayerBridge::storageAllocatedForRecordingChanged(size_t bytesAllocated) in storageAllocatedForRecordingChanged() argument
226 intptr_t delta = (intptr_t)bytesAllocated - (intptr_t)m_bytesAllocated; in storageAllocatedForRecordingChanged()
227 m_bytesAllocated = bytesAllocated; in storageAllocatedForRecordingChanged()
DCanvas2DLayerBridge.h86 size_t bytesAllocated() const { return m_bytesAllocated; } in bytesAllocated() function
/external/skia/src/core/
DSkBitmapHeap.h191 size_t bytesAllocated() const { in bytesAllocated() function
/external/chromium_org/third_party/skia/src/core/
DSkBitmapHeap.h191 size_t bytesAllocated() const { in bytesAllocated() function
/external/chromium_org/third_party/skia/tests/
DDeferredCanvasTest.cpp616 size_t bytesAllocated = 0; in TestDeferredCanvasBitmapShaderNoLeak() local
632 REPORTER_ASSERT(reporter, newBytesAllocated > bytesAllocated); in TestDeferredCanvasBitmapShaderNoLeak()
633 bytesAllocated = newBytesAllocated; in TestDeferredCanvasBitmapShaderNoLeak()
635 REPORTER_ASSERT(reporter, newBytesAllocated == bytesAllocated); in TestDeferredCanvasBitmapShaderNoLeak()
/external/skia/tests/
DDeferredCanvasTest.cpp616 size_t bytesAllocated = 0; in TestDeferredCanvasBitmapShaderNoLeak() local
632 REPORTER_ASSERT(reporter, newBytesAllocated > bytesAllocated); in TestDeferredCanvasBitmapShaderNoLeak()
633 bytesAllocated = newBytesAllocated; in TestDeferredCanvasBitmapShaderNoLeak()
635 REPORTER_ASSERT(reporter, newBytesAllocated == bytesAllocated); in TestDeferredCanvasBitmapShaderNoLeak()
/external/chromium_org/third_party/skia/src/pipe/
DSkGPipeWrite.cpp228 return (NULL == fBitmapHeap) ? 0 : fBitmapHeap->bytesAllocated(); in storageAllocatedForRecording()
/external/skia/src/pipe/
DSkGPipeWrite.cpp228 return (NULL == fBitmapHeap) ? 0 : fBitmapHeap->bytesAllocated(); in storageAllocatedForRecording()