Lines Matching refs:asyncContext
749 AsyncContext asyncContext; in image_async_read_pixels() local
763 async_callback, &asyncContext); in image_async_read_pixels()
765 while (!asyncContext.fCalled) { in image_async_read_pixels()
768 if (!asyncContext.fResult) { in image_async_read_pixels()
771 SkRectMemcpy(pixels.writable_addr(), pixels.rowBytes(), asyncContext.fResult->data(0), in image_async_read_pixels()
772 asyncContext.fResult->rowBytes(0), pixels.info().minRowBytes(), in image_async_read_pixels()
1461 AsyncContext asyncContext; in DEF_GANESH_TEST_FOR_GL_CONTEXT() local
1467 &asyncContext); in DEF_GANESH_TEST_FOR_GL_CONTEXT()
1471 if (!asyncContext.fCalled) { in DEF_GANESH_TEST_FOR_GL_CONTEXT()
1474 if (!asyncContext.fResult) { in DEF_GANESH_TEST_FOR_GL_CONTEXT()
1478 SkPixmap asyncResult(info, asyncContext.fResult->data(0), asyncContext.fResult->rowBytes(0)); in DEF_GANESH_TEST_FOR_GL_CONTEXT()