Lines Matching defs:GrYUVABackendTextureInfo
19 class SK_API GrYUVABackendTextureInfo {
23 /** Default GrYUVABackendTextureInfo is invalid. */
24 GrYUVABackendTextureInfo() = default;
27 * Initializes a GrYUVABackendTextureInfo to describe a set of textures that can store the
34 GrYUVABackendTextureInfo(const SkYUVAInfo&,
39 GrYUVABackendTextureInfo(const GrYUVABackendTextureInfo&) = default;
41 GrYUVABackendTextureInfo& operator=(const GrYUVABackendTextureInfo&) = default;
43 bool operator==(const GrYUVABackendTextureInfo&) const;
44 bool operator!=(const GrYUVABackendTextureInfo& that) const { return !(*this == that); }
54 /** The number of SkPixmap planes, 0 if this GrYUVABackendTextureInfo is invalid. */