ReportGLSurfaceView.smali

.class public Lcom/sandboxol/blockymods/utils/opengl/ReportGLSurfaceView;
.super Landroid/opengl/GLSurfaceView;
.source "ReportGLSurfaceView.java"


# annotations
.annotation build Landroid/annotation/SuppressLint;
    value = {
        "ViewConstructor"
    }
.end annotation

.annotation system Ldalvik/annotation/MemberClasses;
    value = {
        Lcom/sandboxol/blockymods/utils/opengl/ReportGLSurfaceView$a;
    }
.end annotation


# direct methods
.method public constructor <init>(Landroid/content/Context;Lcom/sandboxol/blockmango/ContextFactory$ContextFactoryListener;)V
    .registers 3

    .line 1
    invoke-direct {p0, p1}, Landroid/opengl/GLSurfaceView;-><init>(Landroid/content/Context;)V

    .line 2
    new-instance p1, Lcom/sandboxol/blockmango/ContextFactory;

    invoke-direct {p1, p2}, Lcom/sandboxol/blockmango/ContextFactory;-><init>(Lcom/sandboxol/blockmango/ContextFactory$ContextFactoryListener;)V

    invoke-virtual {p0, p1}, Landroid/opengl/GLSurfaceView;->setEGLContextFactory(Landroid/opengl/GLSurfaceView$EGLContextFactory;)V

    .line 3
    new-instance p1, Lcom/sandboxol/blockymods/utils/opengl/ReportGLSurfaceView$a;

    invoke-direct {p1, p0}, Lcom/sandboxol/blockymods/utils/opengl/ReportGLSurfaceView$a;-><init>(Lcom/sandboxol/blockymods/utils/opengl/ReportGLSurfaceView;)V

    invoke-virtual {p0, p1}, Landroid/opengl/GLSurfaceView;->setRenderer(Landroid/opengl/GLSurfaceView$Renderer;)V

    return-void
.end method