Home
last modified time | relevance | path

Searched defs:onSurfaceChanged (Results 1 – 13 of 13) sorted by relevance

/external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
DDisplayRotationHelper.java73 public void onSurfaceChanged(int width, int height) { in onSurfaceChanged() method in DisplayRotationHelper
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
DDisplayRotationHelper.java73 public void onSurfaceChanged(int width, int height) { in onSurfaceChanged() method in DisplayRotationHelper
/external/skqp/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/
DHelloArActivity.java315 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in HelloArActivity
/external/skia/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/
DHelloArActivity.java315 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in HelloArActivity
/external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java38 private native void onSurfaceChanged(long handle, Surface surface); in onSurfaceChanged() method in ViewerActivity
/external/skqp/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java38 private native void onSurfaceChanged(long handle, Surface surface); in onSurfaceChanged() method in ViewerActivity
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/
DHelloCanvasAR.java302 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in HelloCanvasAR
/external/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/
DHelloCanvasAR.java302 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in HelloCanvasAR
/external/replicaisland/src/com/replica/replicaisland/
DGameRenderer.java266 public void onSurfaceChanged(GL10 gl, int w, int h) { in onSurfaceChanged() method in GameRenderer
DGLSurfaceView.java659 void onSurfaceChanged(GL10 gl, int width, int height); in onSurfaceChanged() method
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java329 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in ViEAndroidGLES20
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoRendererGui.java640 public void onSurfaceChanged(GL10 unused, int width, int height) { in onSurfaceChanged() method in VideoRendererGui
/external/v4l2_codec2/
DC2VDAComponent.cpp1319 void C2VDAComponent::onSurfaceChanged() { in onSurfaceChanged() function in android::C2VDAComponent