discord-jadx/app/src/main/java/c/o/b/d/d.java
2021-06-27 22:44:35 +02:00

47 lines
1.6 KiB
Java

package c.o.b.d;
import android.graphics.RectF;
import c.i.a.f.e.o.c;
import c.o.b.b.a;
import d0.z.d.m;
import java.nio.FloatBuffer;
/* compiled from: GlTextureProgram.kt */
public class d extends a {
public float[] e = c.X(c.o.b.a.d.a);
public final b f;
public FloatBuffer g;
public final b h;
public final b i;
public final b j;
public final RectF k;
public int l;
public a m;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public d(int i, String str, String str2, String str3, String str4) {
super(i, false, new c[0]);
m.checkNotNullParameter(str, "vertexPositionName");
m.checkNotNullParameter(str2, "vertexMvpMatrixName");
m.checkNotNullParameter(str, "vertexPositionName");
m.checkNotNullParameter(str2, "vertexMvpMatrixName");
m.checkNotNullParameter(str4, "name");
int i2 = this.b;
m.checkNotNullParameter(str4, "name");
this.f = new b(i2, 2, str4, null);
this.g = c.D(8);
m.checkNotNullParameter(str3, "name");
int i3 = this.b;
m.checkNotNullParameter(str3, "name");
this.h = new b(i3, 1, str3, null);
m.checkNotNullParameter(str, "name");
int i4 = this.b;
m.checkNotNullParameter(str, "name");
this.i = new b(i4, 1, str, null);
m.checkNotNullParameter(str2, "name");
int i5 = this.b;
m.checkNotNullParameter(str2, "name");
this.j = new b(i5, 2, str2, null);
this.k = new RectF();
this.l = -1;
}
}