Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Static Public Member Functions | List of all members
skgpu::graphite::TableColorFilterBlock Struct Reference

#include <KeyHelpers.h>

Classes

struct  TableColorFilterData
 

Static Public Member Functions

static void AddBlock (const KeyContext &, PaintParamsKeyBuilder *, PipelineDataGatherer *, const TableColorFilterData &)
 

Detailed Description

Definition at line 333 of file KeyHelpers.h.

Member Function Documentation

◆ AddBlock()

void skgpu::graphite::TableColorFilterBlock::AddBlock ( const KeyContext keyContext,
PaintParamsKeyBuilder builder,
PipelineDataGatherer gatherer,
const TableColorFilterData data 
)
static

Definition at line 876 of file KeyHelpers.cpp.

879 {
880 SkASSERT(data.fTextureProxy || !keyContext.recorder());
881
882 add_table_colorfilter_uniform_data(keyContext.dict(), data, gatherer);
883
885}
#define SkASSERT(cond)
Definition SkAssert.h:116
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot data
Definition switches.h:41

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