Flutter Engine
The Flutter Engine
|
#include <GrContextThreadSafeProxyPriv.h>
Public Member Functions | |
void | init (sk_sp< const GrCaps >, sk_sp< GrThreadSafePipelineBuilder >) const |
bool | matches (GrContext_Base *candidate) const |
GrBackend | backend () const |
const GrContextOptions & | options () const |
uint32_t | contextID () const |
const GrCaps * | caps () const |
sk_sp< const GrCaps > | refCaps () const |
sktext::gpu::TextBlobRedrawCoordinator * | getTextBlobRedrawCoordinator () |
const sktext::gpu::TextBlobRedrawCoordinator * | getTextBlobRedrawCoordinator () const |
GrThreadSafeCache * | threadSafeCache () |
const GrThreadSafeCache * | threadSafeCache () const |
void | abandonContext () |
bool | abandoned () const |
Static Public Member Functions | |
static sk_sp< GrContextThreadSafeProxy > | Make (GrBackendApi, const GrContextOptions &) |
Friends | |
class | GrContextThreadSafeProxy |
Class that adds methods to GrContextThreadSafeProxy that are only intended for use internal to Skia. This class is purely a privileged window into GrContextThreadSafeProxy. It should never have additional data members or virtual methods.
Definition at line 22 of file GrContextThreadSafeProxyPriv.h.
|
inline |
Definition at line 47 of file GrContextThreadSafeProxyPriv.h.
|
inline |
Definition at line 48 of file GrContextThreadSafeProxyPriv.h.
|
inline |
Definition at line 30 of file GrContextThreadSafeProxyPriv.h.
|
inline |
Definition at line 34 of file GrContextThreadSafeProxyPriv.h.
|
inline |
Definition at line 32 of file GrContextThreadSafeProxyPriv.h.
|
inline |
Definition at line 37 of file GrContextThreadSafeProxyPriv.h.
|
inline |
Definition at line 40 of file GrContextThreadSafeProxyPriv.h.
void GrContextThreadSafeProxyPriv::init | ( | sk_sp< const GrCaps > | caps, |
sk_sp< GrThreadSafePipelineBuilder > | builder | ||
) | const |
Definition at line 197 of file GrContextThreadSafeProxy.cpp.
|
static |
Definition at line 191 of file GrContextThreadSafeProxy.cpp.
|
inline |
Definition at line 26 of file GrContextThreadSafeProxyPriv.h.
|
inline |
Definition at line 31 of file GrContextThreadSafeProxyPriv.h.
Definition at line 35 of file GrContextThreadSafeProxyPriv.h.
|
inline |
Definition at line 44 of file GrContextThreadSafeProxyPriv.h.
|
inline |
Definition at line 45 of file GrContextThreadSafeProxyPriv.h.
|
friend |
Definition at line 63 of file GrContextThreadSafeProxyPriv.h.