Home
last modified time | relevance | path

Searched defs:image (Results 126 - 150 of 1474) sorted by relevance

12345678910>>...59

/third_party/skia/src/gpu/vk/
H A DGrVkMemoryReclaimer.cpp49 bool GrVkMemoryReclaimer::addMemoryToWaitQueue(const GrVkGpu* gpu, const GrVkAlloc& alloc, const VkImage& image) in addMemoryToWaitQueue() argument
H A DGrVkImageView.cpp13 Make(GrVkGpu* gpu, VkImage image, VkFormat format, Type viewType, uint32_t miplevels, const GrVkYcbcrConversionInfo& ycbcrInfo) Make() argument
/third_party/skia/samplecode/
H A DSampleAnimatedText.cpp73 sk_sp<SkImage> image = direct->priv().testingOnly_getFontAtlasImage( variable
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DHeadlessSurfaceKHR.cpp45 void HeadlessSurfaceKHR::attachImage(PresentImage *image) in attachImage() argument
49 void HeadlessSurfaceKHR::detachImage(PresentImage *image) in detachImage() argument
53 VkResult HeadlessSurfaceKHR::present(PresentImage *image) in present() argument
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dimage.hpp51 inline T imageLoad(const image2DBase<T> &image, glm::ivec2 coord) in imageLoad() argument
57 void imageStore(image2DBase<T> &image, glm::ivec2 coord, const T &value) in imageStore() argument
/third_party/skia/third_party/externals/libwebp/examples/
H A Danim_dump.c88 AnimatedImage image; in main() local
[all...]
/third_party/skia/tests/
H A DRecorderTest.cpp75 sk_sp<SkImage> image; in DEF_TEST() local
/third_party/skia/tools/fiddle/
H A Dexamples.cpp13 sk_sp<SkImage> image; variable
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_tile_iterator.cpp26 dng_tile_iterator::dng_tile_iterator (const dng_image &image, in dng_tile_iterator() argument
/third_party/skia/gm/
H A Dlocalmatriximagefilter.cpp36 static void show_image(SkCanvas* canvas, SkImage* image, sk_sp<SkImageFilter> filter) { in show_image() argument
H A Dimagefiltersgraph.cpp149 static void DrawClippedImage(SkCanvas* canvas, const SkImage* image, const SkPaint& paint) { in DrawClippedImage() argument
H A Dimagemasksubset.cpp83 sk_sp<SkImage> image = makers[i](canvas, info); in DEF_SIMPLE_GM() local
H A Dtileimagefilter.cpp68 sk_sp<SkImage> image = (i & 0x01) ? fCheckerboard : fBitmap; variable
[all...]
/third_party/skia/docs/examples/
H A Dexample3ps.cpp64 sk_sp<SkImage> image = SkImage::MakeRasterData(info, data, 3); in REG_FIDDLE() local
H A DCanvas_drawImageNine.cpp24 sk_sp<SkImage> image = bitmap.asImage(); in REG_FIDDLE() local
/third_party/skia/experimental/c-api-example/
H A Dskia-c-example.c26 sk_image_t* image = sk_surface_new_image_snapshot(surface); in emit_png() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMakeUtil.cpp43 MovePtr<Allocation> bindImageDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice physDevice, const VkDevice device, const VkImage image, const MemoryRequirement requirement) in bindImageDedicated() argument
/foundation/ability/ability_runtime/test/unittest/photo_editor_extension_a_test/
H A Dphoto_editor_extension_a_test.cpp83 const std::shared_ptr<OHOS::Media::PixelMap> image = nullptr; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testtwo_ng.cpp426 ImageModelNG image; in HWTEST_F() local
440 ImageModelNG image; HWTEST_F() local
1766 ImageModelNG image; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_compressor_test.cpp42 auto image = SkImage::MakeFromEncoded(data); in LoadImage() local
86 auto image = LoadImage(); in HWTEST_F() local
109 auto image = LoadImage(); in HWTEST_F() local
132 auto image = LoadImage(); HWTEST_F() local
154 auto image = LoadImage(); HWTEST_F() local
180 auto image = LoadImage(); HWTEST_F() local
201 auto image = LoadImage(); HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_resource_util_vk.cpp71 void DebugImageNameVk(const IDevice& device, const GpuImage& image, const string_view name) in DebugImageNameVk() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkimage_fuzzer/
H A Dndkimage_fuzzer.cpp49 OH_Drawing_Image* image = OH_Drawing_ImageCreate(); in NativeDrawingImageTest() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_recording_canvas_test.cpp50 std::shared_ptr<Drawing::Image> image; in HWTEST_F() local
131 std::shared_ptr<Drawing::Image> image; in HWTEST_F() local
159 std::shared_ptr<Drawing::Image> image; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_colorful_shadow_filter_test.cpp69 std::shared_ptr<Drawing::Image> image; in HWTEST_F() local
90 std::shared_ptr<Drawing::Image> image = std::make_shared<Drawing::Image>();; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/
H A Dshader_effect_test.cpp94 OH_Drawing_Image* image = OH_Drawing_ImageCreate(); in OnTestPerformance() local

Completed in 8 milliseconds

12345678910>>...59