Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrOpsTypes.h26 struct GrTextureSetEntry { struct
27 GrSurfaceProxyView fProxyView;
28 SkAlphaType fSrcAlphaType;
29 SkRect fSrcRect;
30 SkRect fDstRect;
31 const SkPoint* fDstClipQuad; // Must be null, or point to an array of 4 points
32 const SkMatrix* fPreViewMatrix; // If not null, entry's CTM is 'viewMatrix' * fPreViewMatrix
33 SkPMColor4f fColor; // {a,a,a,a} for rgb textures, {r,g,b,a} for alpha-only textures
34 GrQuadAAFlags fAAFlags;