HomeSort by relevance Sort by last modified time
    Searched refs:eglDestroySurface (Results 76 - 99 of 99) sorted by null

1 2 34

  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 452 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface)
464 EGLBoolean result = s->cnx->egl.eglDestroySurface(dp->disp.dpy, s->surface);
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 798 * An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 705 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 723 * An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
743 egl.eglDestroySurface(display, surface);
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 460 return eglDestroySurface(dpy, sur);
561 {"eglDestroySurface", "(" DISPLAY SURFACE ")Z", (void*)jni_eglDestroySurface },
android_opengl_EGL14.cpp 744 /* EGLBoolean eglDestroySurface ( EGLDisplay dpy, EGLSurface surface ) */
752 _returnValue = eglDestroySurface(
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 788 * An interface for customizing the eglCreateWindowSurface and eglDestroySurface calls.
823 egl.eglDestroySurface(display, surface);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 476 eglDestroySurface(446, 2009),
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 573 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay display, EGLSurface surface) {
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
gltrace.pb.h     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 2634 milliseconds

1 2 34