Searched refs:imageTextureRef (Results 1 – 1 of 1) sorted by relevance
542 std::shared_ptr<AutoBackendTexture::LocalRef> imageTextureRef = in mapExternalTextureBuffer() local546 cache.insert({buffer->getId(), imageTextureRef}); in mapExternalTextureBuffer()1010 std::shared_ptr<AutoBackendTexture::LocalRef> imageTextureRef = nullptr; in drawLayers() local1014 imageTextureRef = iter->second; in drawLayers()1020 imageTextureRef = std::make_shared< in drawLayers()1047 (imageTextureRef->colorType() == kRGBA_1010102_SkColorType || in drawLayers()1048 imageTextureRef->colorType() == kRGBA_F16_SkColorType); in drawLayers()1053 sk_sp<SkImage> image = imageTextureRef->makeImage(layerDataspace, alphaType, grContext); in drawLayers()