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

  /external/chromium_org/third_party/skia/bench/
ETCBitmapBench.cpp 123 : fDecompress(decompress), fBackend(backend) { }
132 if (this->fDecompress) {
139 if (this->fDecompress) {
162 if (this->fDecompress) {
175 bool decompress() const { return fDecompress; }
178 const bool fDecompress;
  /external/skia/bench/
ETCBitmapBench.cpp 126 : fDecompress(decompress), fBackend(backend) { }
135 if (this->fDecompress) {
142 if (this->fDecompress) {
165 if (this->fDecompress) {
178 bool decompress() const { return fDecompress; }
181 const bool fDecompress;

Completed in 83 milliseconds