Home
last modified time | relevance | path

Searched refs:onSurfaceCreated (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/service/wallpaper/
DImageWallpaper.java120 public void onSurfaceCreated(SurfaceHolder holder) { in onSurfaceCreated() method in ImageWallpaper.DrawableEngine
121 super.onSurfaceCreated(holder); in onSurfaceCreated()
/frameworks/base/opengl/tests/gl_jni/src/com/android/gljni/
DGLJNIView.java79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in GLJNIView.Renderer
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java134 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in GL2JNIView.Renderer
/frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/
DClearActivity.java70 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in ClearRenderer
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java568 void onSurfaceCreated(GL10 gl, EGLConfig config); in onSurfaceCreated() method
1097 mRenderer.onSurfaceCreated(gl, mEglHelper.mEglConfig); in guardedRun()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java412 public void onSurfaceCreated(SurfaceHolder holder) { in onSurfaceCreated() method in WallpaperService.Engine
515 onSurfaceCreated(mSurfaceHolder); in updateSurface()