Searched refs:kSoftware (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/tools/skpbench/ |
D | skpbench.cpp | 118 kSoftware = 70 enumerator 366 exitf(ExitErr::kSoftware, "attempted to gather stats on even number of samples"); in print_result() 495 exitf(ExitErr::kSoftware, "testContext is null"); in main() 633 fprintf(stderr, ExitErr::kSoftware == err ? "INTERNAL ERROR: " : "ERROR: "); in exitf() 638 fprintf(stderr, ExitErr::kSoftware == err ? "; this should never happen.\n": ".\n"); in exitf() 653 exitf(ExitErr::kSoftware, "attempted to sync with invalid fence"); in syncToPreviousFrame()
|
/third_party/skia/tools/skpbench/ |
D | skpbench.cpp | 126 kSoftware = 70 enumerator 447 exitf(ExitErr::kSoftware, "attempted to gather stats on even number of samples"); in print_result() 592 exitf(ExitErr::kSoftware, "testContext is null"); in main() 738 fprintf(stderr, ExitErr::kSoftware == err ? "INTERNAL ERROR: " : "ERROR: "); in exitf() 743 fprintf(stderr, ExitErr::kSoftware == err ? "; this should never happen.\n": ".\n"); in exitf()
|
/third_party/flutter/engine/flutter/shell/platform/embedder/ |
D | ace_embedder.cc | 89 if (config->type != kSoftware) { in IsSoftwareRendererConfigValid() 111 case kSoftware: in IsRendererValid() 241 if (config->type != kSoftware) { in InferSoftwarePlatformViewCreationCallback() 287 case kSoftware: in InferPlatformViewCreationCallback()
|
D | embedder.cc | 80 if (config->type != kSoftware) { in IsSoftwareRendererConfigValid() 102 case kSoftware: in IsRendererValid() 224 if (config->type != kSoftware) { in InferSoftwarePlatformViewCreationCallback() 270 case kSoftware: in InferPlatformViewCreationCallback()
|
D | embedder.h | 42 kSoftware, enumerator
|
/third_party/flutter/engine/flutter/shell/platform/embedder/tests/ |
D | embedder_config_builder.cc | 69 renderer_config_.type = FlutterRendererType::kSoftware; in SetSoftwareRendererConfig()
|