• Home
  • Raw
  • Download

Lines Matching refs:renderable

46                    GrRenderable renderable) {  in test_wrapping()  argument
51 sk_sp<ManagedBackendTexture> mbet = create(dContext, mipMapped, renderable); in test_wrapping()
55 GrRenderable::kYes == renderable ? "yes" : "no"); in test_wrapping()
80 if (GrRenderable::kYes == renderable && dContext->colorTypeSupportedAsSurface(skColorType)) { in test_wrapping()
316 GrRenderable renderable) { in test_color_init() argument
317 sk_sp<ManagedBackendTexture> mbet = create(dContext, color, mipmapped, renderable); in test_color_init()
333 check_base_readbacks(dContext, mbet->texture(), colorType, renderable, testColor, reporter, in test_color_init()
482 GrRenderable renderable) { in test_pixmap_init() argument
497 sk_sp<ManagedBackendTexture> mbet = create(dContext, pixmaps, numMipLevels, origin, renderable); in test_pixmap_init()
525 check_base_readbacks(dContext, mbet->texture(), grColorType, renderable, colors[0], in test_pixmap_init()
621 for (auto renderable : { GrRenderable::kNo, GrRenderable::kYes }) { in color_type_backend_allocation_test()
623 renderable).isValid()) { in color_type_backend_allocation_test()
627 if (GrRenderable::kYes == renderable) { in color_type_backend_allocation_test()
637 GrRenderable renderable) { in color_type_backend_allocation_test() argument
642 renderable, in color_type_backend_allocation_test()
648 renderable); in color_type_backend_allocation_test()
657 SkColorTypeToGrColorType(colorType), mipmapped, renderable); in color_type_backend_allocation_test()
664 GrRenderable renderable) { in color_type_backend_allocation_test() argument
670 renderable, in color_type_backend_allocation_test()
677 renderable); in color_type_backend_allocation_test()
686 renderable); in color_type_backend_allocation_test()
694 GrRenderable renderable) { in color_type_backend_allocation_test() argument
700 renderable, in color_type_backend_allocation_test()
706 renderable); in color_type_backend_allocation_test()
719 renderable); in color_type_backend_allocation_test()
831 for (auto renderable : {GrRenderable::kNo, GrRenderable::kYes}) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
832 if (GrRenderable::kYes == renderable) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
841 GrRenderable renderable) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() argument
846 renderable, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
851 mipMapped, renderable); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
880 GrRenderable renderable) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() argument
887 renderable, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
891 combo.fColor, mipMapped, renderable); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
970 for (auto renderable : { GrRenderable::kNo, GrRenderable::kYes }) { in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
972 if (GrRenderable::kYes == renderable) { in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
984 GrRenderable renderable) { in DEF_GPUTEST_FOR_VULKAN_CONTEXT() argument
989 renderable, in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
996 renderable); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
1035 GrRenderable renderable) { in DEF_GPUTEST_FOR_VULKAN_CONTEXT() argument
1042 renderable, in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
1048 combo.fColor, mipMapped, renderable); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()