Searched refs:onSurfaceCreated (Results 1 - 22 of 22) 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/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/gl_jni/src/com/android/gljni/
H A DGLJNIView.java79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:GLJNIView.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/testFramerate/src/com/android/testframerate/
H A DTestFramerateView.java87 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:TestFramerateView.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/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/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/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java70 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:ClearRenderer
/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/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/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java286 public void onSurfaceCreated(SurfaceHolder holder) { method in class:ImageWallpaper.DrawableEngine
287 super.onSurfaceCreated(holder);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java400 mRenderer.onSurfaceCreated(mGL, mEglHelper.mEglConfig);
H A DTiledImageView.java286 public void onSurfaceCreated(GL10 gl, EGLConfig config) { method in class:TiledImageView.TileRenderer
/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/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/core/java/android/service/wallpaper/
H A DWallpaperService.java493 public void onSurfaceCreated(SurfaceHolder holder) { method in class:WallpaperService.Engine
665 if (DEBUG) Log.v(TAG, "onSurfaceCreated("
667 onSurfaceCreated(mSurfaceHolder);
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java677 * that it still needs. The {@link #onSurfaceCreated(GL10, EGLConfig)} method
708 void onSurfaceCreated(GL10 gl, EGLConfig config); method in interface:GLSurfaceView.Renderer
1497 Log.w("GLThread", "onSurfaceCreated");
1501 view.mRenderer.onSurfaceCreated(gl, mEglHelper.mEglConfig);
/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");

Completed in 1412 milliseconds