Flutter Engine
The Flutter Engine
|
#include <GrImageContext.h>
Public Member Functions | |
~GrImageContext () override | |
GrImageContextPriv | priv () |
const GrImageContextPriv | priv () const |
Public Member Functions inherited from GrContext_Base | |
~GrContext_Base () override | |
virtual GrDirectContext * | asDirectContext () |
SK_API GrBackendApi | backend () const |
SK_API GrBackendFormat | defaultBackendFormat (SkColorType, GrRenderable) const |
SK_API GrBackendFormat | compressedBackendFormat (SkTextureCompressionType) const |
SK_API int | maxSurfaceSampleCountForColorType (SkColorType colorType) const |
sk_sp< GrContextThreadSafeProxy > | threadSafeProxy () |
GrBaseContextPriv | priv () |
const GrBaseContextPriv | priv () const |
Public Member Functions inherited from SkRefCntBase | |
SkRefCntBase () | |
virtual | ~SkRefCntBase () |
bool | unique () const |
void | ref () const |
void | unref () const |
Protected Member Functions | |
GrImageContext (sk_sp< GrContextThreadSafeProxy >) | |
virtual SK_API void | abandonContext () |
virtual SK_API bool | abandoned () |
skgpu::SingleOwner * | singleOwner () const |
GrImageContext * | asImageContext () override |
Protected Member Functions inherited from GrContext_Base | |
GrContext_Base (sk_sp< GrContextThreadSafeProxy >) | |
virtual bool | init () |
uint32_t | contextID () const |
bool | matches (GrContext_Base *candidate) const |
const GrContextOptions & | options () const |
const GrCaps * | caps () const |
sk_sp< const GrCaps > | refCaps () const |
virtual GrImageContext * | asImageContext () |
virtual GrRecordingContext * | asRecordingContext () |
Friends | |
class | GrImageContextPriv |
Additional Inherited Members | |
Protected Attributes inherited from GrContext_Base | |
sk_sp< GrContextThreadSafeProxy > | fThreadSafeProxy |
Definition at line 22 of file GrImageContext.h.
|
override |
Definition at line 19 of file GrImageContext.cpp.
|
protected |
Definition at line 15 of file GrImageContext.cpp.
|
protectedvirtual |
Reimplemented in GrDirectContext, GrRecordingContext, and GrDDLContext.
Definition at line 21 of file GrImageContext.cpp.
|
protectedvirtual |
Reimplemented in GrDirectContext, and GrRecordingContext.
Definition at line 25 of file GrImageContext.cpp.
|
inlineoverrideprotectedvirtual |
Reimplemented from GrContext_Base.
Definition at line 41 of file GrImageContext.h.
|
inline |
Definition at line 49 of file GrImageContextPriv.h.
|
inline |
Definition at line 51 of file GrImageContextPriv.h.
|
inlineprotected |
This is only useful for debug purposes
Definition at line 39 of file GrImageContext.h.
|
friend |
Definition at line 31 of file GrImageContext.h.