HomeSort by relevance Sort by last modified time
    Searched defs:setSurfaceTexture (Results 1 - 15 of 15) sorted by null

  /frameworks/base/core/java/android/view/
GLES20TextureLayer.java 76 void setSurfaceTexture(SurfaceTexture surfaceTexture) {
TextureView.java 393 mAttachInfo.mHardwareRenderer.setSurfaceTexture(mLayer, mSurface);
595 // This case can happen if the app invokes setSurfaceTexture() before
714 * called for the {@link SurfaceTexture} passed to setSurfaceTexture.
722 public void setSurfaceTexture(SurfaceTexture surfaceTexture) {
HardwareRenderer.java 475 abstract void setSurfaceTexture(HardwareLayer layer, SurfaceTexture surfaceTexture);
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RSTextureView.java 79 mRS.setSurfaceTexture(mSurfaceTexture, width, height);
92 mRS.setSurfaceTexture(mSurfaceTexture, width, height);
105 mRS.setSurfaceTexture(null, 0, 0);
161 mRS.setSurfaceTexture(mSurfaceTexture, getWidth(), getHeight());
186 mRS.setSurfaceTexture(mSurfaceTexture, getWidth(), getHeight());
RenderScriptGL.java 230 public void setSurfaceTexture(SurfaceTexture sur, int w, int h) {
Allocation.java     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerAndroid.cpp 65 void VideoLayerAndroid::setSurfaceTexture(sp<SurfaceTexture> texture,
  /frameworks/rs/
rsAllocation.cpp 68 setSurfaceTexture(mRSC, NULL);
446 void Allocation::setSurfaceTexture(const Context *rsc, SurfaceTexture *st) {
464 rsc->mHal.funcs.allocation.setSurfaceTexture(rsc, this, nw);
645 alloc->setSurfaceTexture(rsc, static_cast<SurfaceTexture *>(vst));
rs_hal.h 149 void (*setSurfaceTexture)(const Context *rsc, Allocation *alloc, ANativeWindow *sur);
  /frameworks/support/renderscript/v8/rs_support/
rs_hal.h 149 void (*setSurfaceTexture)(const Context *rsc, Allocation *alloc, ANativeWindow *sur);
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp     [all...]
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 297 milliseconds