Searched defs:GrPlatformTextureDesc (Results 1 – 1 of 1) sorted by relevance
643 struct GrPlatformTextureDesc { struct644 GrPlatformTextureDesc() { memset(this, 0, sizeof(*this)); } in GrPlatformTextureDesc() function645 GrPlatformTextureFlags fFlags;646 int fWidth; //<! width in pixels647 int fHeight; //<! height in pixels648 GrPixelConfig fConfig; //<! color format653 int fSampleCnt;658 GrPlatform3DObject fTextureHandle;