Home
last modified time | relevance | path

Searched refs:grOptions (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_gpu_context.cpp86 GrContextOptions grOptions; in BuildFromGL() local
90 grOptions.fPreferExternalImagesOverES3 = true; in BuildFromGL()
91 grOptions.fDisableDistanceFieldPaths = true; in BuildFromGL()
93 grOptions.fPersistentCache = skiaPersistentCache_.get(); in BuildFromGL()
94 grOptions.fExecutor = &g_defaultExecutor; in BuildFromGL()
105 GrContextOptions grOptions; in BuildFromVK() local
106 grOptions.fExecutor = &g_defaultExecutor; in BuildFromVK()
119 GrContextOptions grOptions; in BuildFromVK() local
123 grOptions.fPreferExternalImagesOverES3 = true; in BuildFromVK()
124 grOptions.fDisableDistanceFieldPaths = true; in BuildFromVK()
[all …]