chromium/third_party/skia/src/gpu/ResourceKey.cpp

/*
 * Copyright 2021 Google LLC
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "src/gpu/ResourceKey.h"

#include "src/core/SkChecksum.h"

#include <atomic>

namespace skgpu {

ScratchKey::ResourceType ScratchKey::GenerateResourceType() {}

UniqueKey::Domain UniqueKey::GenerateDomain() {}

uint32_t ResourceKeyHash(const uint32_t* data, size_t size) {}

} // namespace skgpu