Searched refs:configCanBeDstofBlit (Results 1 – 6 of 6) sorted by relevance
57 bool configCanBeDstofBlit(GrPixelConfig config, bool linearTiled) const { in configCanBeDstofBlit() function
108 if (!this->configCanBeDstofBlit(dstConfig, dstIsLinear) || in canCopyAsBlit()
624 if (!this->vkCaps().configCanBeDstofBlit(kRGB_888_GrPixelConfig, tex->isLinearTiled()) && in uploadTexDataOptimal()1214 if (!caps.configCanBeDstofBlit(tex->config(), false) || in onRegenerateMipMapLevels()
102 if (!this->configCanBeDstofBlit(dstConfig, dstIsLinear) || in canCopyAsBlit()
622 if (!this->vkCaps().configCanBeDstofBlit(kRGB_888_GrPixelConfig, tex->isLinearTiled()) && in uploadTexDataOptimal()1202 if (!caps.configCanBeDstofBlit(tex->config(), false) || in onRegenerateMipMapLevels()