Searched refs:setSurface (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/base/graphics/java/android/renderscript/
H A DRSSurfaceView.java96 mRS.setSurface(null, 0, 0);
109 mRS.setSurface(holder, w, h);
H A DRenderScriptGL.java212 public void setSurface(SurfaceHolder sur, int w, int h) { method in class:RenderScriptGL
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java93 setSurface(holder.getSurface());
115 setSurface(holder.getSurface());
333 public static native void setSurface(Surface surface); method in class:NativeMedia
368 setSurface(mSurfaceHolder.getSurface());
387 mediaPlayer.setSurface(s);
393 setSurface(surface);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DSimpleAppView.java46 mRS.setSurface(holder, w, h);
H A DTestAppView.java64 mRS.setSurface(holder, w, h);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DUsageIO.java55 mScratchPixelsAllocation1.setSurface(s);
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.h35 status_t setSurface(const sp<IGraphicBufferProducer> &bufferProducer);
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFboView.java40 mRS.setSurface(holder, w, h);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSceneGraphView.java59 mRS.setSurface(holder, w, h);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchView.java59 mRS.setSurface(holder, w, h);
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h50 status_t setSurface(GGLSurface const* s);
H A DTextureObjectManager.cpp119 status_t EGLTextureObject::setSurface(GGLSurface const* s) function in class:android::EGLTextureObject
155 setSurface(&sur);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTestView.java60 mRS.setSurface(holder, w, h);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTestView.java60 mRS.setSurface(holder, w, h);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTestView.java60 mRS.setSurface(holder, w, h);
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java57 mOutPixelsAllocation.setSurface(new Surface(surface));
63 mOutPixelsAllocation.setSurface(new Surface(surface));
69 mOutPixelsAllocation.setSurface(null);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java68 mRenderThread.setSurface(surface);
81 mRenderThread.setSurface(null);
343 public void setSurface(SurfaceTexture surface) { method in class:BlockingGLTextureView.RenderThread
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.h41 M4OSA_ERR setSurface(const sp<Surface>& surface);
H A DPreviewPlayer.h46 void setSurface(const sp<Surface> &surface);
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
H A DFountainView.java57 mRS.setSurface(holder, w, h);
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountainView.java57 mRS.setSurface(holder, w, h);
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
H A DBallsView.java57 mRS.setSurface(holder, w, h);
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp124 setSurface(NULL);
135 void setSurface(jobject _surface) { function in struct:android::NativeCode
471 code->setSurface(surface);
493 code->setSurface(surface);
548 code->setSurface(NULL);
/frameworks/rs/
H A Drs_hal.h83 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow); member in struct:android::renderscript::__anon1649
155 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur); member in struct:android::renderscript::__anon1649::__anon1651
H A DrsAllocation.h162 void setSurface(const Context *rsc, RsNativeWindow sur);

Completed in 551 milliseconds

12