#include <android/hardware_buffer.h>
#include <memory>
#include "flutter/testing/testing.h"
#include "gtest/gtest.h"
#include "impeller/renderer/backend/vulkan/android/ahb_texture_source_vk.h"
#include "impeller/renderer/backend/vulkan/context_vk.h"
#include "impeller/renderer/backend/vulkan/surface_context_vk.h"
#include "impeller/toolkit/android/surface_transaction.h"
Go to the source code of this file.
Namespaces | |
impeller | |
impeller::android | |
impeller::android::testing | |
Functions | |
std::shared_ptr< Context > | impeller::android::testing::CreateContext () |
impeller::android::testing::TEST (AndroidVulkanTest, CanImportRGBA) | |
impeller::android::testing::TEST (AndroidVulkanTest, CanImportWithYUB) | |