HomeSort by relevance Sort by last modified time
    Searched defs:storageAllocatedForRecording (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pipe/
SkGPipeWrite.cpp 230 size_t storageAllocatedForRecording() {
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 91 size_t storageAllocatedForRecording() const { return fAllocator.totalCapacity(); }
172 size_t storageAllocatedForRecording() const;
386 fPreviousStorageAllocated = storageAllocatedForRecording();
396 fPreviousStorageAllocated = storageAllocatedForRecording();
400 size_t SkDeferredDevice::storageAllocatedForRecording() const {
401 return (fPipeController.storageAllocatedForRecording()
402 + fPipeWriter.storageAllocatedForRecording());
406 size_t storageAllocated = this->storageAllocatedForRecording();
418 storageAllocated = this->storageAllocatedForRecording();
562 size_t SkDeferredCanvas::storageAllocatedForRecording() const
    [all...]

Completed in 204 milliseconds