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

  /development/samples/BrowserPlugin/jni/video/
VideoPlugin.cpp 62 destroySurface();
98 void VideoPlugin::destroySurface() {
  /frameworks/base/libs/surfaceflinger_client/
ISurfaceComposerClient.cpp 108 virtual status_t destroySurface(SurfaceID sid)
190 reply->writeInt32( destroySurface( data.readInt32() ) );
SurfaceComposerClient.cpp 314 status_t SurfaceComposerClient::destroySurface(SurfaceID sid)
328 status_t err = mClient->destroySurface(sid);
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 93 destroySurface();
262 void PaintPlugin::destroySurface() {
  /external/webkit/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 124 destroySurface((*it).first);
296 void EGLDisplayOpenVG::destroySurface(const EGLSurface& surface)
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 83 destroySurface();
119 void BackgroundPlugin::destroySurface() {
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 711 void destroySurface(EGL10 egl, EGLDisplay display, EGLSurface surface);
721 public void destroySurface(EGL10 egl, EGLDisplay display,
    [all...]
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 1025 // from the user because there is a race between Client::destroySurface(),
    [all...]
  /external/webkit/WebKit/android/jni/
WebViewCore.cpp 359 m_javaGlue->m_destroySurface = GetJMethod(env, clazz, "destroySurface", "(Landroid/webkit/ViewManager$ChildView;)V");
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java     [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 229 milliseconds