HomeSort by relevance Sort by last modified time
    Searched refs:getSurface (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/native/opengl/tests/include/
WindowSurface.h 38 EGLNativeWindowType getSurface() const;
  /cts/tests/tests/nativeopengl/src/com/android/opengl/cts/
GLTestActivity.java 35 setSurface(holder.getSurface());
40 setSurface(holder.getSurface());
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.java 28 sur = surfaceView.getHolder().getSurface();
31 sur = holder.getSurface();
  /cts/tests/tests/permission/src/android/permission/cts/
NoCaptureVideoPermissionTest.java 51 reader.getSurface(), DisplayManager.VIRTUAL_DISPLAY_FLAG_PUBLIC);
74 reader.getSurface(), DisplayManager.VIRTUAL_DISPLAY_FLAG_SECURE);
96 reader.getSurface(), 0);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
RenderTarget9.h 31 IDirect3DSurface9 *getSurface();
  /cts/tests/tests/nativeopengl/standalone/src/com/android/gltest/
GLTestActivity.java 51 setSurface(holder.getSurface());
55 setSurface(holder.getSurface());
  /frameworks/native/opengl/tests/lib/
WindowSurface.cpp 82 EGLNativeWindowType WindowSurface::getSurface() const {
83 sp<ANativeWindow> anw = mSurfaceControl->getSurface();
  /external/chromium_org/content/public/android/java/src/org/chromium/content/common/
SurfaceWrapper.java 21 public Surface getSurface() {
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
SampleApplication.h 41 EGLSurface getSurface() const;
SampleApplication.cpp 71 EGLSurface SampleApplication::getSurface() const
73 return mEGLWindow->getSurface();
  /frameworks/base/core/java/android/view/
SurfaceHolder.java 283 public Surface getSurface();
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterSurfaceView.java 145 mSurfaceId = mGLEnv.registerSurface(getHolder().getSurface());
147 throw new RuntimeException("Could not register Surface: " + getHolder().getSurface() +
  /hardware/intel/common/libva/test/putsurface/
putsurface_android.cpp 85 anw0 = surface_ctrl0->getSurface();
112 anw1 = surface_ctrl1->getSurface();
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewRenderView.java 63 assert !mSurfaceView.getHolder().getSurface().isValid() :
73 format, width, height, holder.getSurface());
180 return mSurfaceView.getHolder().getSurface() != null;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSurfaceView.java 57 @Override public Surface getSurface() {
  /frameworks/base/core/java/android/hardware/display/
VirtualDisplay.java 59 public Surface getSurface() {
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
SurfaceView.java 106 public Surface getSurface() {
  /frameworks/native/services/surfaceflinger/tests/resize/
resize.cpp 44 sp<Surface> surface = surfaceControl->getSurface();
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
UsageIO.java 54 Surface s = mScratchPixelsAllocation2.getSurface();
  /frameworks/wilhelm/tests/sandbox/
nativewindow.cpp 68 sp<Surface> surface = control->getSurface();
  /hardware/intel/common/libva/test/common/
va_display_android.cpp 73 anw = surface_ctr->getSurface();
  /packages/apps/InCallUI/src/com/android/incallui/
VideoCallFragment.java 254 public Surface getSurface() {
479 return sDisplaySurface != null && sDisplaySurface.getSurface() != null;
487 return sPreviewSurface != null && sPreviewSurface.getSurface() != null;
496 return sDisplaySurface == null ? null : sDisplaySurface.getSurface();
505 return sPreviewSurface == null ? null : sPreviewSurface.getSurface();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 100 mRecorder.setPreviewDisplay(mSurfaceHolder.getSurface());
131 recorder.setPreviewDisplay(mSurfaceHolder.getSurface());
146 /* Test: getSurface() before prepare()
150 surface = recorder.getSurface();
151 throw new Exception("getSurface failed to throw IllegalStateException");
158 /* Test: getSurface() after prepare()
163 surface = recorder.getSurface();
165 throw new Exception("getSurface failed to throw IllegalStateException");
169 throw new Exception("getSurface failed to throw IllegalStateException");
175 /* Test: getSurface() after start(
    [all...]
  /cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java 95 mSurface = mImageReader.getSurface();
127 assertEquals(mSurface, virtualDisplay.getSurface());
152 assertEquals(mSurface, virtualDisplay.getSurface());
176 assertNull(virtualDisplay.getSurface());
180 assertEquals(mSurface, virtualDisplay.getSurface());
189 assertNull(virtualDisplay.getSurface());
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 90 return mInputHdrAllocation.getSurface();
94 return mInputNormalAllocation.getSurface();

Completed in 1106 milliseconds

1 2 3 4 5 6 7 8