Searched refs:onSurfaceCreated (Results 1 - 17 of 17) 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/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/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/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java296 public void onSurfaceCreated(SurfaceHolder holder) { method in class:ImageWallpaper.DrawableEngine
297 super.onSurfaceCreated(holder);
/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
1490 Log.w("GLThread", "onSurfaceCreated");
1494 view.mRenderer.onSurfaceCreated(gl, mEglHelper.mEglConfig);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java514 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { method in class:VideoDumpView.VideoDumpRenderer
515 Log.d(TAG, "onSurfaceCreated");

Completed in 216 milliseconds