Home
last modified time | relevance | path

Searched refs:DevicePlatformData (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.h30 struct DevicePlatformData;
46 const DevicePlatformData& GetPlatformData() const;
H A Degl_state.h30 struct DevicePlatformData;
47 const DevicePlatformData& GetPlatformData() const;
H A Ddevice_gles.h97 const DevicePlatformData& GetPlatformData() const override;
H A Dwgl_state.cpp587 const DevicePlatformData& WGLState::GetPlatformData() const in GetPlatformData()
H A Degl_state.cpp944 const DevicePlatformData& EGLState::GetPlatformData() const in GetPlatformData()
H A Ddevice_gles.cpp1167 const DevicePlatformData& DeviceGLES::GetPlatformData() const in GetPlatformData()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_device.h138 struct DevicePlatformData {}; struct
184 virtual const DevicePlatformData& GetPlatformData() const = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/gles/
H A Dintf_device_gles.h171 struct DevicePlatformDataGLES : DevicePlatformData {
350 struct DevicePlatformDataGL : DevicePlatformData {
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/vulkan/
H A Dintf_device_vk.h76 struct DevicePlatformDataVk final : DevicePlatformData {
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h101 const DevicePlatformData& GetPlatformData() const override;
H A Ddevice_vk.cpp889 const DevicePlatformData& DeviceVk::GetPlatformData() const in GetPlatformData()