Searched refs:getSurface (Results 1 - 25 of 71) sorted by last modified time

123

/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DNativeMedia.java93 setSurface(holder.getSurface());
115 setSurface(holder.getSurface());
368 setSurface(mSurfaceHolder.getSurface());
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp68 sp<Surface> surface = control->getSurface();
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DUsageIO.java54 Surface s = mScratchPixelsAllocation2.getSurface();
/frameworks/rs/
H A DrsAllocation.cpp495 void * Allocation::getSurface(const Context *rsc) { function in class:Allocation
513 //return rsc->mHal.funcs.allocation.getSurface(rsc, this);
741 void *s = alloc->getSurface(rsc);
H A DrsAllocation.h164 void * getSurface(const Context *rsc);
/frameworks/native/cmds/flatland/
H A DGLHelper.cpp292 sp<ANativeWindow> anw = sc->getSurface();
/frameworks/native/include/gui/
H A DSurfaceControl.h75 sp<Surface> getSurface() const;
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp182 sp<Surface> SurfaceControl::getSurface() const function in class:android::SurfaceControl
/frameworks/native/libs/gui/tests/
H A DGLTest.cpp76 sp<ANativeWindow> window = mSurfaceControl->getSurface();
H A DSRGB_test.cpp304 mOutputSurface = mSurfaceControl->getSurface();
H A DSurface_test.cpp54 mSurface = mSurfaceControl->getSurface();
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp138 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp49 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp46 window = windowSurface->getSurface();
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp50 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp302 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp410 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp368 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp240 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/gl_perf/
H A Dgl2_perf.cpp90 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/gl_yuvtex/
H A Dgl_yuvtex.cpp258 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/include/
H A DWindowSurface.h38 EGLNativeWindowType getSurface() const;
/frameworks/native/opengl/tests/lib/
H A DWindowSurface.cpp82 EGLNativeWindowType WindowSurface::getSurface() const { function in class:WindowSurface
83 sp<ANativeWindow> anw = mSurfaceControl->getSurface();
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp48 EGLNativeWindowType window = windowSurface.getSurface();
/frameworks/native/opengl/tests/swapinterval/
H A Dswapinterval.cpp49 EGLNativeWindowType window = windowSurface.getSurface();

Completed in 2135 milliseconds

123