HomeSort by relevance Sort by last modified time
    Searched defs:GrVkImageInfo (Results 1 - 2 of 2) sorted by null

  /external/skia/include/gpu/vk/
GrVkTypes.h 26 * Vulkan textures are really const GrVkImageInfo*
130 struct GrVkImageInfo {
140 GrVkImageInfo()
150 GrVkImageInfo(VkImage image, GrVkAlloc alloc, VkImageTiling imageTiling, VkImageLayout layout,
163 GrVkImageInfo(const GrVkImageInfo& info, VkImageLayout layout)
175 // to our internal GrVkImageInfo by calling getTextureHandle on a GrVkTexture.
178 bool operator==(const GrVkImageInfo& that) const {
  /external/skqp/include/gpu/vk/
GrVkTypes.h 26 * Vulkan textures are really const GrVkImageInfo*
130 struct GrVkImageInfo {
140 GrVkImageInfo()
150 GrVkImageInfo(VkImage image, GrVkAlloc alloc, VkImageTiling imageTiling, VkImageLayout layout,
163 GrVkImageInfo(const GrVkImageInfo& info, VkImageLayout layout)
175 // to our internal GrVkImageInfo by calling getTextureHandle on a GrVkTexture.
178 bool operator==(const GrVkImageInfo& that) const {

Completed in 80 milliseconds