/* * Copyright 2021 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef GrMockTypesPriv_DEFINED #define GrMockTypesPriv_DEFINED #include "include/core/SkTextureCompressionType.h" #include "include/gpu/ganesh/GrTypes.h" #include "include/gpu/ganesh/mock/GrMockTypes.h" #include "include/private/gpu/ganesh/GrTypesPriv.h" #include <cstdint> struct GrMockTextureSpec { … }; GrMockSurfaceInfo GrMockTextureSpecToSurfaceInfo(const GrMockTextureSpec& mockSpec, uint32_t sampleCount, uint32_t levelCount, GrProtected isProtected); #endif