Searched refs:ConstructPixmap (Results 1 - 5 of 5) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
H A D | image_pixel_map_parcel_test.cpp | 32 std::unique_ptr<PixelMap> ConstructPixmap() in ConstructPixmap() function 69 std::unique_ptr<PixelMap> pixelmap = ConstructPixmap(); in HWTEST_F() 90 std::unique_ptr<PixelMap> pixelmap1 = ConstructPixmap(); in HWTEST_F()
|
H A D | pixel_map_test.cpp | 52 std::unique_ptr<PixelMap> ConstructPixmap(AllocatorType type) in ConstructPixmap() function 84 std::unique_ptr<PixelMap> ConstructPixmap(int32_t width, int32_t height, PixelFormat format, in ConstructPixmap() function 116 std::unique_ptr<PixelMap> ConstructPixmap(PixelFormat format, AlphaType alphaType) in ConstructPixmap() function 642 auto pixelMap1 = ConstructPixmap(AllocatorType::SHARE_MEM_ALLOC); in HWTEST_F() 646 auto pixelMap2 = ConstructPixmap((AllocatorType)10); in HWTEST_F() 882 auto pixelMap1 = ConstructPixmap(200, 300, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQUE, in HWTEST_F() 890 auto pixelMap2 = ConstructPixmap(200, 300, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQUE, in HWTEST_F() 898 auto pixelMap3 = ConstructPixmap(200, 300, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQUE, in HWTEST_F() 928 auto pixelMap1 = ConstructPixmap(200, 300, PixelFormat::RGBA_F16, AlphaType::IMAGE_ALPHA_TYPE_OPAQUE, in HWTEST_F() 935 auto pixelMap2 = ConstructPixmap(30 in HWTEST_F() [all...] |
H A D | image_pixel_map_test.cpp | 41 std::unique_ptr<PixelMap> ConstructPixmap() in ConstructPixmap() function 509 std::unique_ptr<PixelMap> pixelmap = ConstructPixmap(); in HWTEST_F() 527 std::unique_ptr<PixelMap> pixelmap1 = ConstructPixmap(); in HWTEST_F() 595 GTEST_LOG_(INFO) << "ImagePixelMap013 ConstructPixmap success"; in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | plugin_texture_encode_test.cpp | 95 static std::unique_ptr<PixelMap> ConstructPixmap(int32_t width, int32_t height)
in ConstructPixmap() function 142 std::unique_ptr<PixelMap> pixelMap = ConstructPixmap(RGBA_TEST0001_WIDTH, RGBA_TEST0001_HEIGHT);
in HWTEST_F() 186 std::unique_ptr<PixelMap> pixelMap = ConstructPixmap(RGBA_TEST0001_WIDTH, RGBA_TEST0001_HEIGHT);
in HWTEST_F() 242 std::unique_ptr<PixelMap> pixelMap = ConstructPixmap(RGBA_TEST0001_WIDTH, RGBA_TEST0001_HEIGHT);
in HWTEST_F() 280 std::unique_ptr<PixelMap> pixelMap = ConstructPixmap(RGBA_TEST0001_WIDTH, RGBA_TEST0001_HEIGHT);
in HWTEST_F() 336 std::unique_ptr<PixelMap> pixelMap = ConstructPixmap(RGBA_TEST0001_WIDTH, RGBA_TEST0001_HEIGHT);
in HWTEST_F() 974 std::unique_ptr<PixelMap> pixelMap = ConstructPixmap(RGBA_TEST0001_WIDTH, RGBA_TEST0001_HEIGHT);
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_sample_rs.cpp | 468 std::unique_ptr<PixelMap> ConstructPixmap() in ConstructPixmap() function 504 std::unique_ptr<PixelMap> pixelmap = ConstructPixmap(); in TestDrawPixelmap()
|
Completed in 9 milliseconds