Flutter Engine
The Flutter Engine
|
#include <GrPromiseImageTexture.h>
Public Member Functions | |
GrPromiseImageTexture ()=delete | |
GrPromiseImageTexture (const GrPromiseImageTexture &)=delete | |
GrPromiseImageTexture (GrPromiseImageTexture &&)=delete | |
~GrPromiseImageTexture () | |
GrPromiseImageTexture & | operator= (const GrPromiseImageTexture &)=delete |
GrPromiseImageTexture & | operator= (GrPromiseImageTexture &&)=delete |
GrBackendTexture | backendTexture () const |
Public Member Functions inherited from SkNVRefCnt< GrPromiseImageTexture > | |
SkNVRefCnt () | |
~SkNVRefCnt () | |
bool | unique () const |
void | ref () const |
void | unref () const |
void | deref () const |
bool | refCntGreaterThan (int32_t threadIsolatedTestCnt) const |
Static Public Member Functions | |
static sk_sp< GrPromiseImageTexture > | Make (const GrBackendTexture &backendTexture) |
This type is used to fulfill textures for PromiseImages. Once an instance is returned from a PromiseImageTextureFulfillProc the GrBackendTexture it wraps must remain valid until the corresponding PromiseImageTextureReleaseProc is called.
Definition at line 19 of file GrPromiseImageTexture.h.
|
delete |
|
delete |
|
delete |
GrPromiseImageTexture::~GrPromiseImageTexture | ( | ) |
Definition at line 15 of file GrPromiseImageTexture.cpp.
|
inline |
Definition at line 35 of file GrPromiseImageTexture.h.
|
inlinestatic |
Definition at line 28 of file GrPromiseImageTexture.h.
|
delete |
|
delete |