Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrTypes.h643 struct GrPlatformTextureDesc { struct
644 GrPlatformTextureDesc() { memset(this, 0, sizeof(*this)); } in GrPlatformTextureDesc() function
645 GrPlatformTextureFlags fFlags;
646 int fWidth; //<! width in pixels
647 int fHeight; //<! height in pixels
648 GrPixelConfig fConfig; //<! color format
653 int fSampleCnt;
658 GrPlatform3DObject fTextureHandle;