Home
last modified time | relevance | path

Searched refs:systemGpuApiType_ (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dsystem_properties.cpp32 const GpuApiType SystemProperties::systemGpuApiType_ = SystemProperties::GetSystemGraphicGpuType(); member in OHOS::Rosen::Drawing::SystemProperties
34 const GpuApiType SystemProperties::systemGpuApiType_ = GpuApiType::OPENGL; member in OHOS::Rosen::Drawing::SystemProperties
36 const GpuApiType SystemProperties::systemGpuApiType_ = GpuApiType::VULKAN; member in OHOS::Rosen::Drawing::SystemProperties
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dsystem_properties.h31 return SystemProperties::systemGpuApiType_; in GetGpuApiType()
48 static const GpuApiType systemGpuApiType_; member in OHOS::Rosen::Drawing::SystemProperties
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_system_properties.cpp23 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL; member in OHOS::Rosen::RSSystemProperties
25 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL;
27 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::VULKAN;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_system_properties.cpp23 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL; member in OHOS::Rosen::RSSystemProperties
25 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL;
27 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::VULKAN;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h277 return RSSystemProperties::systemGpuApiType_; in GetGpuApiType()
296 static const GpuApiType systemGpuApiType_; member in OHOS::Rosen::ParallelRenderingType::HgmRefreshRates::HgmRefreshRateModes::final
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp40 const GpuApiType RSSystemProperties::systemGpuApiType_ = Drawing::SystemProperties::GetGpuApiType(); member in OHOS::Rosen::RSSystemProperties
42 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL;
44 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::VULKAN;

Completed in 6 milliseconds