Searched defs:GrTextureSetEntry (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/src/gpu/ |
| D | GrOpsTypes.h | 26 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;
|
| /third_party/skia/m133/src/gpu/ganesh/ |
| D | GrOpsTypes.h | 29 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;
|