Searched refs:fPixelStorage (Results 1 – 8 of 8) sorted by relevance
/external/skia/bench/ |
D | CodecBench.cpp | 46 fPixelStorage.reset(fInfo.computeMinByteSize()); in onDelayedSetup() 60 codec->getPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), in onDraw()
|
D | AndroidCodecBench.cpp | 41 fPixelStorage.reset(fInfo.computeMinByteSize()); in onDelayedSetup() 53 codec->getAndroidPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), &options); in onDraw()
|
D | AndroidCodecBench.h | 37 SkAutoMalloc fPixelStorage; // Set in onDelayedSetup. variable
|
D | CodecBench.h | 38 SkAutoMalloc fPixelStorage; variable
|
/external/skqp/bench/ |
D | CodecBench.cpp | 46 fPixelStorage.reset(fInfo.computeMinByteSize()); in onDelayedSetup() 60 codec->getPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), in onDraw()
|
D | AndroidCodecBench.cpp | 41 fPixelStorage.reset(fInfo.computeMinByteSize()); in onDelayedSetup() 53 codec->getAndroidPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), &options); in onDraw()
|
D | AndroidCodecBench.h | 37 SkAutoMalloc fPixelStorage; // Set in onDelayedSetup. variable
|
D | CodecBench.h | 38 SkAutoMalloc fPixelStorage; variable
|