Searched defs:onSurfaceCreated (Results 1 - 23 of 23) sorted by relevance

/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestView.java79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:TestView.Renderer
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java100 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:CubeRenderer
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIView.java79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:GLJNIView.Renderer
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java37 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:TriangleRenderer
H A DGLDualGL2View.java294 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:GLDualGL2View.Renderer
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateView.java87 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:TestFramerateView.Renderer
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DSurfaceHolderTarget.java50 onSurfaceCreated(holder);
55 onSurfaceCreated(holder);
189 private synchronized void onSurfaceCreated(SurfaceHolder holder) { method in class:SurfaceHolderTarget
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java83 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:GL2JavaView.Renderer
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java70 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:ClearRenderer
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java245 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:TestView.Renderer
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
H A DGenImage.java56 public void onSurfaceCreated(GL10 unused, EGLConfig config) { method in class:GenImage
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java189 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { method in class:GLDepthTestActivity.GLES20TriangleRenderer
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java145 public void onSurfaceCreated(SurfaceHolder holder) { method in class:TestWallpaper.ClockEngine
146 super.onSurfaceCreated(holder);
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java291 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:GL2JNIView.Renderer
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java291 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:GLPerfView.Renderer
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java152 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:TestLatencyView.Renderer
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java146 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { method in class:MyRenderer
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java286 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:TiledImageView.TileRenderer
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java240 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { method in class:CamRenderer
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java519 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { method in class:VideoDumpView.VideoDumpRenderer
520 Log.d(TAG, "onSurfaceCreated");
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java315 public void onSurfaceCreated(SurfaceHolder holder) { method in class:ImageWallpaper.DrawableEngine
316 super.onSurfaceCreated(holder);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java525 public void onSurfaceCreated(SurfaceHolder holder) { method in class:WallpaperService.Engine
755 if (DEBUG) Log.v(TAG, "onSurfaceCreated("
757 onSurfaceCreated(mSurfaceHolder);
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java672 * that it still needs. The {@link #onSurfaceCreated(GL10, EGLConfig)} method
703 void onSurfaceCreated(GL10 gl, EGLConfig config); method in interface:GLSurfaceView.Renderer
1496 Log.w("GLThread", "onSurfaceCreated");
1500 view.mRenderer.onSurfaceCreated(gl, mEglHelper.mEglConfig);

Completed in 945 milliseconds