#include "gpu/command_buffer/service/shared_image/shared_image_representation.h"
#include "gpu/command_buffer/common/mailbox.h"
#include "gpu/command_buffer/common/shared_image_usage.h"
#include "gpu/command_buffer/service/shared_context_state.h"
#include "gpu/command_buffer/service/shared_image/shared_image_backing.h"
#include "gpu/command_buffer/service/shared_image/test_image_backing.h"
#include "gpu/command_buffer/service/texture_manager.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/dawn/include/dawn/dawn_proc.h"
#include "third_party/skia/include/gpu/GrBackendSurface.h"
namespace gpu {
class SharedImageRepresentationTest : public ::testing::Test { … };
TEST_F(SharedImageRepresentationTest, GLTextureClearing) { … }
TEST_F(SharedImageRepresentationTest, GLTexturePassthroughClearing) { … }
TEST_F(SharedImageRepresentationTest, SkiaClearing) { … }
TEST_F(SharedImageRepresentationTest, DawnClearing) { … }
TEST_F(SharedImageRepresentationTest, OverlayClearing) { … }
}