![]() |
Flutter Engine
The Flutter Engine
|
#include <GrSurfaceProxy.h>
Public Attributes | |
SkISize | fDimensions |
SkBackingFit | fFit |
GrRenderable | fRenderable |
skgpu::Mipmapped | fMipmapped |
int | fSampleCnt |
const GrBackendFormat & | fFormat |
GrTextureType | fTextureType |
GrProtected | fProtected |
skgpu::Budgeted | fBudgeted |
std::string_view | fLabel |
Specifies the expected properties of the GrSurface returned by a lazy instantiation callback. The dimensions will be negative in the case of a fully lazy proxy.
Definition at line 87 of file GrSurfaceProxy.h.
skgpu::Budgeted GrSurfaceProxy::LazySurfaceDesc::fBudgeted |
Definition at line 96 of file GrSurfaceProxy.h.
SkISize GrSurfaceProxy::LazySurfaceDesc::fDimensions |
Definition at line 88 of file GrSurfaceProxy.h.
SkBackingFit GrSurfaceProxy::LazySurfaceDesc::fFit |
Definition at line 89 of file GrSurfaceProxy.h.
const GrBackendFormat& GrSurfaceProxy::LazySurfaceDesc::fFormat |
Definition at line 93 of file GrSurfaceProxy.h.
std::string_view GrSurfaceProxy::LazySurfaceDesc::fLabel |
Definition at line 97 of file GrSurfaceProxy.h.
skgpu::Mipmapped GrSurfaceProxy::LazySurfaceDesc::fMipmapped |
Definition at line 91 of file GrSurfaceProxy.h.
GrProtected GrSurfaceProxy::LazySurfaceDesc::fProtected |
Definition at line 95 of file GrSurfaceProxy.h.
GrRenderable GrSurfaceProxy::LazySurfaceDesc::fRenderable |
Definition at line 90 of file GrSurfaceProxy.h.
int GrSurfaceProxy::LazySurfaceDesc::fSampleCnt |
Definition at line 92 of file GrSurfaceProxy.h.
GrTextureType GrSurfaceProxy::LazySurfaceDesc::fTextureType |
Definition at line 94 of file GrSurfaceProxy.h.