Flutter Engine
The Flutter Engine
|
#include <GrTessellationShader.h>
Public Attributes | |
SkArenaAlloc * | fArena |
const GrSurfaceProxyView & | fWriteView |
bool | fUsesMSAASurface |
const GrDstProxyView * | fDstProxyView |
GrXferBarrierFlags | fXferBarrierFlags |
GrLoadOp | fColorLoadOp |
const GrCaps * | fCaps |
Definition at line 34 of file GrTessellationShader.h.
SkArenaAlloc* GrTessellationShader::ProgramArgs::fArena |
Definition at line 35 of file GrTessellationShader.h.
const GrCaps* GrTessellationShader::ProgramArgs::fCaps |
Definition at line 41 of file GrTessellationShader.h.
GrLoadOp GrTessellationShader::ProgramArgs::fColorLoadOp |
Definition at line 40 of file GrTessellationShader.h.
const GrDstProxyView* GrTessellationShader::ProgramArgs::fDstProxyView |
Definition at line 38 of file GrTessellationShader.h.
bool GrTessellationShader::ProgramArgs::fUsesMSAASurface |
Definition at line 37 of file GrTessellationShader.h.
const GrSurfaceProxyView& GrTessellationShader::ProgramArgs::fWriteView |
Definition at line 36 of file GrTessellationShader.h.
GrXferBarrierFlags GrTessellationShader::ProgramArgs::fXferBarrierFlags |
Definition at line 39 of file GrTessellationShader.h.