Searched defs:GrSurfaceDesc (Results 1 – 1 of 1) sorted by relevance
151 struct GrSurfaceDesc { struct152 GrSurfaceDesc() : fWidth(0), fHeight(0), fConfig(kUnknown_GrPixelConfig) {} in GrSurfaceDesc() argument154 int fWidth; //!< Width of the texture155 int fHeight; //!< Height of the texture161 GrPixelConfig fConfig;