Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Functions | |
sk_sp< SkSurface > | SkMtkViewToSurface (MTKView *, GrRecordingContext *) |
GrContextHolder | SkMetalDeviceToGrContext (id< MTLDevice >, id< MTLCommandQueue >) |
void | SkMtkViewConfigForSkia (MTKView *) |
GrContextHolder SkMetalDeviceToGrContext | ( | id< MTLDevice > | device, |
id< MTLCommandQueue > | queue | ||
) |
Definition at line 42 of file SkMetalViewBridge.mm.
void SkMtkViewConfigForSkia | ( | MTKView * | mtkView | ) |
Definition at line 50 of file SkMetalViewBridge.mm.
sk_sp< SkSurface > SkMtkViewToSurface | ( | MTKView * | mtkView, |
GrRecordingContext * | rContext | ||
) |
Definition at line 20 of file SkMetalViewBridge.mm.