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

1 2

  /development/samples/BrowserPlugin/jni/video/
VideoPlugin.h 39 void destroySurface();
VideoPlugin.cpp 62 destroySurface();
98 void VideoPlugin::destroySurface() {
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.h 42 void destroySurface();
AnimationPlugin.cpp 67 destroySurface();
109 void BallAnimation::destroySurface() {
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglSurface.cpp 27 if(m_native) EglOS::destroySurface(m_native);
EglOsApi.h 57 void destroySurface(EGLNativeSurfaceType srfc);
EglMacApi.cpp 213 void destroySurface(EGLNativeSurfaceType srfc){
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.h 52 void destroySurface();
BackgroundPlugin.cpp 83 destroySurface();
119 void BackgroundPlugin::destroySurface() {
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.h 44 void destroySurface();
PaintPlugin.cpp 93 destroySurface();
262 void PaintPlugin::destroySurface() {
  /frameworks/native/include/gui/
ISurfaceComposerClient.h 66 virtual status_t destroySurface(SurfaceID sid) = 0;
SurfaceComposerClient.h 131 status_t destroySurface(SurfaceID sid);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.h 63 void destroySurface(const EGLSurface&);
EGLDisplayOpenVG.cpp 124 destroySurface((*it).first);
320 void EGLDisplayOpenVG::destroySurface(const EGLSurface& surface)
SurfaceOpenVG.cpp 126 EGLDisplayOpenVG::forDisplay(m_eglDisplay)->destroySurface(m_eglSurface);
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.h 43 int destroySurface(RenderingThread *thread, const ClientHandle &handle);
Renderer.cpp 76 int Renderer::destroySurface(RenderingThread *thread, const ClientHandle &handle)
  /frameworks/native/libs/gui/
ISurfaceComposerClient.cpp 74 virtual status_t destroySurface(SurfaceID sid)
109 reply->writeInt32( destroySurface( data.readInt32() ) );
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.h 48 void destroySurface(egl::Surface *surface);
  /frameworks/base/core/java/android/view/
TextureView.java 214 destroySurface();
224 private void destroySurface() {
329 destroySurface();
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 731 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface);
741 public void destroySurface(EGL10 egl, EGLDisplay display,
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 799 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface);
821 public void destroySurface(EGL10 egl, EGLDisplay display,
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.cpp 92 m_core->destroySurface(m_embeddedView);
320 m_core->destroySurface(m_embeddedView);
640 m_core->destroySurface(m_embeddedView);
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 79 virtual status_t destroySurface(SurfaceID surfaceId);
263 status_t destroySurface(const wp<LayerBaseClient>& layer);

Completed in 990 milliseconds

1 2