Home
last modified time | relevance | path

Searched refs:DeviceCreateInfo (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.h29 struct DeviceCreateInfo;
41 void CreateContext(DeviceCreateInfo const& createInfo);
H A Degl_state.h29 struct DeviceCreateInfo;
41 bool CreateContext(DeviceCreateInfo const& createInfo);
H A Ddevice_gles.h92 DeviceGLES(RenderContext& renderContext, DeviceCreateInfo const& createInfo);
439 BASE_NS::unique_ptr<Device> CreateDeviceGL(RenderContext& renderContext, DeviceCreateInfo const& cr…
442 BASE_NS::unique_ptr<Device> CreateDeviceGLES(RenderContext& renderContext, DeviceCreateInfo const& …
H A Dwgl_state.cpp413 void WGLState::CreateContext(DeviceCreateInfo const& createInfo) in CreateContext()
H A Ddevice_gles.cpp1059 DeviceGLES::DeviceGLES(RenderContext& renderContext, DeviceCreateInfo const& createInfo) in DeviceGLES()
1312 unique_ptr<Device> CreateDeviceGL(RenderContext& renderContext, DeviceCreateInfo const& createInfo) in CreateDeviceGL()
1324 unique_ptr<Device> CreateDeviceGLES(RenderContext& renderContext, DeviceCreateInfo const& createInf… in CreateDeviceGLES()
H A Degl_state.cpp667 bool EGLState::CreateContext(DeviceCreateInfo const& createInfo) in CreateContext()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Dintf_render_context.h77 DeviceCreateInfo deviceCreateInfo;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h96 DeviceVk(RenderContext& renderContext, DeviceCreateInfo const& createInfo);
279 BASE_NS::unique_ptr<Device> CreateDeviceVk(RenderContext& renderContext, DeviceCreateInfo const& cr…
H A Ddevice_vk.cpp603 DeviceVk::DeviceVk(RenderContext& renderContext, DeviceCreateInfo const& createInfo) : Device(rende… in DeviceVk()
1211 unique_ptr<Device> CreateDeviceVk(RenderContext& renderContext, DeviceCreateInfo const& createInfo) in CreateDeviceVk()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_device.h110 struct DeviceCreateInfo { struct
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.h109 BASE_NS::unique_ptr<Device> CreateDevice(const DeviceCreateInfo& createInfo);
H A Drender_context.cpp526 unique_ptr<Device> RenderContext::CreateDevice(const DeviceCreateInfo& createInfo) in CreateDevice()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.h92 Device(RenderContext& renderContext, const DeviceCreateInfo& deviceCreateInfo);
H A Ddevice.cpp486 Device::Device(RenderContext& renderContext, const DeviceCreateInfo& deviceCreateInfo) : renderCont… in Device()
/ohos5.0/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp238 Render::DeviceCreateInfo deviceCreateInfo; in InitEngine()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp236 Render::DeviceCreateInfo deviceCreateInfo; in CreateRenderContext()