Home
last modified time | relevance | path

Searched refs:txb (Results 1 – 1 of 1) sorted by relevance

/external/skia/tests/
DReadPixelsTest.cpp533 static void compare_textures(skiatest::Reporter* reporter, GrTexture* txa, GrTexture* txb) { in compare_textures() argument
536 REPORTER_ASSERT(reporter, txb->width() == 2); in compare_textures()
537 REPORTER_ASSERT(reporter, txb->height() == 2); in compare_textures()
538 REPORTER_ASSERT(reporter, txa->config() == txb->config()); in compare_textures()
542 REPORTER_ASSERT(reporter, txb->readPixels(0, 0, 2, 2, txa->config(), pixelsB)); in compare_textures()