Flutter Engine
The Flutter Engine
|
#include "src/gpu/ganesh/GrAttachment.h"
#include "include/core/SkTextureCompressionType.h"
#include "src/gpu/DataUtils.h"
#include "src/gpu/ganesh/GrBackendUtils.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrDataUtils.h"
#include "src/gpu/ganesh/GrGpu.h"
Go to the source code of this file.
Functions | |
static void | build_key (skgpu::ResourceKey::Builder *builder, const GrCaps &caps, const GrBackendFormat &format, SkISize dimensions, GrAttachment::UsageFlags requiredUsage, int sampleCnt, skgpu::Mipmapped mipmapped, GrProtected isProtected, GrMemoryless memoryless) |
|
static |
Definition at line 38 of file GrAttachment.cpp.