Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
impeller::ContentContextOptions::Equal Struct Reference

#include <content_context.h>

Public Member Functions

constexpr bool operator() (const ContentContextOptions &lhs, const ContentContextOptions &rhs) const
 

Detailed Description

Definition at line 351 of file content_context.h.

Member Function Documentation

◆ operator()()

constexpr bool impeller::ContentContextOptions::Equal::operator() ( const ContentContextOptions lhs,
const ContentContextOptions rhs 
) const
inlineconstexpr

Definition at line 352 of file content_context.h.

353 {
354 return lhs.sample_count == rhs.sample_count &&
355 lhs.blend_mode == rhs.blend_mode &&
356 lhs.depth_write_enabled == rhs.depth_write_enabled &&
357 lhs.depth_compare == rhs.depth_compare &&
358 lhs.stencil_mode == rhs.stencil_mode &&
359 lhs.primitive_type == rhs.primitive_type &&
360 lhs.color_attachment_pixel_format ==
361 rhs.color_attachment_pixel_format &&
362 lhs.has_depth_stencil_attachments ==
363 rhs.has_depth_stencil_attachments &&
364 lhs.wireframe == rhs.wireframe &&
365 lhs.is_for_rrect_blur_clear == rhs.is_for_rrect_blur_clear;
366 }

The documentation for this struct was generated from the following file: