Home
last modified time | relevance | path

Searched refs:backendConfiguration (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_device.h116 const BackendExtra* backendConfiguration { nullptr };
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.cpp608 …BackendExtraVk* backendExtra = static_cast<const BackendExtraVk*>(createInfo.backendConfiguration); in DeviceVk()
825 vector<QueueProperties> DeviceVk::CheckExternalConfig(const BackendExtraVk* backendConfiguration) in CheckExternalConfig() argument
830 if (!backendConfiguration) { in CheckExternalConfig()
834 const auto& extra = *backendConfiguration; in CheckExternalConfig()
H A Ddevice_vk.h242 … BASE_NS::vector<QueueProperties> CheckExternalConfig(const BackendExtraVk* backendConfiguration);
/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp243 deviceCreateInfo.backendConfiguration = &glExtra; in InitEngine()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp422 auto backendConfig = static_cast<const BackendExtraGL*>(createInfo.backendConfiguration); in CreateContext()
H A Degl_state.cpp669 auto backendConfig = static_cast<const BackendExtraGLES*>(createInfo.backendConfiguration); in CreateContext()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp247 deviceCreateInfo.backendConfiguration = &vkExtra; in CreateRenderContext()
254 deviceCreateInfo.backendConfiguration = &glesExtra; in CreateRenderContext()