Home
last modified time | relevance | path

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

12

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DSurfaceHolderTarget.java50 onSurfaceCreated(holder);
55 onSurfaceCreated(holder);
189 private synchronized void onSurfaceCreated(SurfaceHolder holder) { in onSurfaceCreated() method in SurfaceHolderTarget
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
DBasicGLRenderer.java33 public void onSurfaceCreated(GL10 unused, EGLConfig config) { in onSurfaceCreated() method in BasicGLRenderer
41 mSwarm.onSurfaceCreated(); in onSurfaceCreated()
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
DTestView.java79 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TestView.Renderer
/frameworks/native/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/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
DCubeRenderer.java100 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in CubeRenderer
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java145 public void onSurfaceCreated(SurfaceHolder holder) { in onSurfaceCreated() method in TestWallpaper.ClockEngine
146 super.onSurfaceCreated(holder); in onSurfaceCreated()
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
DTestFramerateView.java87 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TestFramerateView.Renderer
/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DCustomOpenGLView.java56 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in CustomOpenGLView()
/frameworks/libs/systemui/toruslib/torus-core/src/main/java/com/google/android/torus/core/wallpaper/
DLiveWallpaper.kt265 override fun onSurfaceCreated(holder: SurfaceHolder) { in onSurfaceCreated() method in com.google.android.torus.core.wallpaper.LiveWallpaper.LiveWallpaperEngineWrapper
266 super.onSurfaceCreated(holder) in onSurfaceCreated()
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DTriangleRenderer.java37 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TriangleRenderer
DGLDualGL2View.java294 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in GLDualGL2View.Renderer
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
DGL2JavaView.java83 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in GL2JavaView.Renderer
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
DClearActivity.java70 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in ClearRenderer
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
DTestView.java245 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TestView.Renderer
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
DTestLatencyView.java152 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TestLatencyView.Renderer
/frameworks/rs/tests/java_api/GenImages/src/com/android/rs/genimage/
DGenImage.java56 public void onSurfaceCreated(GL10 unused, EGLConfig config) { in onSurfaceCreated() method in GenImage
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java291 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in GL2JNIView.Renderer
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfView.java291 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in GLPerfView.Renderer
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DMyGLSurfaceView.java146 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { in onSurfaceCreated() method in MyRenderer
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java400 mRenderer.onSurfaceCreated(mGL, mEglHelper.mEglConfig); in handleMessageLocked()
DTiledImageView.java286 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated() method in TiledImageView.TileRenderer
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DGLDepthTestActivity.java189 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { in onSurfaceCreated() method in GLDepthTestActivity.GLES20TriangleRenderer
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java734 void onSurfaceCreated(GL10 gl, EGLConfig config); in onSurfaceCreated() method
1541 view.mRenderer.onSurfaceCreated(gl, mEglHelper.mEglConfig); in guardedRun()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/
DImageWallpaper.java252 public void onSurfaceCreated(SurfaceHolder holder) { in onSurfaceCreated() method in ImageWallpaper.CanvasEngine
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
DGL2CameraEye.java240 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { in onSurfaceCreated() method in CamRenderer

12