Searched refs:test_write_pixels (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/tests/ |
D | WritePixelsTest.cpp | 324 static void test_write_pixels(skiatest::Reporter* reporter, SkSurface* surface, in test_write_pixels() function 429 test_write_pixels(reporter, surface.get(), info); in DEF_TEST() 433 static void test_write_pixels(skiatest::Reporter* reporter, in test_write_pixels() function 442 test_write_pixels(reporter, surface.get(), ii); in test_write_pixels() 448 test_write_pixels(reporter, ctxInfo.directContext(), 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 452 test_write_pixels(reporter, ctxInfo.directContext(), 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 472 test_write_pixels(reporter, surface.get(), ii); in test_write_pixels_non_texture()
|
/third_party/flutter/skia/tests/ |
D | WritePixelsTest.cpp | 324 static void test_write_pixels(skiatest::Reporter* reporter, SkSurface* surface, in test_write_pixels() function 429 test_write_pixels(reporter, surface.get(), info); in DEF_TEST() 433 static void test_write_pixels(skiatest::Reporter* reporter, GrContext* context, int sampleCnt) { in test_write_pixels() function 440 test_write_pixels(reporter, surface.get(), ii); in test_write_pixels() 446 test_write_pixels(reporter, ctxInfo.grContext(), 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 450 test_write_pixels(reporter, ctxInfo.grContext(), 1); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 469 test_write_pixels(reporter, surface.get(), ii); in test_write_pixels_non_texture()
|
D | TestUtils.h | 22 void test_write_pixels(skiatest::Reporter*, GrSurfaceContext* srcContext, bool expectedToWork,
|
D | EGLImageTest.cpp | 191 test_write_pixels(reporter, surfaceContext.get(), false, "EGLImageTest-write"); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | RectangleTextureTest.cpp | 195 test_write_pixels(reporter, rectContext.get(), true, "RectangleTexture-write"); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
D | TestUtils.cpp | 45 void test_write_pixels(skiatest::Reporter* reporter, in test_write_pixels() function
|