/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | intf_device.h | 64 /** 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 D | render_node_mip_chain_post_process.h | 53 static void Destroy(IRenderNode* instance);
|
H A D | render_node_single_post_process.h | 60 static void Destroy(IRenderNode* instance);
|
H A D | render_node_compute_generic.cpp | 256 void RenderNodeComputeGeneric::Destroy(IRenderNode* instance) in Destroy() argument 258 delete static_cast<RenderNodeComputeGeneric*>(instance); in Destroy()
|
H A D | render_node_back_buffer.cpp | 232 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 D | render_data_store_default_acceleration_structure_staging.h | 95 static void Destroy(IRenderDataStore* instance);
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_memory_allocator_vk.h | 69 PlatformGpuMemoryAllocator(VkInstance instance, VkPhysicalDevice physicalDevice, VkDevice device,
|
/foundation/graphic/graphic_3d/lume/LumeDotfield/src/render/ |
H A D | render_node_dotfield_simulation.h | 56 static void Destroy(IRenderNode* instance);
|
H A D | render_node_dotfield_render.h | 54 static void Destroy(RENDER_NS::IRenderNode* instance);
|
H A D | render_data_store_default_dotfield.h | 80 static void Destroy(RENDER_NS::IRenderDataStore* instance);
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_framebuffer.h | 79 static NVal CreateObjectInstance(napi_env env, WebGLFramebuffer** instance);
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/ |
H A D | pasteboard_napi.h | 40 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 D | napi_preferences.h | 45 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 D | napi_preferences.h | 44 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 D | ability_mgr_service_slite.cpp | 97 static AbilityMgrServiceSlite instance; in GetInstance() local 98 return &instance; in GetInstance()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view.h | 257 static void DestructorCallback(JSViewFullUpdate* instance); 318 static void DestructorCallback(JSViewPartialUpdate* instance);
|
/foundation/arkui/ace_engine/frameworks/base/ressched/ |
H A D | ressched_report.cpp | 80 static ResSchedReport instance; in GetInstance() local 81 return instance; in GetInstance()
|
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_line_break.cpp | 48 static UILineBreakEngine instance;
in GetInstance() local 49 return instance;
in GetInstance()
|
H A D | ui_multi_font_manager.cpp | 123 static UIMultiFontManager instance; in GetInstance() local 124 return &instance; in GetInstance()
|
/foundation/arkui/ui_lite/test/autotest/src/ |
H A D | tcp_socket_manager.cpp | 47 static TcpSocketClientManager instance; in GetInstance() local 48 return &instance; in GetInstance()
|
/foundation/arkui/ui_lite/frameworks/imgdecode/ |
H A D | cache_manager.cpp | 88 static CacheManager instance; in GetInstance() local 89 return instance; in GetInstance()
|
/foundation/arkui/ui_lite/frameworks/dock/ |
H A D | focus_manager.cpp | 26 static FocusManager instance; in GetInstance() local 27 return &instance; in GetInstance()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_config.cpp | 28 static ClassicConfig instance; in GetInstance() local 29 return instance; in GetInstance()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_camera_post_process_controller.cpp | 255 void RenderNodeDefaultCameraPostProcessController::Destroy(IRenderNode* instance) in Destroy() argument 257 delete static_cast<RenderNodeDefaultCameraPostProcessController*>(instance); in Destroy()
|
H A D | render_node_default_material_objects.cpp | 259 void RenderNodeDefaultMaterialObjects::Destroy(IRenderNode* instance) in Destroy() argument 261 delete static_cast<RenderNodeDefaultMaterialObjects*>(instance); in Destroy()
|