Searched refs:RENDERMODE_WHEN_DIRTY (Results 1 – 8 of 8) sorted by relevance
75 {@link android.opengl.GLSurfaceView#RENDERMODE_WHEN_DIRTY GLSurfaceView.RENDERMODE_WHEN_DIRTY}92 <strong>//setRenderMode(GLSurfaceView.RENDERMODE_WHEN_DIRTY);</strong>
150 {@link android.opengl.GLSurfaceView#RENDERMODE_WHEN_DIRTY GLSurfaceView.RENDERMODE_WHEN_DIRTY}155 setRenderMode(GLSurfaceView.RENDERMODE_WHEN_DIRTY);
106 <strong>setRenderMode(GLSurfaceView.RENDERMODE_WHEN_DIRTY);</strong>
73 setRenderMode(RENDERMODE_WHEN_DIRTY); in init()
107 mGLSurfaceView.setRenderMode(GLSurfaceView.RENDERMODE_WHEN_DIRTY); in TiledImageView()
180 public final static int RENDERMODE_WHEN_DIRTY = 0; field in GLSurfaceView1576 … if ( !((RENDERMODE_WHEN_DIRTY <= renderMode) && (renderMode <= RENDERMODE_CONTINUOUSLY)) ) { in setRenderMode()
22783 field public static final int RENDERMODE_WHEN_DIRTY = 0; // 0x0
21203 field public static final int RENDERMODE_WHEN_DIRTY = 0; // 0x0