Home
last modified time | relevance | path

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

/external/skia/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
/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