Home
last modified time | relevance | path

Searched refs:RENDERMODE_WHEN_DIRTY (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/docs/html/training/graphics/opengl/
Dmotion.jd75 {@link android.opengl.GLSurfaceView#RENDERMODE_WHEN_DIRTY GLSurfaceView.RENDERMODE_WHEN_DIRTY}
92 <strong>//setRenderMode(GLSurfaceView.RENDERMODE_WHEN_DIRTY);</strong>
Denvironment.jd150 {@link android.opengl.GLSurfaceView#RENDERMODE_WHEN_DIRTY GLSurfaceView.RENDERMODE_WHEN_DIRTY}
155 setRenderMode(GLSurfaceView.RENDERMODE_WHEN_DIRTY);
Dtouch.jd106 <strong>setRenderMode(GLSurfaceView.RENDERMODE_WHEN_DIRTY);</strong>
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
DTestView.java73 setRenderMode(RENDERMODE_WHEN_DIRTY); in init()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageView.java107 mGLSurfaceView.setRenderMode(GLSurfaceView.RENDERMODE_WHEN_DIRTY); in TiledImageView()
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java180 public final static int RENDERMODE_WHEN_DIRTY = 0; field in GLSurfaceView
1576 … if ( !((RENDERMODE_WHEN_DIRTY <= renderMode) && (renderMode <= RENDERMODE_CONTINUOUSLY)) ) { in setRenderMode()
/frameworks/base/api/
Dsystem-current.txt22783 field public static final int RENDERMODE_WHEN_DIRTY = 0; // 0x0
Dcurrent.txt21203 field public static final int RENDERMODE_WHEN_DIRTY = 0; // 0x0