Lines Matching refs:create_gpu_image
210 static sk_sp<SkImage> create_gpu_image(GrRecordingContext* rContext, in create_gpu_image() function
250 test_encode(reporter, dContext, create_gpu_image(dContext).get()); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
407 sk_sp<SkImage> image(create_gpu_image(ctxInfo.directContext())); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
455 [dContext] { return create_gpu_image(dContext, true, skgpu::Budgeted::kYes); }, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
456 [dContext] { return create_gpu_image(dContext, false, skgpu::Budgeted::kNo); }, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
460 auto otherContextImage = create_gpu_image(otherContextInfo.directContext()); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
543 [dContext] { return create_gpu_image(dContext); }, in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
816 image_test_read_pixels(dContext, reporter, create_gpu_image(dContext).get()); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
878 sk_sp<SkImage> image(create_gpu_image(dContext)); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
921 sk_sp<SkImage> image(create_gpu_image(ctxInfo.directContext())); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()
1225 { [context] { return create_gpu_image(context); }, true, true }, in DEF_GANESH_TEST_FOR_GL_CONTEXT()
1229 sk_sp<SkImage> otherContextImage = create_gpu_image(otherContextInfo.directContext()); in DEF_GANESH_TEST_FOR_GL_CONTEXT()
1280 sk_sp<SkImage> image(create_gpu_image(ctxInfo.directContext())); in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS()