Searched defs:GrVkDrawableInfo (Results 1 – 2 of 2) sorted by relevance
129 struct GrVkDrawableInfo { struct130 VkCommandBuffer fSecondaryCommandBuffer;131 uint32_t fColorAttachmentIndex;132 VkRenderPass fCompatibleRenderPass;133 VkFormat fFormat;134 VkRect2D* fDrawBounds;136 bool fFromSwapchainOrAndroidWindow;
766 const SkImageInfo&, const GrVkDrawableInfo&) { in wrapVulkanSecondaryCBAsRenderTarget()