Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DImageTest.cpp210 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()
[all …]
/aosp_15_r20/external/skia/docs/examples/
H A DImage_MakeBackendTextureFromImage.cpp5 static sk_sp<SkImage> create_gpu_image(GrRecordingContext * rContext) { in create_gpu_image() function
21 sk_sp<SkImage> backEndImage = create_gpu_image(dContext); in draw()