Searched refs:bytesAllocated (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsMemoryStats.h42 size_t bytesAllocated; member in struct:WebKit::WebGraphicsManagedMemoryStats
51 , bytesAllocated(0)
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DCanvas2DLayerManager.cpp108 m_bytesAllocated += layer->bytesAllocated();
154 m_bytesAllocated -= layer->bytesAllocated();
H A DCanvas2DLayerBridge.h73 size_t bytesAllocated() const {return m_bytesAllocated;} function in class:WebCore::Canvas2DLayerBridge
H A DCanvas2DLayerBridge.cpp135 void Canvas2DLayerBridge::storageAllocatedForRecordingChanged(size_t bytesAllocated) argument
137 intptr_t delta = (intptr_t)bytesAllocated - (intptr_t)m_bytesAllocated;
138 m_bytesAllocated = bytesAllocated;
H A DCanvas2DLayerManagerTest.cpp149 EXPECT_EQ((size_t)5, layer.bytesAllocated());
166 EXPECT_EQ((size_t)11, layer.bytesAllocated()); // flush drops the layer from manager's tracking list
/external/chromium_org/cc/output/
H A Ddelegating_renderer.cc213 stats.bytesAllocated = bytes_allocated;
H A Dgl_renderer.cc288 stats.bytesAllocated = bytes_allocated;
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapHeap.h191 size_t bytesAllocated() const { function in class:SkBitmapHeap
/external/skia/src/core/
H A DSkBitmapHeap.h191 size_t bytesAllocated() const { function in class:SkBitmapHeap
/external/skia/tests/
H A DDeferredCanvasTest.cpp614 size_t bytesAllocated = 0; local
631 REPORTER_ASSERT(reporter, newBytesAllocated > bytesAllocated);
632 bytesAllocated = newBytesAllocated;
634 REPORTER_ASSERT(reporter, newBytesAllocated == bytesAllocated);
/external/chromium_org/third_party/skia/src/pipe/
H A DSkGPipeWrite.cpp203 return (NULL == fBitmapHeap) ? 0 : fBitmapHeap->bytesAllocated();
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp203 return (NULL == fBitmapHeap) ? 0 : fBitmapHeap->bytesAllocated();
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc665 stats->bytesAllocated,

Completed in 209 milliseconds