Searched defs:stencilCnt (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/private/
H A DSkSurfaceCharacterization.h82 GrPixelConfig config, GrFSAAType FSAAType, int stencilCnt,
93 , fStencilCnt(stencilCnt)
106 int stencilCnt,
121 fStencilCnt = stencilCnt;
79 SkSurfaceCharacterization(sk_sp<GrContextThreadSafeProxy> contextInfo, size_t cacheMaxResourceBytes, GrSurfaceOrigin origin, int width, int height, GrPixelConfig config, GrFSAAType FSAAType, int stencilCnt, Textureable isTextureable, MipMapped isMipMapped, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps& surfaceProps) argument
100 set(sk_sp<GrContextThreadSafeProxy> contextInfo, size_t cacheMaxResourceBytes, GrSurfaceOrigin origin, int width, int height, GrPixelConfig config, GrFSAAType fsaaType, int stencilCnt, Textureable isTextureable, MipMapped isMipMapped, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps& surfaceProps) argument
/external/skqp/include/private/
H A DSkSurfaceCharacterization.h77 int stencilCnt,
89 fStencilCnt = stencilCnt;
70 set(sk_sp<GrContextThreadSafeProxy> contextInfo, int cacheMaxResourceCount, size_t cacheMaxResourceBytes, GrSurfaceOrigin origin, int width, int height, GrPixelConfig config, GrFSAAType fsaaType, int stencilCnt, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps& surfaceProps) argument

Completed in 690 milliseconds