HomeSort by relevance Sort by last modified time
    Searched defs:onSurfaceChanged (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
RobustnessRenderer.java 44 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
45 super.onSurfaceChanged(glUnused, width, height);
  /frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
TestView.java 75 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeRenderer.java 66 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
MyGLRenderer.java 30 * <li>{@link android.opengl.GLSurfaceView.Renderer#onSurfaceChanged}</li>
78 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
GLJNIView.java 75 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/cube/
CubeRenderer.java 88 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /cts/tests/tests/opengl/src/android/opengl/cts/
GLSurfaceViewCtsActivity.java 39 public void onSurfaceChanged(GL10 gl, int width, int height) {
NativeRendererOneColorBufferTest.java 81 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
RendererBase.java 48 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /cts/tests/tests/view/src/android/view/cts/
PixelCopyGLProducerCtsActivity.java 58 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
GLESSurfaceView.java 96 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java 76 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
CubeRenderer.java 85 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
TestFramerateView.java 83 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/cube/
CubeRenderer.java 88 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
GLRotationGuideRenderer.java 77 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /cts/tests/camera/src/android/hardware/cts/
GLSurfaceViewCtsActivity.java 39 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /cts/tests/tests/graphics/src/android/graphics/cts/
CameraGpuCtsActivity.java 52 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /cts/tests/tests/media/src/android/media/cts/
VideoSurfaceView.java 105 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
  /development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
MyGLRenderer.java 32 * <li>{@link android.opengl.GLSurfaceView.Renderer#onSurfaceChanged}</li>
94 public void onSurfaceChanged(GL10 unused, 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) {
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 91 public void onSurfaceChanged(GL10 gl, int w, int h) {
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRendererSurfaceViewRenderer.java 48 public void onSurfaceChanged(GL10 gl, int width, int height) {
50 Log.i(TAG, "Renderer: onSurfaceChanged");
  /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
SimpleGLRenderer.java 33 * <li>{@link android.opengl.GLSurfaceView.Renderer#onSurfaceChanged}</li>
96 public void onSurfaceChanged(GL10 unused, int width, int height) {
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
MyActivity.java 173 public void onSurfaceChanged(GL10 gl, int width, int height) {

Completed in 760 milliseconds

1 2 3 4 5