Home
last modified time | relevance | path

Searched refs:fPixelStorage (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/
DGrPixmap.h24 bool ownsPixels() const { return SkToBool(fPixelStorage); } in ownsPixels()
25 sk_sp<SkData> pixelStorage() const { return fPixelStorage; } in pixelStorage()
72 fPixelStorage = std::move(storage); in GrPixmapBase()
79 sk_sp<SkData> fPixelStorage; variable
/external/skia/bench/
DAndroidCodecBench.cpp40 fPixelStorage.reset(fInfo.computeMinByteSize()); in onDelayedSetup()
52 codec->getAndroidPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), &options); in onDraw()
DCodecBench.cpp47 fPixelStorage.reset(fInfo.computeMinByteSize()); in onDelayedSetup()
61 codec->getPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), in onDraw()
DAndroidCodecBench.h37 SkAutoMalloc fPixelStorage; // Set in onDelayedSetup. variable
DCodecBench.h38 SkAutoMalloc fPixelStorage; variable
/external/skqp/bench/
DCodecBench.cpp46 fPixelStorage.reset(fInfo.computeMinByteSize()); in onDelayedSetup()
60 codec->getPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), in onDraw()
DAndroidCodecBench.cpp41 fPixelStorage.reset(fInfo.computeMinByteSize()); in onDelayedSetup()
53 codec->getAndroidPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), &options); in onDraw()
DAndroidCodecBench.h37 SkAutoMalloc fPixelStorage; // Set in onDelayedSetup. variable
DCodecBench.h38 SkAutoMalloc fPixelStorage; variable