Searched refs:check_image_info (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 1159 static bool check_image_info(const GrVkCaps& caps, in check_image_info() function 1252 if (!check_image_info(this->vkCaps(), imageInfo, kAdopt_GrWrapOwnership == ownership, in onWrapBackendTexture() 1286 if (!check_image_info(this->vkCaps(), imageInfo, kAdopt_GrWrapOwnership == ownership, in onWrapRenderableBackendTexture() 1322 if (!check_image_info(this->vkCaps(), info, false, this->queueIndex())) { in onWrapBackendRenderTarget()
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.cpp | 1035 static bool check_image_info(const GrVkCaps& caps, in check_image_info() function 1060 if (!check_image_info(this->vkCaps(), imageInfo, backendTex.config())) { in onWrapBackendTexture() 1086 if (!check_image_info(this->vkCaps(), imageInfo, backendTex.config())) { in onWrapRenderableBackendTexture()
|