HomeSort by relevance Sort by last modified time
    Searched refs:onSurfaceChanged (Results 26 - 50 of 94) sorted by null

12 3 4

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TouchRotateActivity.java 136 public void onSurfaceChanged(GL10 gl, int width, int height) {
GLES20TriangleRenderer.java 84 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
StaticTriangleRenderer.java 167 public void onSurfaceChanged(GL10 gl, int w, int h) {
TriangleRenderer.java 154 public void onSurfaceChanged(GL10 gl, int w, int h) {
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 91 public void onSurfaceChanged(GL10 gl, int w, int h) {
GLDualGL2View.java 290 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /cts/tests/src/android/opengl/cts/
EglConfigGLSurfaceView.java 111 public void onSurfaceChanged(GL10 gl, int width, int height) {
237 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 105 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) {
106 super.onSurfaceChanged(holder, format, width, height);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 169 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) {
170 super.onSurfaceChanged(holder, format, width, height);
  /cts/tests/tests/view/src/android/view/cts/
DisplayRefreshRateTest.java 148 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 139 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
GL2JavaView.java 79 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureRenderer.java 146 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererOneColorBufferTest.java 230 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
231 Log.i(TAG, "onSurfaceChanged " + width + " " + height);
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java 132 public void onSurfaceChanged(GL10 gl, int width, int height) {
142 checkGlError(gl, "onSurfaceChanged");
  /development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 126 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 331 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
GLES20TriangleRenderer.java 82 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 126 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /development/samples/HelloEffects/src/com/example/android/mediafx/
HelloEffects.java 273 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 266 public void onSurfaceChanged(GL10 gl, int w, int h) {
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselView.java 173 mController.onSurfaceChanged();
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 287 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 287 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
ClearActivity.java 74 public void onSurfaceChanged(GL10 gl, int w, int h) {

Completed in 826 milliseconds

12 3 4