HomeSort by relevance Sort by last modified time
    Searched refs:setSurface (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
SampleRSActivity.java 57 mOutPixelsAllocation.setSurface(new Surface(surface));
63 mOutPixelsAllocation.setSurface(new Surface(surface));
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 126 setSurface(NULL);
137 void setSurface(jobject _surface) {
485 code->setSurface(surface);
507 code->setSurface(surface);
562 code->setSurface(NULL);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingActivityJB.java 359 mOutDisplayAllocation.setSurface(mOutSurface);
443 public void setSurface(Surface s) {
739 mProcessor.setSurface(new Surface(surface));
744 mProcessor.setSurface(new Surface(surface));
749 mProcessor.setSurface(null);
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
AllocationCache.java 134 allocation.setSurface(null);
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 98 mOutputAllocation.setSurface(output);
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 98 mOutputAllocation.setSurface(output);
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
ViewfinderProcessor.java 98 mOutputAllocation.setSurface(output);
  /external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h 41 * Specify the surface to be used by this canvas. Calling setSurface will
48 SkSurface* setSurface(SkSurface* surface);
  /external/skia/include/utils/
SkDeferredCanvas.h 41 * Specify the surface to be used by this canvas. Calling setSurface will
48 SkSurface* setSurface(SkSurface* surface);
  /frameworks/base/rs/java/android/renderscript/
RenderScriptGL.java 205 public void setSurface(SurfaceHolder sur, int w, int h) {
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppView.java 64 mRS.setSurface(holder, w, h);
  /frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
RsYuv.java 59 mAllocationOut.setSurface(mSurface);
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
MediaPlayerBridge.java 75 protected void setSurface(Surface surface) {
76 getLocalPlayer().setSurface(surface);
  /frameworks/base/media/java/android/media/tv/
ITvInputManager.aidl 59 void setSurface(in IBinder sessionToken, in Surface surface, int userId);
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 148 void setSurface(SkSurface* surface);
275 this->setSurface(surface);
279 void SkDeferredDevice::setSurface(SkSurface* surface) {
615 SkSurface* SkDeferredCanvas::setSurface(SkSurface* surface) {
621 deferredDevice->setSurface(surface);
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 148 void setSurface(SkSurface* surface);
274 this->setSurface(surface);
278 void SkDeferredDevice::setSurface(SkSurface* surface) {
616 SkSurface* SkDeferredCanvas::setSurface(SkSurface* surface) {
622 deferredDevice->setSurface(surface);
    [all...]
  /cts/tests/tests/display/src/android/display/cts/
VirtualDisplayTest.java 179 virtualDisplay.setSurface(mSurface);
188 virtualDisplay.setSurface(null);
  /frameworks/rs/
rs_hal.h 92 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow);
174 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur);
rsAllocation.h 165 void setSurface(const Context *rsc, RsNativeWindow sur);
rsContext.h 152 void setSurface(uint32_t w, uint32_t h, RsNativeWindow sur);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs_hal.h 83 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow);
155 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur);
rsAllocation.h 162 void setSurface(const Context *rsc, RsNativeWindow sur);
rsContext.h 152 void setSurface(uint32_t w, uint32_t h, RsNativeWindow sur);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs_hal.h 83 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow);
155 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs_hal.h 83 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow);
155 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur);

Completed in 797 milliseconds

1 23 4 5