HomeSort by relevance Sort by last modified time
    Searched refs:kErrorMsg_DrawSkippedGpuOnly (Results 1 - 4 of 4) sorted by null

  /external/skia/gm/
gm.cpp 16 constexpr char GM::kErrorMsg_DrawSkippedGpuOnly[];
80 } else if (SkString(kErrorMsg_DrawSkippedGpuOnly) == *errorMsg) {
171 *errorMsg = kErrorMsg_DrawSkippedGpuOnly;
rrects.cpp 68 *errorMsg = kErrorMsg_DrawSkippedGpuOnly;
gm.h 107 static constexpr char kErrorMsg_DrawSkippedGpuOnly[] = "This test is for GPU configs only.";
windowrectangles.cpp 180 *errorMsg = kErrorMsg_DrawSkippedGpuOnly;

Completed in 229 milliseconds