Home
last modified time | relevance | path

Searched defs:GrVkBackendContext (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/gpu/vk/
DGrVkBackendContext.h38 struct GrVkBackendContext : public SkRefCnt { struct
39 VkInstance fInstance;
40 VkPhysicalDevice fPhysicalDevice;
41 VkDevice fDevice;
42 VkQueue fQueue;
43 uint32_t fGraphicsQueueIndex;
44 uint32_t fMinAPIVersion;
68 static const GrVkBackendContext* Create(uint32_t* presentQueueIndex = nullptr, argument