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

  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor.cpp 122 bool CompressBufferToFormat(uint8_t* dst, const uint8_t* src, SkColorType srcColorType,
187 if (!CompressBufferToFormat((uint8_t*)dst->writable_data(), src, bitmap.colorType(),
  /external/skia/src/utils/
SkTextureCompressor.cpp 304 bool CompressBufferToFormat(uint8_t* dst, const uint8_t* src, SkColorType srcColorType,
326 if (CompressBufferToFormat(dst, src, bitmap.colorType(), bitmap.width(), bitmap.height(),

Completed in 456 milliseconds