Home
last modified time | relevance | path

Searched refs:onSurfaceChanged (Results 1 – 14 of 14) sorted by relevance

/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
129 onSurfaceChanged(mApplication.getNativeHandle(), holder.getSurface()); in surfaceChanged()
/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
129 onSurfaceChanged(mApplication.getNativeHandle(), holder.getSurface()); in surfaceChanged()
/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/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/app/
DHelloCanvasAR.java302 public void onSurfaceChanged(GL10 gl, int width, int height) { in onSurfaceChanged() method in HelloCanvasAR
303 displayRotationHelper.onSurfaceChanged(width, height); in onSurfaceChanged()
/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
303 displayRotationHelper.onSurfaceChanged(width, height); in onSurfaceChanged()
/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
1261 mRenderer.onSurfaceChanged(gl, w, h); in guardedRun()
/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/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/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/v4l2_codec2/include/
DC2VDAComponent.h240 void onSurfaceChanged();
/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
1732 mTaskRunner->PostTask(FROM_HERE, ::base::Bind(&C2VDAComponent::onSurfaceChanged, in dequeueThreadLoop()