HomeSort by relevance Sort by last modified time
    Searched refs:storageAllocatedForRecordingChanged (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Canvas2DLayerManagerTest.cpp 80 // storageAllocatedForRecordingChanged directly from the test code.
95 storageAllocatedForRecordingChanged(m_bytesAllocated - bytesFreed);
143 layer1->storageAllocatedForRecordingChanged(1);
146 layer1->storageAllocatedForRecordingChanged(2);
149 layer1->storageAllocatedForRecordingChanged(1);
157 layer2->storageAllocatedForRecordingChanged(2);
174 layer->storageAllocatedForRecordingChanged(8); // under the max
176 layer->storageAllocatedForRecordingChanged(12); // over the max
192 layer->storageAllocatedForRecordingChanged(10);
212 layer->storageAllocatedForRecordingChanged(5)
    [all...]
Canvas2DLayerBridge.h 64 virtual void storageAllocatedForRecordingChanged(size_t) OVERRIDE;
Canvas2DLayerBridge.cpp 229 void Canvas2DLayerBridge::storageAllocatedForRecordingChanged(size_t bytesAllocated)
245 storageAllocatedForRecordingChanged(storageAllocatedForRecording());
  /external/skia/bench/
DeferredCanvasBench.cpp 58 virtual void storageAllocatedForRecordingChanged(size_t) SK_OVERRIDE {fDummy = false;}
  /external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h 225 virtual void storageAllocatedForRecordingChanged(
  /external/skia/include/utils/
SkDeferredCanvas.h 214 virtual void storageAllocatedForRecordingChanged(
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 405 fNotificationClient->storageAllocatedForRecordingChanged(storageAllocated);
    [all...]
  /external/chromium_org/third_party/skia/tests/
DeferredCanvasTest.cpp 440 virtual void storageAllocatedForRecordingChanged(size_t) SK_OVERRIDE {
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 413 fNotificationClient->storageAllocatedForRecordingChanged(storageAllocated);
    [all...]
  /external/skia/tests/
DeferredCanvasTest.cpp 457 virtual void storageAllocatedForRecordingChanged(size_t) SK_OVERRIDE {
    [all...]

Completed in 311 milliseconds