Home
last modified time | relevance | path

Searched refs:ERRORF (Results 1 – 25 of 40) sorted by relevance

12

/external/skia/tests/
DClearTest.cpp99 ERRORF(reporter, "Could not create draw context."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
105 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
110 ERRORF(reporter, "Could not create draw context."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
117 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
122 ERRORF(reporter, "Could not create draw context."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
129 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor2, actualValue, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
134 ERRORF(reporter, "Could not create draw context."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
141 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
146 ERRORF(reporter, "Could not create draw context."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
153 ERRORF(reporter, "Expected 0x%08x but got 0x%08x at (%d, %d).", kColor1, actualValue, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
[all …]
DSRGBReadWritePixelsTest.cpp122 ERRORF(reporter, "Could not read pixels for %s.", subtestName); in read_and_check_pixels()
131 ERRORF(reporter, "Expected 0x%08x, read back as 0x%08x in %s at %d, %d).", in read_and_check_pixels()
167 ERRORF(reporter, "Could not create SRGBA texture."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
187 ERRORF(reporter, "Could not write srgba data to srgba texture."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
200 ERRORF(reporter, "Could not write rgba data to srgba texture."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
206 ERRORF(reporter, "Could not create RGBA texture."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
219 ERRORF(reporter, "Could not write srgba data to rgba texture."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
228 ERRORF(reporter, "Could not write rgba data to rgba texture."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DEGLImageTest.cpp48 ERRORF(reporter, "Error reading external texture."); in test_read_pixels()
52 ERRORF(reporter, "Error, external texture pixel value %d should be 0x%08x," in test_read_pixels()
124 ERRORF(reporter, "Error creating texture for EGL Image"); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
129 ERRORF(reporter, "Expected backend texture to be 2D"); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
137 ERRORF(reporter, "Error creating EGL Image from texture"); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
174 ERRORF(reporter, "Error wrapping external texture in GrTexture."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
184 ERRORF(reporter, "Should not be able to wrap an EXTERNAL texture as a RT."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
193 ERRORF(reporter, "Should not be able to wrap an EXTERNAL texture with MSAA."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DCopySurfaceTest.cpp79 ERRORF(reporter, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
112 ERRORF(reporter, "Expected return value %d from copySurface, got " in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
124 ERRORF(reporter, "Error calling readPixels"); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
139 ERRORF(reporter, "Expected dst %d,%d to contain " in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
148 ERRORF(reporter, "Expected dst %d,%d to be unmodified (" in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DStreamTest.cpp50 ERRORF(reporter, "Failed to create tmp file %s\n", path.c_str()); in test_filestreams()
167 ERRORF(reporter, "sizes:%x != n:%x\n", i, sizes[i], n); in TestPackedUInt()
319 ERRORF(rep, "Unexpected length."); in stream_peek_test()
333 ERRORF(rep, "Peek Failed!"); in stream_peek_test()
337 ERRORF(rep, "Peek returned wrong bytes!"); in stream_peek_test()
343 ERRORF(rep, "Read Failed!"); in stream_peek_test()
404 ERRORF(reporter, "SkStreamCopy failed"); in stream_copy_test()
410 ERRORF(reporter, "SkStreamCopy incorrect size"); in stream_copy_test()
414 ERRORF(reporter, "SkStreamCopy bad copy"); in stream_copy_test()
DBitmapCopyTest.cpp24 ERRORF(reporter, "src %s opaque:%d, dst %s opaque:%d", in report_opaqueness()
171 ERRORF(reporter, "%s [colortype = %s]", msg, gColorTypeName[bm1.colorType()]); in reportCopyVerification()
282 ERRORF(reporter, "SkBitmap::copyTo from %s to %s. expected %s " in DEF_TEST()
289 ERRORF(reporter, "SkBitmap::copyTo from %s to %s. returned %s " in DEF_TEST()
338 ERRORF(reporter, "getSafeSize64() negative: %s", in DEF_TEST()
371 ERRORF(reporter, "computeSafeSize64() wrong size: %s", in DEF_TEST()
679 ERRORF(reporter, "Could not wrap texture in bitmap."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
686 ERRORF(reporter, "CopyTo failed."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
689 ERRORF(reporter, "SkBitmap::CopyTo did not respect passed in color type."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
706 ERRORF(reporter, "Expected pixel 0x%08x, found 0x%08x.", in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DRectangleTextureTest.cpp25 ERRORF(reporter, "Error reading rectangle texture."); in test_read_pixels()
29 ERRORF(reporter, "Error, rectangle texture pixel value %d should be 0x%08x," in test_read_pixels()
49 ERRORF(reporter, "Error writing to rectangle texture."); in test_write_pixels()
94 ERRORF(reporter, "Could not get GrDrawContext for rectangle texture."); in test_clear()
188 ERRORF(reporter, "Error wrapping rectangle texture in GrTexture."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DReadWriteAlphaTest.cpp27 ERRORF(reporter, in validate_alpha_data()
56 ERRORF(reporter, "Could not create alpha texture."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
112 ERRORF(reporter, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
157 ERRORF(reporter, "Failed to create RGBA texture."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DTime.cpp21 ERRORF(r, in DEF_TEST()
27 ERRORF(r, in DEF_TEST()
DPDFDeflateWStreamTest.cpp121 ERRORF(r, "something went wrong."); in DEF_TEST()
132 ERRORF(r, "Decompression failed to get right size [%d]." in DEF_TEST()
153 ERRORF(r, "Decompression failed at byte %u.", (unsigned)i); in DEF_TEST()
DPDFJpegEmbedTest.cpp136 ERRORF(r, "%s failed isJfif test", kTests[i].path); in DEF_TEST()
143 ERRORF(r, "%s failed jfif type test", kTests[i].path); in DEF_TEST()
DSVGDeviceTest.cpp28 ERRORF(reporter, "root element not found."); in check_text_node()
34 ERRORF(reporter, "<text> element not found."); in check_text_node()
DPDFPrimitivesTest.cpp443 ERRORF(reporter, "string too long: %u", (unsigned)len); in check_pdf_scalar_serialization()
447 ERRORF(reporter, "terminator misplaced."); in check_pdf_scalar_serialization()
455 ERRORF(reporter, "unscannable result: %s", floatString); in check_pdf_scalar_serialization()
459 ERRORF(reporter, "roundTripFloat (%.9g) != inputFloat (%.9g)", in check_pdf_scalar_serialization()
DMemsetTest.cpp102 ERRORF(r, "[%d] expected %x found %x\n", i, value, base[i]); in compare16()
112 ERRORF(r, "[%d] expected %x found %x\n", i, value, base[i]); in compare32()
DFlattenableFactoryToName.cpp20 ERRORF(r, "SkFlattenable::FactoryToName() fails with %s.", desc); in test_flattenable()
DCodexTest.cpp177 ERRORF(r, "Unable to decode '%s'", path); in check()
306 ERRORF(r, "Unable to decode '%s'", path); in check()
425 ERRORF(r, "This scanline order will not match the original."); in DEF_TEST()
550 ERRORF(r, "Unable to create codec '%s'", path); in test_dimensions()
703 ERRORF(r, "failed writing png"); in DEF_TEST()
761 ERRORF(fReporter, "Saw an unexpected unknown chunk."); in DEF_TEST()
984 ERRORF(r, "Unable to create codec '%s'.", path); in DEF_TEST()
DPDFMetadataAttributeTest.cpp49 ERRORF(r, "expectation missing: '%s'.", expectation); in DEF_TEST()
DImageTest.cpp412 ERRORF(reporter, "Error creating image."); in DEF_GPUTEST_FOR_NATIVE_CONTEXT()
421 ERRORF(reporter, "newTextureImage failed."); in DEF_GPUTEST_FOR_NATIVE_CONTEXT()
427 ERRORF(reporter, "newTextureImage returned non-texture image."); in DEF_GPUTEST_FOR_NATIVE_CONTEXT()
432 ERRORF(reporter, "newTextureImage made unnecessary texture copy."); in DEF_GPUTEST_FOR_NATIVE_CONTEXT()
436 ERRORF(reporter, "newTextureImage changed the image size."); in DEF_GPUTEST_FOR_NATIVE_CONTEXT()
439 ERRORF(reporter, "newTextureImage changed image opaqueness."); in DEF_GPUTEST_FOR_NATIVE_CONTEXT()
DSortTest.cpp30 ERRORF(reporter, "%sSort [%d] failed %d %d", in check_sort()
DBlitRowTest.cpp91 ERRORF(reporter, "BlitRow colortype=%s [%d %d] expected %x got %x", in check_color()
250 ERRORF(reporter, "Diagonal colortype=%s bg=0x%x dither=%d" in test_diagonal()
DMathTest.cpp56 ERRORF(reporter, "fast_floor(%.9g) == %.9g != %.9g == std_floor(%.9g)", in test_floor_value()
180 ERRORF(reporter, "src:%d dst:%d a:%d " in test_blend()
226 ERRORF(reporter, "%s float %g bits %x native %x skia %x\n", in assert_float_equal()
576 ERRORF(reporter, "\nFixed Divide: %8x / %8x -> %8x %8x\n", numer, denom, result, check); in DEF_TEST()
DBlendTest.cpp95 ERRORF(r, "%08x is not premul using %s", dst, SkXfermode::ModeName(mode)); in DEF_TEST()
DGrGetCoeffBlendKnownComponentsTest.cpp52 ERRORF(reporter, "Blended color is 0x%08x, expected 0x%08x", outColor, in DEF_TEST()
DSurfaceTest.cpp411 ERRORF(reporter, "Not texture backed."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
421 ERRORF(reporter, "Not render target backed."); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
837 ERRORF(reporter, "Could not create GPU SkSurface."); in test_surface_clear()
847 ERRORF(reporter, "Could access render target of GPU SkSurface."); in test_surface_clear()
863 ERRORF(reporter, in test_surface_clear()
DPathCoverageTest.cpp139 ERRORF(reporter, "Curve from %.2f %.2f through %.2f %.2f to " in one_d_pe()

12