Flutter Engine
The Flutter Engine
|
#include <VulkanSampler.h>
Public Member Functions | |
~VulkanSampler () override | |
VkSampler | vkSampler () const |
const VulkanYcbcrConversion * | ycbcrConversion () const |
Public Member Functions inherited from skgpu::graphite::Sampler | |
~Sampler () override | |
const char * | getResourceType () const override |
Public Member Functions inherited from skgpu::graphite::Resource | |
Resource (const Resource &)=delete | |
Resource (Resource &&)=delete | |
Resource & | operator= (const Resource &)=delete |
Resource & | operator= (Resource &&)=delete |
void | ref () const |
void | unref () const |
void | refCommandBuffer () const |
void | unrefCommandBuffer () const |
Ownership | ownership () const |
skgpu::Budgeted | budgeted () const |
size_t | gpuMemorySize () const |
UniqueID | uniqueID () const |
virtual const char * | getResourceType () const =0 |
std::string | getLabel () const |
void | setLabel (std::string_view label) |
bool | wasDestroyed () const |
const GraphiteResourceKey & | key () const |
void | setKey (const GraphiteResourceKey &key) |
void | dumpMemoryStatistics (SkTraceMemoryDump *traceMemoryDump) const |
virtual void | prepareForReturnToCache (const std::function< void()> &takeRef) |
Static Public Member Functions | |
static sk_sp< VulkanSampler > | Make (const VulkanSharedContext *, const SkSamplingOptions &, SkTileMode xTileMode, SkTileMode yTileMode, sk_sp< VulkanYcbcrConversion > ycbcrConversion=nullptr) |
Additional Inherited Members | |
Protected Member Functions inherited from skgpu::graphite::Sampler | |
Sampler (const SharedContext *) | |
Protected Member Functions inherited from skgpu::graphite::Resource | |
Resource (const SharedContext *, Ownership, skgpu::Budgeted, size_t gpuMemorySize, bool commandBufferRefsAsUsageRefs=false) | |
virtual | ~Resource () |
const SharedContext * | sharedContext () const |
virtual void | onDumpMemoryStatistics (SkTraceMemoryDump *traceMemoryDump, const char *dumpName) const |
void | setDeleteASAP () |
Definition at line 22 of file VulkanSampler.h.
|
inlineoverride |
Definition at line 30 of file VulkanSampler.h.
|
static |
Definition at line 37 of file VulkanSampler.cpp.
|
inline |
Definition at line 32 of file VulkanSampler.h.
|
inline |
Definition at line 34 of file VulkanSampler.h.