Searched refs:systemGpuApiType_ (Results 1 – 6 of 6) sorted by relevance
32 const GpuApiType SystemProperties::systemGpuApiType_ = SystemProperties::GetSystemGraphicGpuType(); member in OHOS::Rosen::Drawing::SystemProperties34 const GpuApiType SystemProperties::systemGpuApiType_ = GpuApiType::OPENGL; member in OHOS::Rosen::Drawing::SystemProperties36 const GpuApiType SystemProperties::systemGpuApiType_ = GpuApiType::VULKAN; member in OHOS::Rosen::Drawing::SystemProperties
31 return SystemProperties::systemGpuApiType_; in GetGpuApiType()48 static const GpuApiType systemGpuApiType_;
24 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL; member in OHOS::Rosen::RSSystemProperties26 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL;28 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::VULKAN;
23 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL; member in OHOS::Rosen::RSSystemProperties25 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL;27 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::VULKAN;
269 return RSSystemProperties::systemGpuApiType_; in GetGpuApiType()288 static const GpuApiType systemGpuApiType_; variable
40 const GpuApiType RSSystemProperties::systemGpuApiType_ = Drawing::SystemProperties::GetGpuApiType(); member in OHOS::Rosen::RSSystemProperties42 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::OPENGL; member in OHOS::Rosen::RSSystemProperties44 const GpuApiType RSSystemProperties::systemGpuApiType_ = GpuApiType::VULKAN; member in OHOS::Rosen::RSSystemProperties