Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/third_party/renderdoc/src/
Drenderdoc_app.h534 pRENDERDOC_GetAPIVersion GetAPIVersion; member
585 pRENDERDOC_GetAPIVersion GetAPIVersion; member
629 pRENDERDOC_GetAPIVersion GetAPIVersion; member
/third_party/flutter/engine/flutter/vulkan/
Dvulkan_application.h37 uint32_t GetAPIVersion() const;
Dvulkan_window.cc135 context->fMinAPIVersion = application_->GetAPIVersion(); in CreateSkiaBackendContext()
Dvulkan_application.cc129 uint32_t VulkanApplication::GetAPIVersion() const { in GetAPIVersion() function in vulkan::VulkanApplication
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvulkan_surface_producer.cc112 backend_context.fMinAPIVersion = application_->GetAPIVersion(); in Initialize()