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

  /external/skia/src/gpu/vk/
GrVkCaps.cpp 447 bool validate_image_info(VkFormat format, SkColorType ct, GrPixelConfig* config) { function
513 return validate_image_info(imageInfo->fFormat, ct, config);
523 return validate_image_info(imageInfo->fFormat, ct, config);
532 return validate_image_info(*vkFormat, ct, config);
  /external/skqp/src/gpu/vk/
GrVkCaps.cpp 441 bool validate_image_info(const GrVkImageInfo* imageInfo, SkColorType ct, GrPixelConfig* config) { function
503 return validate_image_info(tex.getVkImageInfo(), ct, config);
508 return validate_image_info(rt.getVkImageInfo(), ct, config);

Completed in 140 milliseconds