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

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 70 FNDEF(EGLBoolean, eglDestroySurface, (EGLDisplay dpy, EGLSurface surface));
122 #define eglDestroySurface FNPTR(eglDestroySurface)
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 153 public boolean eglDestroySurface(EGLDisplay display, EGLSurface surface) {
154 begin("eglDestroySurface");
159 boolean result = mEgl10.eglDestroySurface(display, surface);
GLSurfaceView.java 703 * An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
723 egl.eglDestroySurface(display, surface);
    [all...]
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 40 public native boolean eglDestroySurface(EGLDisplay display, EGLSurface surface);
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 104 boolean eglDestroySurface(EGLDisplay display, EGLSurface surface);
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 326 egl.eglDestroySurface(mEGLDisplay, mEGLSurface);
    [all...]
  /frameworks/base/opengl/libagl/
egl.cpp     [all...]
  /frameworks/base/opengl/libs/EGL/
egl.cpp     [all...]
  /frameworks/base/core/java/android/view/
ViewRoot.java 413 mEgl.eglDestroySurface(mEglDisplay, mEglSurface);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 376 milliseconds