Searched refs:backendConfiguration (Results 1 – 7 of 7) sorted by relevance
116 const BackendExtra* backendConfiguration { nullptr };
608 …BackendExtraVk* backendExtra = static_cast<const BackendExtraVk*>(createInfo.backendConfiguration); in DeviceVk()825 vector<QueueProperties> DeviceVk::CheckExternalConfig(const BackendExtraVk* backendConfiguration) in CheckExternalConfig() argument830 if (!backendConfiguration) { in CheckExternalConfig()834 const auto& extra = *backendConfiguration; in CheckExternalConfig()
242 … BASE_NS::vector<QueueProperties> CheckExternalConfig(const BackendExtraVk* backendConfiguration);
243 deviceCreateInfo.backendConfiguration = &glExtra; in InitEngine()
422 auto backendConfig = static_cast<const BackendExtraGL*>(createInfo.backendConfiguration); in CreateContext()
669 auto backendConfig = static_cast<const BackendExtraGLES*>(createInfo.backendConfiguration); in CreateContext()
247 deviceCreateInfo.backendConfiguration = &vkExtra; in CreateRenderContext()254 deviceCreateInfo.backendConfiguration = &glesExtra; in CreateRenderContext()