/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/ |
D | TestView.java | 79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TestView.Renderer
|
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/ |
D | GLJNIView.java | 79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in GLJNIView.Renderer
|
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/ |
D | TestFramerateView.java | 87 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TestFramerateView.Renderer
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | TriangleRenderer.java | 37 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TriangleRenderer
|
D | GLDualGL2View.java | 294 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in GLDualGL2View.Renderer
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | draw.jd | 49 android.opengl.GLSurfaceView.Renderer#onSurfaceCreated onSurfaceCreated()} method of your renderer 53 public void onSurfaceCreated(GL10 unused, EGLConfig config) {
|
D | environment.jd | 180 <li>{@link android.opengl.GLSurfaceView.Renderer#onSurfaceCreated onSurfaceCreated()} - 195 public void onSurfaceCreated(GL10 unused, EGLConfig config) {
|
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/ |
D | GL2JavaView.java | 83 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in GL2JavaView.Renderer
|
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/ |
D | ClearActivity.java | 70 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in ClearRenderer
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 101 android.opengl.GLSurfaceView.Renderer#onSurfaceCreated(javax.microedition.khronos.opengles.GL10, 102 javax.microedition.khronos.egl.EGLConfig) onSurfaceCreated()}: The system calls this 312 android.opengl.GLSurfaceView.Renderer#onSurfaceCreated(javax.microedition.khronos.opengles.GL10, 313 javax.microedition.khronos.egl.EGLConfig) onSurfaceCreated()} method of a {@link 318 public void onSurfaceCreated(GL10 unused, EGLConfig config) { 328 android.opengl.GLSurfaceView.Renderer#onSurfaceCreated(javax.microedition.khronos.opengles.GL10, 329 javax.microedition.khronos.egl.EGLConfig) onSurfaceCreated()} and {@link 336 public void onSurfaceCreated(GL10 unused, EGLConfig config) {
|
/frameworks/native/opengl/tests/testViewport/src/com/android/test/ |
D | TestView.java | 245 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TestView.Renderer
|
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/ |
D | TestLatencyView.java | 152 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TestLatencyView.Renderer
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNIView.java | 291 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in GL2JNIView.Renderer
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
D | GLPerfView.java | 291 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in GLPerfView.Renderer
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 285 public void onSurfaceCreated(SurfaceHolder holder) { in onSurfaceCreated() method in ImageWallpaper.DrawableEngine 286 super.onSurfaceCreated(holder); in onSurfaceCreated()
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
D | MyGLSurfaceView.java | 146 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { in onSurfaceCreated() method in MyRenderer
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 708 void onSurfaceCreated(GL10 gl, EGLConfig config); in onSurfaceCreated() method 1501 view.mRenderer.onSurfaceCreated(gl, mEglHelper.mEglConfig); in guardedRun()
|
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/ |
D | GL2CameraEye.java | 240 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { in onSurfaceCreated() method in CamRenderer
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 493 public void onSurfaceCreated(SurfaceHolder holder) { in onSurfaceCreated() method in WallpaperService.Engine 667 onSurfaceCreated(mSurfaceHolder); in updateSurface()
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
D | VideoDumpView.java | 519 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { in onSurfaceCreated() method in VideoDumpView.VideoDumpRenderer
|
/frameworks/base/api/ |
D | current.txt | 16590 …method public abstract void onSurfaceCreated(javax.microedition.khronos.opengles.GL10, javax.micro… 21331 method public void onSurfaceCreated(android.view.SurfaceHolder);
|