Home
last modified time | relevance | path

Searched refs:SetBackendConfig (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dintf_device.h226 virtual void SetBackendConfig(const BackendConfig& config) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.h148 void SetBackendConfig(const BackendConfig& config) override;
H A Ddevice.cpp846 void Device::SetBackendConfig(const BackendConfig& config) {} in SetBackendConfig() function in Device
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h169 void SetBackendConfig(const BackendConfig& config) override;
H A Ddevice_gles.cpp2173 void DeviceGLES::SetBackendConfig(const BackendConfig& config) in SetBackendConfig() function in DeviceGLES