HomeSort by relevance Sort by last modified time
    Searched refs:destroySurface (Results 1 - 25 of 42) 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() {
  /development/tools/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();
  /frameworks/base/include/surfaceflinger/
ISurfaceComposerClient.h 66 virtual status_t destroySurface(SurfaceID sid) = 0;
SurfaceComposerClient.h 150 status_t destroySurface(SurfaceID sid);
  /development/tools/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)
  /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);
  /frameworks/base/libs/gui/
ISurfaceComposerClient.cpp 86 virtual status_t destroySurface(SurfaceID sid)
121 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 206 destroySurface();
209 private void destroySurface() {
312 destroySurface();
HardwareRenderer.java 660 destroySurface();
717 destroySurface();
724 void destroySurface() {
    [all...]
  /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 789 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface);
811 public void destroySurface(EGL10 egl, EGLDisplay display,
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.cpp 92 m_core->destroySurface(m_embeddedView);
319 m_core->destroySurface(m_embeddedView);
639 m_core->destroySurface(m_embeddedView);
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.h 78 virtual status_t destroySurface(SurfaceID surfaceId);
250 status_t destroySurface(const wp<LayerBaseClient>& layer);

Completed in 540 milliseconds

1 2