Home
last modified time | relevance | path

Searched defs:GrSurfaceDesc (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/include/private/
DGrTypesPriv.h151 struct GrSurfaceDesc { struct
152 GrSurfaceDesc() : fWidth(0), fHeight(0), fConfig(kUnknown_GrPixelConfig) {} in GrSurfaceDesc() argument
154 int fWidth; //!< Width of the texture
155 int fHeight; //!< Height of the texture
161 GrPixelConfig fConfig;