Searched refs:draw_mipmap_into_new_render_target (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/tests/ |
D | GrMipMappedTest.cpp | 341 static sk_sp<GrRenderTargetContext> draw_mipmap_into_new_render_target( in draw_mipmap_into_new_render_target() function 394 sk_sp<GrRenderTargetContext> rtc1 = draw_mipmap_into_new_render_target( in DEF_GPUTEST_FOR_ALL_CONTEXTS() 408 sk_sp<GrRenderTargetContext> rtc2 = draw_mipmap_into_new_render_target( in DEF_GPUTEST_FOR_ALL_CONTEXTS() 429 rtc1 = draw_mipmap_into_new_render_target( in DEF_GPUTEST_FOR_ALL_CONTEXTS() 438 rtc2 = draw_mipmap_into_new_render_target( in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
/third_party/skia/tests/ |
D | GrMipMappedTest.cpp | 371 static std::unique_ptr<skgpu::v1::SurfaceDrawContext> draw_mipmap_into_new_render_target( in draw_mipmap_into_new_render_target() function 468 auto sdc1 = draw_mipmap_into_new_render_target(dContext.get(), colorType, alphaType, 483 auto sdc2 = draw_mipmap_into_new_render_target(dContext.get(), colorType, alphaType, 512 sdc1 = draw_mipmap_into_new_render_target(dContext.get(), colorType, alphaType, 525 sdc2 = draw_mipmap_into_new_render_target(dContext.get(), colorType, alphaType,
|