Home
last modified time | relevance | path

Searched refs:instance (Results 901 - 925 of 1189) sorted by relevance

1...<<31323334353637383940>>...48

/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_device.h64 /** Platform instance (hInstance, connection, display) */
65 uintptr_t instance { 0 };
68 * NOTE: do not create surface for surfaceHandle if the window and instance is provided
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_mip_chain_post_process.h53 static void Destroy(IRenderNode* instance);
H A Drender_node_single_post_process.h60 static void Destroy(IRenderNode* instance);
H A Drender_node_compute_generic.cpp256 void RenderNodeComputeGeneric::Destroy(IRenderNode* instance) in Destroy() argument
258 delete static_cast<RenderNodeComputeGeneric*>(instance); in Destroy()
H A Drender_node_back_buffer.cpp232 void RenderNodeBackBuffer::Destroy(IRenderNode* instance) in Destroy() argument
234 delete static_cast<RenderNodeBackBuffer*>(instance); in Destroy()
/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/
H A Drender_data_store_default_acceleration_structure_staging.h95 static void Destroy(IRenderDataStore* instance);
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.h69 PlatformGpuMemoryAllocator(VkInstance instance, VkPhysicalDevice physicalDevice, VkDevice device,
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/render/
H A Drender_node_dotfield_simulation.h56 static void Destroy(IRenderNode* instance);
H A Drender_node_dotfield_render.h54 static void Destroy(RENDER_NS::IRenderNode* instance);
H A Drender_data_store_default_dotfield.h80 static void Destroy(RENDER_NS::IRenderDataStore* instance);
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_framebuffer.h79 static NVal CreateObjectInstance(napi_env env, WebGLFramebuffer** instance);
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpasteboard_napi.h40 static PasteDataNapi *CreateDataCommon(napi_env env, napi_value in, std::string &str, napi_value &instance);
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/include/
H A Dnapi_preferences.h45 static napi_status NewInstance(napi_env env, std::shared_ptr<Preferences> value, napi_value *instance);
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/include/
H A Dnapi_preferences.h44 static napi_status NewInstance(napi_env env, std::shared_ptr<Preferences> value, napi_value *instance);
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_mgr_service_slite.cpp97 static AbilityMgrServiceSlite instance; in GetInstance() local
98 return &instance; in GetInstance()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view.h257 static void DestructorCallback(JSViewFullUpdate* instance);
318 static void DestructorCallback(JSViewPartialUpdate* instance);
/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp80 static ResSchedReport instance; in GetInstance() local
81 return instance; in GetInstance()
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.cpp48 static UILineBreakEngine instance; in GetInstance() local
49 return instance; in GetInstance()
H A Dui_multi_font_manager.cpp123 static UIMultiFontManager instance; in GetInstance() local
124 return &instance; in GetInstance()
/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket_manager.cpp47 static TcpSocketClientManager instance; in GetInstance() local
48 return &instance; in GetInstance()
/foundation/arkui/ui_lite/frameworks/imgdecode/
H A Dcache_manager.cpp88 static CacheManager instance; in GetInstance() local
89 return instance; in GetInstance()
/foundation/arkui/ui_lite/frameworks/dock/
H A Dfocus_manager.cpp26 static FocusManager instance; in GetInstance() local
27 return &instance; in GetInstance()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_config.cpp28 static ClassicConfig instance; in GetInstance() local
29 return instance; in GetInstance()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_camera_post_process_controller.cpp255 void RenderNodeDefaultCameraPostProcessController::Destroy(IRenderNode* instance) in Destroy() argument
257 delete static_cast<RenderNodeDefaultCameraPostProcessController*>(instance); in Destroy()
H A Drender_node_default_material_objects.cpp259 void RenderNodeDefaultMaterialObjects::Destroy(IRenderNode* instance) in Destroy() argument
261 delete static_cast<RenderNodeDefaultMaterialObjects*>(instance); in Destroy()

Completed in 15 milliseconds

1...<<31323334353637383940>>...48