Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28f99293 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix Rgba16fTests@testTransferFunctionsShader test"

parents e453d8e7 dd6f1a70
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -217,6 +217,7 @@ bool tryStoreBitmap(Caches& caches, const SkShader& shader, const Matrix4& model
    const float height = outData->bitmapTexture->height();

    description->hasBitmap = true;
    description->hasLinearTexture = outData->bitmapTexture->isLinear();
    description->isShaderBitmapExternal = hwuiBitmap->isHardware();
    // gralloc doesn't support non-clamp modes
    if (hwuiBitmap->isHardware() || (!caches.extensions().hasNPot()