Home
last modified time | relevance | path

Searched defs:surface (Results 101 - 125 of 852) sorted by relevance

12345678910>>...35

/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_directfb.h31 IDirectFBSurface* surface; member
/third_party/skia/gm/
H A Dtextblobgeometrychange.cpp54 auto surface = ToolUtils::makeSurface(canvas, info, &props); variable
H A Dimagemasksubset.cpp29 sk_sp<SkImage> make_mask(const sk_sp<SkSurface>& surface) { in make_mask() argument
H A Dfatpathfill.cpp39 static void draw_fatpath(SkCanvas* canvas, SkSurface* surface, const SkPath& path) { in draw_fatpath() argument
/third_party/skia/docs/examples/
H A Dpurplestamp.cpp34 sk_sp<SkSurface> surface = SkSurface::MakeRaster( in REG_FIDDLE() local
/third_party/skia/modules/svg/utils/
H A DSvgTool.cpp58 auto surface = SkSurface::MakeRasterN32Premul(FLAGS_width, FLAGS_height); in main() local
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzAndroidCodec.cpp43 auto surface = SkSurface::MakeRasterN32Premul(size.width(), size.height()); in FuzzAndroidCodec() local
/third_party/skia/experimental/c-api-example/
H A Dskia-c-example.c25 static void emit_png(const char* path, sk_surface_t* surface) { in emit_png() argument
78 sk_surface_t* surface = make_surface(640, 480); in main() local
/third_party/skia/bench/
H A DShaderMaskFilterBench.cpp21 auto surface = SkSurface::MakeRasterN32Premul(100, 100); in make_bitmap_shader() local
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_directfb.h32 IDirectFBSurface* surface; member
H A Dvulkan_wayland.h32 struct wl_surface* surface; member
/third_party/vk-gl-cts/modules/egl/
H A DteglImageUtil.hpp53 ManagedSurface (de::MovePtr<eglu::UniqueSurface> surface) : m_surface(surface) {} in ManagedSurface() argument
/foundation/multimedia/av_codec/services/engine/base/
H A Dcodecbase.cpp67 int32_t CodecBase::SetInputSurface(sptr<Surface> surface) in SetInputSurface() argument
74 int32_t CodecBase::SetOutputSurface(sptr<Surface> surface) in SetOutputSurface() argument
/foundation/multimedia/av_codec/services/engine/common/include/
H A Dfsurface_memory.h32 sptr<Surface> surface = nullptr; member
/foundation/graphic/graphic_surface/surface/test/fuzztest/surfaceutils_fuzzer/
H A Dsurfaceutils_fuzzer.cpp51 sptr<OHOS::Surface> surface = utils->GetSurface(uniqueId1); in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_physical_screen_processor.cpp77 void RSPhysicalScreenProcessor::Redraw(const sptr<Surface>& surface, const std::vector<LayerInfoPtr>& layers) in Redraw() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_surface_ohos_test.cpp90 auto surface = rsSurfaceCnvrt->ConvertToOhosSurface(nullptr); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_frame_ohos_gl_test.cpp199 std::shared_ptr<Drawing::Surface> surface = std::make_shared<Drawing::Surface>(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_effect_render_node_drawable.cpp82 auto surface = canvas.GetSurface(); in GenerateEffectDataOnDemand() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dsurface_test.cpp50 auto surface = std::make_unique<Surface>(); in HWTEST_F() local
62 auto surface = std::make_unique<Surface>(); in HWTEST_F() local
76 auto surface = std::make_unique<Surface>(); in HWTEST_F() local
93 auto surface in HWTEST_F() local
107 auto surface = std::make_unique<Surface>(); HWTEST_F() local
128 auto surface = std::make_unique<Surface>(); HWTEST_F() local
142 auto surface = std::make_unique<Surface>(); HWTEST_F() local
160 auto surface = std::make_unique<Surface>(); HWTEST_F() local
174 auto surface = std::make_unique<Surface>(); HWTEST_F() local
192 auto surface = std::make_unique<Surface>(); HWTEST_F() local
207 auto surface = std::make_unique<Surface>(); HWTEST_F() local
226 auto surface = std::make_unique<Surface>(); HWTEST_F() local
246 auto surface = std::make_unique<Surface>(); HWTEST_F() local
[all...]
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dvideo_resize_filter_unit_test.cpp115 sptr<Surface> surface = nullptr; in HWTEST_F() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_buffer.cpp43 std::shared_ptr<ImageCodecBuffer> ImageCodecBuffer::CreateSurfaceBuffer(sptr<SurfaceBuffer> surface) in CreateSurfaceBuffer() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_receiver_manager_test.cpp85 auto surface = imageReceiverManager.getSurfaceByKeyId(""); in HWTEST_F() local
103 auto surface = imageReceiverManager.getSurfaceByKeyId(receiverKey); in HWTEST_F() local
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_context.cpp67 bool RenderContext::MakeCurrent(const RenderSurface *surface) in MakeCurrent() argument
102 bool RenderContext::SwapBuffers(const RenderSurface *surface) in SwapBuffers() argument
/foundation/multimedia/camera_lite/frameworks/
H A Dframe_config.cpp34 void FrameConfig::AddSurface(Surface &surface) in AddSurface() argument
40 void FrameConfig::RemoveSurface(Surface &surface) in RemoveSurface() argument

Completed in 7 milliseconds

12345678910>>...35