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

1 2 3 4 5 6

  /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/av/packages/MediaComponents/src/com/android/widget/
VideoViewInterface.java 62 void onSurfaceChanged(View view, int width, int height);
  /frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
TestView.java 75 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/support/media-widget/src/main/java/androidx/media/widget/impl/
VideoViewInterface.java 63 void onSurfaceChanged(View view, int width, int height);
  /frameworks/support/media-widget/src/main/java/androidx/media/widget/impl_with_mp1/
VideoViewInterfaceWithMp1.java 63 void onSurfaceChanged(View view, 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 54 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /cts/tests/tests/media/src/android/media/cts/
VideoSurfaceView.java 107 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) {

Completed in 1005 milliseconds

1 2 3 4 5 6