Skip to content

Clearing GL Error #7

@adeldolgov

Description

@adeldolgov

I have SupportMapFragment and CardView above it. BlurBehindLayout is situated inside this CardView.
Im getting this log everytime :
W/GLConsumer: [SurfaceTexture-3-17437-2] bindTextureImage: clearing GL error: 0x500
What does it mean? How to fix it?

Layout is :

<no.danielzeller.blurbehindlib.BlurBehindLayout
            android:foreground="#ADFFFFFF"
            android:visibility="gone"
            android:id="@+id/blurBehindLayout"
            android:layout_width="match_parent"
            android:layout_height="56dp"
            android:layout_marginBottom="8dp"
            app:blurRadius="10.0"
            app:updateMode="continuously"
            app:useTextureView="true"
            app:blurTextureScale="0.2"
            app:useChildAlphaAsMask="false">
            <!-- Add Children -->

</no.danielzeller.blurbehindlib.BlurBehindLayout>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions