Flutter Engine
The Flutter Engine
|
#include "src/gpu/ganesh/GrXferProcessor.h"
#include "include/core/SkBlendMode.h"
#include "include/core/SkString.h"
#include "src/gpu/KeyBuilder.h"
#include "src/gpu/ganesh/GrCaps.h"
#include "src/gpu/ganesh/GrShaderCaps.h"
#include "src/gpu/ganesh/effects/GrCustomXfermode.h"
#include "src/gpu/ganesh/effects/GrPorterDuffXferProcessor.h"
#include "src/gpu/ganesh/glsl/GrGLSLFragmentShaderBuilder.h"
#include <cstdint>
Go to the source code of this file.
Typedefs | |
using | ProgramImpl = GrXferProcessor::ProgramImpl |
Functions | |
static void | adjust_for_lcd_coverage (GrGLSLXPFragmentBuilder *fragBuilder, const char *srcCoverage, const GrXferProcessor &proc) |
Definition at line 115 of file GrXferProcessor.cpp.
|
static |
Definition at line 120 of file GrXferProcessor.cpp.