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

1 2

  /development/samples/BrowserPlugin/jni/video/
VideoPlugin.cpp 62 destroySurface();
98 void VideoPlugin::destroySurface() {
  /frameworks/native/libs/gui/
ISurfaceComposerClient.cpp 74 virtual status_t destroySurface(SurfaceID sid)
109 reply->writeInt32( destroySurface( data.readInt32() ) );
SurfaceComposerClient.cpp 391 status_t SurfaceComposerClient::destroySurface(SurfaceID sid) {
394 status_t err = mClient->destroySurface(sid);
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 67 destroySurface();
109 void BallAnimation::destroySurface() {
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.cpp 76 int Renderer::destroySurface(RenderingThread *thread, const ClientHandle &handle)
  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 93 destroySurface();
262 void PaintPlugin::destroySurface() {
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.cpp 230 destroySurface(*mSurfaceSet.begin());
437 void Display::destroySurface(egl::Surface *surface)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 124 destroySurface((*it).first);
320 void EGLDisplayOpenVG::destroySurface(const EGLSurface& surface)
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglMacApi.cpp 213 void destroySurface(EGLNativeSurfaceType srfc){
EglX11Api.cpp 299 void destroySurface(EGLNativeSurfaceType srfc){
EglWindowsApi.cpp 587 void destroySurface(EGLNativeSurfaceType srfc){
  /development/samples/BrowserPlugin/jni/background/
BackgroundPlugin.cpp 83 destroySurface();
119 void BackgroundPlugin::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...]
  /frameworks/base/core/java/android/view/
TextureView.java 214 destroySurface();
224 private void destroySurface() {
329 destroySurface();
HardwareRenderer.java 908 destroySurface();
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 496 m_javaGlue->m_destroySurface = GetJMethod(env, clazz, "destroySurface", "(Landroid/webkit/ViewManager$ChildView;)V");
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java     [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 6733 milliseconds

1 2