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

  /external/skia/src/gpu/
GrColorSpaceXform.cpp 130 uint32_t dstHash = dst->toXYZD50Hash();
131 if (srcHash != dstHash) {
160 uint64_t key = static_cast<uint64_t>(srcHash) << 32 | static_cast<uint64_t>(dstHash);
  /external/skqp/src/gpu/
GrColorSpaceXform.cpp 130 uint32_t dstHash = dst->toXYZD50Hash();
131 if (srcHash != dstHash) {
160 uint64_t key = static_cast<uint64_t>(srcHash) << 32 | static_cast<uint64_t>(dstHash);

Completed in 127 milliseconds