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

  /external/skia/bench/
AndroidCodecBench.h 37 SkAutoMalloc fPixelStorage; // Set in onDelayedSetup.
CodecBench.h 38 SkAutoMalloc fPixelStorage;
AndroidCodecBench.cpp 41 fPixelStorage.reset(fInfo.computeMinByteSize());
53 codec->getAndroidPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), &options);
CodecBench.cpp 46 fPixelStorage.reset(fInfo.computeMinByteSize());
60 codec->getPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(),
  /external/skqp/bench/
AndroidCodecBench.h 37 SkAutoMalloc fPixelStorage; // Set in onDelayedSetup.
CodecBench.h 38 SkAutoMalloc fPixelStorage;
AndroidCodecBench.cpp 41 fPixelStorage.reset(fInfo.computeMinByteSize());
53 codec->getAndroidPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(), &options);
CodecBench.cpp 46 fPixelStorage.reset(fInfo.computeMinByteSize());
60 codec->getPixels(fInfo, fPixelStorage.get(), fInfo.minRowBytes(),

Completed in 2639 milliseconds