Lines Matching refs:backendTex
243 const GrBackendTexture& backendTex,
249 if (isRGB(backendTex.getBackendFormat())) {
273 backendTex, 1, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, nullptr);
276 backendTex, kBorrow_GrWrapOwnership, GrWrapCacheable::kNo, kRW_GrIOType);
282 auto swizzle = dContext->priv().caps()->getReadSwizzle(backendTex.getBackendFormat(),
357 const GrBackendTexture& backendTex,
374 if (isRGB(backendTex.getBackendFormat())) {
389 auto proxy = dContext->priv().proxyProvider()->wrapBackendTexture(backendTex,
397 auto swizzle = dContext->priv().caps()->getReadSwizzle(backendTex.getBackendFormat(),
550 void check_vk_tiling(const GrBackendTexture& backendTex) {
553 if (backendTex.getVkImageInfo(&vkII)) {