Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
skiatest::graphite::TestOptions Struct Reference

#include <TestOptions.h>

Public Member Functions

 TestOptions ()=default
 
 TestOptions (const TestOptions &)=default
 
 TestOptions (TestOptions &&)=default
 
TestOptionsoperator= (const TestOptions &)=default
 
TestOptionsoperator= (TestOptions &&)=default
 

Public Attributes

skgpu::graphite::ContextOptions fContextOptions = {}
 
bool fNeverYieldToWebGPU = false
 

Detailed Description

Definition at line 15 of file TestOptions.h.

Constructor & Destructor Documentation

◆ TestOptions() [1/3]

skiatest::graphite::TestOptions::TestOptions ( )
default

◆ TestOptions() [2/3]

skiatest::graphite::TestOptions::TestOptions ( const TestOptions )
default

◆ TestOptions() [3/3]

skiatest::graphite::TestOptions::TestOptions ( TestOptions &&  )
default

Member Function Documentation

◆ operator=() [1/2]

TestOptions & skiatest::graphite::TestOptions::operator= ( const TestOptions )
default

◆ operator=() [2/2]

TestOptions & skiatest::graphite::TestOptions::operator= ( TestOptions &&  )
default

Member Data Documentation

◆ fContextOptions

skgpu::graphite::ContextOptions skiatest::graphite::TestOptions::fContextOptions = {}

Definition at line 22 of file TestOptions.h.

22{};

◆ fNeverYieldToWebGPU

bool skiatest::graphite::TestOptions::fNeverYieldToWebGPU = false

Definition at line 23 of file TestOptions.h.


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