Home
last modified time | relevance | path

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

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