Searched refs:BackendConfig (Results 1 – 6 of 6) sorted by relevance
141 struct BackendConfig {}; struct226 virtual void SetBackendConfig(const BackendConfig& config) = 0;
148 void SetBackendConfig(const BackendConfig& config) override;
846 void Device::SetBackendConfig(const BackendConfig& config) {} in SetBackendConfig()
217 struct BackendConfigGLES final : BackendConfig {
169 void SetBackendConfig(const BackendConfig& config) override;
2173 void DeviceGLES::SetBackendConfig(const BackendConfig& config) in SetBackendConfig()