Lines Matching refs:get
81 auto device = ((SkSurface_Gpu*)surface.get())->getDevice();
93 proxy = sk_ref_sp(sk_gpu_test::GetTextureImageProxy(image.get(), dContext));
138 GrTextureProxy* proxy = sk_gpu_test::GetTextureImageProxy(image.get(), dContext);
205 ERRORF(reporter, "Failed to get GrGLTextureInfo");
221 ERRORF(reporter, "Failed to get GrVkImageInfo");
237 ERRORF(reporter, "Failed to get GrMtlTextureInfo");
255 ERRORF(reporter, "Failed to get GrMtlTextureInfo");
273 ERRORF(reporter, "Failed to get GrDawnTextureInfo");
315 auto device = ((SkSurface_Gpu*)surface.get())->getDevice();
326 texProxy = sk_gpu_test::GetTextureImageProxy(image.get(), dContext);
451 dContext.get(), colorType, mipmapProxy, nullptr, kTopLeft_GrSurfaceOrigin,
455 REPORTER_ASSERT(reporter, drawingManager->getLastRenderTask(mipmapProxy.get()));
459 drawingManager->getLastRenderTask(mipmapProxy.get()));
461 // Mipmaps don't get marked dirty until makeClosed().
468 auto sdc1 = draw_mipmap_into_new_render_target(dContext.get(), colorType, alphaType,
476 GrRenderTask* initialMipmapRegenTask = drawingManager->getLastRenderTask(mipmapProxy.get());
483 auto sdc2 = draw_mipmap_into_new_render_target(dContext.get(), colorType, alphaType,
489 drawingManager->getLastRenderTask(mipmapProxy.get()) == initialMipmapRegenTask);
495 // Mip regen tasks don't get added as dependencies until makeClosed().
506 mipmapRTCTask.get() == drawingManager->getLastRenderTask(mipmapProxy.get()));
508 // Mipmaps don't get marked dirty until makeClosed().
512 sdc1 = draw_mipmap_into_new_render_target(dContext.get(), colorType, alphaType,
522 mipmapRTCTask.get() == drawingManager->getLastRenderTask(mipmapProxy.get()));
525 sdc2 = draw_mipmap_into_new_render_target(dContext.get(), colorType, alphaType,
531 auto mipRegenTask2 = drawingManager->getLastRenderTask(mipmapProxy.get());
533 REPORTER_ASSERT(reporter, mipmapRTCTask.get() != mipRegenTask2);
536 // Mip regen tasks don't get added as dependencies until makeClosed().