Home
last modified time | relevance | path

Searched refs:ConstructPixmap (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dimage_pixel_map_parcel_test.cpp32 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 Dpixel_map_test.cpp52 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 Dimage_pixel_map_test.cpp41 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 Dplugin_texture_encode_test.cpp95 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 Ddrawing_sample_rs.cpp468 std::unique_ptr<PixelMap> ConstructPixmap() in ConstructPixmap() function
504 std::unique_ptr<PixelMap> pixelmap = ConstructPixmap(); in TestDrawPixelmap()

Completed in 9 milliseconds