Searched defs:txb (Results 1 - 1 of 1) sorted by relevance

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

Completed in 209 milliseconds