![]() |
Flutter Engine
The Flutter Engine
|
#include "src/gpu/ganesh/vk/GrVkTypesPriv.h"
#include "include/gpu/MutableTextureState.h"
#include "include/gpu/vk/VulkanMutableTextureState.h"
#include "src/gpu/ganesh/vk/GrVkImageLayout.h"
Go to the source code of this file.
Functions | |
GrVkImageInfo | GrVkImageInfoWithMutableState (const GrVkImageInfo &info, const skgpu::MutableTextureState *mutableState) |
GrVkSurfaceInfo | GrVkImageSpecToSurfaceInfo (const GrVkImageSpec &vkSpec, uint32_t sampleCount, uint32_t levelCount, skgpu::Protected isProtected) |
GrVkImageInfo GrVkImageInfoWithMutableState | ( | const GrVkImageInfo & | info, |
const skgpu::MutableTextureState * | mutableState | ||
) |
Definition at line 14 of file GrVkTypesPriv.cpp.
GrVkSurfaceInfo GrVkImageSpecToSurfaceInfo | ( | const GrVkImageSpec & | vkSpec, |
uint32_t | sampleCount, | ||
uint32_t | levelCount, | ||
skgpu::Protected | isProtected | ||
) |
Definition at line 23 of file GrVkTypesPriv.cpp.