Searched refs:kErrorMsg_DrawSkippedGpuOnly (Results 1 – 4 of 4) sorted by relevance
32 constexpr char GM::kErrorMsg_DrawSkippedGpuOnly[]; member in GM72 } else if (SkString(GM::kErrorMsg_DrawSkippedGpuOnly) == errorMsg) { in handle_gm_failure()206 *errorMsg = kErrorMsg_DrawSkippedGpuOnly; in onDraw()
87 *errorMsg = kErrorMsg_DrawSkippedGpuOnly; in onDraw()
203 *errorMsg = kErrorMsg_DrawSkippedGpuOnly; in onCoverClipStack()
114 static constexpr char kErrorMsg_DrawSkippedGpuOnly[] = "This test is for GPU configs only."; variable