Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/flags/
DCommonFlagsGpu.cpp81 static std::unique_ptr<SkExecutor> gGpuExecutor = (0 != FLAGS_gpuThreads) in SetCtxOptionsFromCommonFlags() local
85 ctxOptions->fExecutor = gGpuExecutor.get(); in SetCtxOptionsFromCommonFlags()
/third_party/skia/tools/flags/
DCommonFlagsGpu.cpp99 static std::unique_ptr<SkExecutor> gGpuExecutor = (0 != FLAGS_gpuThreads) in SetCtxOptions() local
103 ctxOptions->fExecutor = gGpuExecutor.get(); in SetCtxOptions()